forked from pool/python-pybind11
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user