14
0

Accepting request 1072929 from devel:languages:python

- 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/request/show/1072929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pybind11?expand=0&rev=20
This commit is contained in:
2023-03-21 16:40:07 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d8c4c5dda428d3a944ba3d2a5212cb988c2fae4670d58075a5a49075a6ca315
size 740214

BIN
pybind11-2.10.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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> Thu Jan 12 17:50:05 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,5 +1,5 @@
# #
# spec file for package python-pybind11 # spec file
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
@@ -34,7 +34,7 @@
%define skip_python2 1 %define skip_python2 1
%define plainpython python %define plainpython python
Name: python-pybind11%{psuffix} Name: python-pybind11%{psuffix}
Version: 2.10.3 Version: 2.10.4
Release: 0 Release: 0
Summary: Module for operability between C++11 and Python Summary: Module for operability between C++11 and Python
License: BSD-3-Clause License: BSD-3-Clause