diff --git a/pybind11-2.11.1.tar.gz b/pybind11-2.11.1.tar.gz deleted file mode 100644 index c0b16c6a057e21ccf727cd3c6b460679ad0a0cca..0000000000000000000000000000000000000000 Binary files a/pybind11-2.11.1.tar.gz and /dev/null differ diff --git a/pybind11-2.13.1.tar.gz b/pybind11-2.13.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..61eebde1165ea3f7b02b1114927e5e164a650f8d Binary files /dev/null and b/pybind11-2.13.1.tar.gz differ diff --git a/pybind11.spec b/pybind11.spec index ee28cda0187b40a344aaa06532c37200826670e1..b28dc8858c91f1601acc7cdea7e2b6942ee2c44a 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} %bcond_without tests Name: pybind11 -Version: 2.11.1 +Version: 2.13.1 Release: 1 Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 -Source0: https://github.com/pybind/pybind11/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/pybind/pybind11/archive/v%{version}/pybind11-%{version}.tar.gz BuildRequires: make cmake eigen3-devel gcc-c++ @@ -76,6 +76,12 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %changelog +* Mon Sep 09 2024 xu_ping <707078654@qq.com> - 2.13.1-1 +- Update package to version 2.13.1 + Use new PyCode API on Python 3.12+. + Remove typing and duplicate class_ for KeysView/ValuesView/ItemsView. + Support for Python 3.6 was removed. + * Mon Jul 31 2023 zhangchenglin - 2.11.1-1 - Update package to version 2.11.1