Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nanobind for openSUSE:Factory
checked in at 2026-08-20 16:16:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nanobind (Old)
and /work/SRC/openSUSE:Factory/.python-nanobind.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nanobind"
Thu Aug 20 16:16:31 2026 rev:11 rq:1372174 version:2.15.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nanobind/python-nanobind.changes
2026-07-06 12:30:57.316521711 +0200
+++
/work/SRC/openSUSE:Factory/.python-nanobind.new.1258/python-nanobind.changes
2026-08-20 16:16:46.189379095 +0200
@@ -1,0 +2,9 @@
+Thu Aug 20 08:31:42 UTC 2026 - Friedrich Haubensak <[email protected]>
+
+- update to release 2.15.0
+ * for details about changes see
+ github.com/wjakob/nanobind/blob/master/docs/changelog.rst
+- adapt nanobind-installationpath.patch to fit 2.15.0
+- drop nanobind-typing-cache.patch, as in upstream
+
+-------------------------------------------------------------------
Old:
----
nanobind-2.13.0.tar.gz
nanobind-typing-cache.patch
New:
----
nanobind-2.15.0.tar.gz
----------(Old B)----------
Old:- adapt nanobind-installationpath.patch to fit 2.15.0
- drop nanobind-typing-cache.patch, as in upstream
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nanobind.spec ++++++
--- /var/tmp/diff_new_pack.WbGwDN/_old 2026-08-20 16:16:46.837402050 +0200
+++ /var/tmp/diff_new_pack.WbGwDN/_new 2026-08-20 16:16:46.838402086 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-nanobind
-Version: 2.13.0
+Version: 2.15.0
Release: 0
Summary: Tiny And Efficient C++/Python Bindings
License: BSD-3-Clause
@@ -26,8 +26,6 @@
Source:
https://github.com/wjakob/nanobind/archive/refs/tags/v%{version}.tar.gz#/nanobind-%{version}.tar.gz
# PATCH-FEATURE-OPENSUSE nanobind-installationpath.patch
Patch1: nanobind-installationpath.patch
-# PATCH-FIX-UPSTREAM nanobind-typing-cache.patch
-Patch2: nanobind-typing-cache.patch
BuildRequires: cmake
BuildRequires: %{python_module base}
BuildRequires: %{python_module testsuite}
++++++ nanobind-2.13.0.tar.gz -> nanobind-2.15.0.tar.gz ++++++
++++ 2595 lines of diff (skipped)
++++++ nanobind-installationpath.patch ++++++
--- /var/tmp/diff_new_pack.WbGwDN/_old 2026-08-20 16:16:47.064410092 +0200
+++ /var/tmp/diff_new_pack.WbGwDN/_new 2026-08-20 16:16:47.070410304 +0200
@@ -31,6 +31,6 @@
- return os.path.join(os.path.abspath(os.path.dirname(__file__)), "cmake")
+ return "/usr/share/nanobind/cmake"
- __version__ = "2.13.0"
+ __version__ = "2.15.0"