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-02-06 19:10:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nanobind (Old)
and /work/SRC/openSUSE:Factory/.python-nanobind.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nanobind"
Fri Feb 6 19:10:47 2026 rev:8 rq:1331600 version:2.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nanobind/python-nanobind.changes
2025-09-05 21:44:25.103439452 +0200
+++
/work/SRC/openSUSE:Factory/.python-nanobind.new.1670/python-nanobind.changes
2026-02-06 19:17:25.053966522 +0100
@@ -1,0 +2,16 @@
+Fri Feb 6 11:05:08 UTC 2026 - Friedrich Haubensak <[email protected]>
+
+- update to release 2.11.0
+ * for details about changes see
+ github.com/wjakob/nanobind/blob/master/docs/changelog.rst
+- adapt nanobind-installationpath.patch to fit 2.11.0
+
+-------------------------------------------------------------------
+Mon Dec 15 07:40:23 UTC 2025 - Friedrich Haubensak <[email protected]>
+
+- update to release 2.10.2
+ * for details about changes see
+ github.com/wjakob/nanobind/blob/master/docs/changelog.rst
+- adapt nanobind-installationpath.patch to fit 2.10.2
+
+-------------------------------------------------------------------
Old:
----
nanobind-2.9.2.tar.gz
New:
----
nanobind-2.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nanobind.spec ++++++
--- /var/tmp/diff_new_pack.MfU9f4/_old 2026-02-06 19:17:25.705994109 +0100
+++ /var/tmp/diff_new_pack.MfU9f4/_new 2026-02-06 19:17:25.705994109 +0100
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-nanobind
-Version: 2.9.2
+Version: 2.11.0
Release: 0
Summary: Tiny And Efficient C++/Python Bindings
License: BSD-3-Clause
++++++ nanobind-2.9.2.tar.gz -> nanobind-2.11.0.tar.gz ++++++
++++ 8192 lines of diff (skipped)
++++++ nanobind-installationpath.patch ++++++
--- /var/tmp/diff_new_pack.MfU9f4/_old 2026-02-06 19:17:26.222015942 +0100
+++ /var/tmp/diff_new_pack.MfU9f4/_new 2026-02-06 19:17:26.226016111 +0100
@@ -31,6 +31,6 @@
- return os.path.join(os.path.abspath(os.path.dirname(__file__)), "cmake")
+ return "/usr/share/nanobind/cmake"
- __version__ = "2.9.2"
+ __version__ = "2.11.0"