17
0

2 Commits

Author SHA256 Message Date
13dfa36c36 Accepting request 1305793 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1305793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pybind11?expand=0&rev=25
2025-09-19 13:33:34 +00:00
03da4d24a9 - update to 3.0.1
* Pybind11 3.0 includes an ABI bump, the first required bump in
    many years on Unix
  * This release contains the smart-holder branch, multi-phase init
    and subinterpreter support, py::native_enum, an interface to
    warnings, typing improvements, and more
  * CMake now defaults to FindPython mode
  * Support for Python 3.14, 3.14t, GraalPy, and PyPy 3.11 has been
    added, while legacy support for Python 3.7, PyPy 3.8/3.9, and
    CMake <3.15 has been removed
  * Please see upstream changelog for a more detailed info

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=53
2025-09-18 12:43:40 +00:00
4 changed files with 24 additions and 8 deletions

BIN
pybind11-2.13.6.tar.gz (Stored with Git LFS)

Binary file not shown.

3
pybind11-3.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca
size 918227

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Sep 17 15:21:56 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 3.0.1
* Pybind11 3.0 includes an ABI bump, the first required bump in
many years on Unix
* This release contains the smart-holder branch, multi-phase init
and subinterpreter support, py::native_enum, an interface to
warnings, typing improvements, and more
* CMake now defaults to FindPython mode
* Support for Python 3.14, 3.14t, GraalPy, and PyPy 3.11 has been
added, while legacy support for Python 3.7, PyPy 3.8/3.9, and
CMake <3.15 has been removed
* Please see upstream changelog for a more detailed info
-------------------------------------------------------------------
Mon Sep 16 08:13:17 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pybind11
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -34,16 +34,16 @@
%define plainpython python
%{?sle15_python_module_pythons}
Name: python-pybind11%{psuffix}
Version: 2.13.6
Version: 3.0.1
Release: 0
Summary: Module for operability between C++11 and Python
License: BSD-3-Clause
URL: https://github.com/pybind/pybind11
Source: https://github.com/pybind/pybind11/archive/v%{version}.tar.gz#/pybind11-%{version}.tar.gz
Source99: python-pybind11-rpmlintrc
BuildRequires: %{python_module devel >= 3.6}
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 42}
BuildRequires: %{python_module scikit-build-core >= 0.11.2}
BuildRequires: %{python_module wheel}
BuildRequires: cmake >= 3.18
BuildRequires: fdupes
@@ -178,12 +178,13 @@ end
%if !%{with test}
%files %{python_files}
%doc README.rst docs/changelog.rst
%doc README.rst docs/changelog.md
%license LICENSE
%python_alternative %{_bindir}/pybind11-config
%{python_sitelib}/pybind11
%exclude %{python_sitelib}/pybind11/share/cmake
%exclude %{python_sitelib}/pybind11/include
%exclude %{python_sitelib}/pybind11/share/pkgconfig
%{python_sitelib}/pybind11-%{version}*-info
%files -n %{name}-common-devel