diff --git a/pybind11-2.13.6.tar.gz b/pybind11-2.13.6.tar.gz deleted file mode 100644 index 7dcec1d75908aa2f5e0d4f33f169b8e8630631ee..0000000000000000000000000000000000000000 Binary files a/pybind11-2.13.6.tar.gz and /dev/null differ diff --git a/pybind11-3.0.1.tar.gz b/pybind11-3.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5ba8323dc8b6f9cafd79735da2014076f778aad8 Binary files /dev/null and b/pybind11-3.0.1.tar.gz differ diff --git a/pybind11.spec b/pybind11.spec index 15a0f1fea9be6f55f703555d07b11802a46ccf1c..cc2c5893f5b74c3d4829fa2ac5f0a542feb43eff 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} %bcond_without tests Name: pybind11 -Version: 2.13.6 +Version: 3.0.1 Release: 1 Summary: Seamless operability between C++11 and Python License: BSD-3-Clause URL: https://github.com/pybind/pybind11 -Source0: https://github.com/pybind/pybind11/archive/v%{version}/pybind11-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pybind11/pybind11-%{version}.tar.gz BuildRequires: make cmake eigen3-devel gcc-c++ BuildRequires: python3-devel python3-setuptools @@ -66,6 +66,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %changelog +* Tue Dec 02 2025 zhangzeyang0718 - 3.0.1-1 +- Update to 3.0.1 + * Thu Mar 27 2025 openeuler_bot - 2.13.6-1 - A new self._pybind11_conduit_v1_() method is automatically added to all py::class_-wrapped types (version: 2.13.6). - Fix includes when using Windows long paths (\\?\ prefix) (version: 2.13.5).