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 2025-03-31 11:41:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nanobind (Old)
and /work/SRC/openSUSE:Factory/.python-nanobind.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nanobind"
Mon Mar 31 11:41:50 2025 rev:2 rq:1265294 version:2.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nanobind/python-nanobind.changes
2025-03-03 16:05:44.740797272 +0100
+++
/work/SRC/openSUSE:Factory/.python-nanobind.new.2696/python-nanobind.changes
2025-03-31 11:42:42.839001611 +0200
@@ -0,0 +1,7 @@
+Fri Mar 18 18:32:19 UTC 2025 - Friedrich Haubensak <[email protected]>
+
+- update to release 2.6.1
+ * for details about changes see
+ github.com/wjakob/nanobind/blob/master/docs/changelog.rst
+- adapt nanobind-installationpath.patch to fit 2.6.1
+
Old:
----
nanobind-2.5.0.tar.gz
New:
----
nanobind-2.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nanobind.spec ++++++
--- /var/tmp/diff_new_pack.x7fNJ5/_old 2025-03-31 11:42:44.547072387 +0200
+++ /var/tmp/diff_new_pack.x7fNJ5/_new 2025-03-31 11:42:44.547072387 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-nanobind
-Version: 2.5.0
+Version: 2.6.1
Release: 0
Summary: Tiny And Efficient C++/Python Bindings
License: BSD-3-Clause
++++++ nanobind-2.5.0.tar.gz -> nanobind-2.6.1.tar.gz ++++++
++++ 2009 lines of diff (skipped)
++++++ nanobind-installationpath.patch ++++++
--- /var/tmp/diff_new_pack.x7fNJ5/_old 2025-03-31 11:42:44.691078354 +0200
+++ /var/tmp/diff_new_pack.x7fNJ5/_new 2025-03-31 11:42:44.695078520 +0200
@@ -31,6 +31,6 @@
- return os.path.join(os.path.abspath(os.path.dirname(__file__)), "cmake")
+ return "/usr/share/nanobind/cmake"
- __version__ = "2.5.0"
+ __version__ = "2.6.1"