From a57a9b187edbf3cd2a73900e4a48120cb0c5e9c9af4300e1064fb5d41ba55292 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 19 Mar 2023 12:08:37 +0000 Subject: [PATCH] - 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 --- pybind11-2.10.3.tar.gz | 3 --- pybind11-2.10.4.tar.gz | 3 +++ python-pybind11.changes | 12 ++++++++++++ python-pybind11.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 pybind11-2.10.3.tar.gz create mode 100644 pybind11-2.10.4.tar.gz diff --git a/pybind11-2.10.3.tar.gz b/pybind11-2.10.3.tar.gz deleted file mode 100644 index 2ea949b..0000000 --- a/pybind11-2.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d8c4c5dda428d3a944ba3d2a5212cb988c2fae4670d58075a5a49075a6ca315 -size 740214 diff --git a/pybind11-2.10.4.tar.gz b/pybind11-2.10.4.tar.gz new file mode 100644 index 0000000..a3cae1b --- /dev/null +++ b/pybind11-2.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970 +size 740622 diff --git a/python-pybind11.changes b/python-pybind11.changes index 1f8842d..05c064d 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Mar 19 12:06:00 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pybind11.spec b/python-pybind11.spec index 3ee6b09..39b30b3 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -1,5 +1,5 @@ # -# spec file for package python-pybind11 +# spec file # # Copyright (c) 2023 SUSE LLC # @@ -34,7 +34,7 @@ %define skip_python2 1 %define plainpython python Name: python-pybind11%{psuffix} -Version: 2.10.3 +Version: 2.10.4 Release: 0 Summary: Module for operability between C++11 and Python License: BSD-3-Clause