diff --git a/pybind11.spec b/pybind11.spec index 5d7bb1512e66fbfcd52daee21ac3fac269b49c1e..d61c6df6bd9a51ca23a347beaabcc9c14d3887cf 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} %bcond_without tests Name: pybind11 -Version: 2.8.1 +Version: 2.10.0 Release: 1 Summary: Seamless operability between C++11 and Python License: BSD @@ -75,5 +75,8 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %changelog +* Thu Aug 4 2022 wenzhiwei - 2.10.0-1 +- Update to 2.10.0 + * Sat Dec 11 2021 zhouwenpei - 2.8.1-1 - package init diff --git a/v2.10.0.tar.gz b/v2.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e62308ae1e39227ca752f3f241b67d9634d3672d Binary files /dev/null and b/v2.10.0.tar.gz differ diff --git a/v2.8.1.tar.gz b/v2.8.1.tar.gz deleted file mode 100644 index ac7ad94f0ccfc1da5aa84bfdb0f888f1404947fe..0000000000000000000000000000000000000000 Binary files a/v2.8.1.tar.gz and /dev/null differ