14
0

- update to 2.10.4:

* ``python3 -m pybind11`` gained a ``--version`` option (prints
    the version and exits).
  * Fix a warning when pydebug is enabled on Python 3.11.
  * Ensure ``gil_scoped_release`` RAII is non-copyable.
  * Ensure the tests dir does not show up with new versions of
    setuptools.
  * Better stacklevel for a warning in setuptools helpers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=42
This commit is contained in:
2023-03-19 12:08:37 +00:00
committed by Git OBS Bridge
parent f9b128f4ea
commit a57a9b187e
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 19 12:06:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.10.4:
* ``python3 -m pybind11`` gained a ``--version`` option (prints
the version and exits).
* Fix a warning when pydebug is enabled on Python 3.11.
* Ensure ``gil_scoped_release`` RAII is non-copyable.
* Ensure the tests dir does not show up with new versions of
setuptools.
* Better stacklevel for a warning in setuptools helpers.
-------------------------------------------------------------------
Thu Jan 12 17:50:05 UTC 2023 - Ben Greiner <code@bnavigator.de>