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,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