diff --git a/pybind11-2.9.1.tar.gz b/pybind11-2.9.1.tar.gz deleted file mode 100644 index e291150..0000000 --- a/pybind11-2.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6160321dc98e6e1184cc791fbeadd2907bb4a0ce0e447f2ea4ff8ab56550913 -size 703882 diff --git a/pybind11-2.9.2.tar.gz b/pybind11-2.9.2.tar.gz new file mode 100644 index 0000000..0fba9cb --- /dev/null +++ b/pybind11-2.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1 +size 709521 diff --git a/python-pybind11.changes b/python-pybind11.changes index 80f308e..caa5df3 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Apr 9 22:47:00 UTC 2022 - Dirk Müller + +- update to 2.9.2: + * Enum now has an ``__index__`` method on Python <3.8 too. + * Local internals are now cleared after finalizing the interpreter. + * Better support for Python 3.11 alphas. + * ``PYBIND11_TYPE_CASTER`` now uses fully qualified symbols, so it can be used + outside of ``pybind11::detail``. + * Some fixes for PyPy 3.9. + * Fixed a potential memleak in PyPy in ``get_type_override``. + * Fix usage of ``VISIBILITY_INLINES_HIDDEN``. + * Uses ``sysconfig`` module to determine installation locations on Python >= + 3.10, instead of ``distutils`` which has been deprecated. + * Support Catch 2.13.5+ (supporting GLIBC 2.34+). + * Fix test failures with numpy 1.22 by ignoring whitespace when comparing + ``str()`` of dtypes. + ------------------------------------------------------------------- Sun Mar 27 15:11:08 UTC 2022 - Dirk Müller diff --git a/python-pybind11.spec b/python-pybind11.spec index 2dd5138..14817b4 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -24,7 +24,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pybind11 -Version: 2.9.1 +Version: 2.9.2 Release: 0 Summary: Module for operability between C++11 and Python License: BSD-3-Clause