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-09-05 21:43:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nanobind (Old) and /work/SRC/openSUSE:Factory/.python-nanobind.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nanobind" Fri Sep 5 21:43:50 2025 rev:7 rq:1302867 version:2.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nanobind/python-nanobind.changes 2025-08-07 16:49:11.989265655 +0200 +++ /work/SRC/openSUSE:Factory/.python-nanobind.new.1977/python-nanobind.changes 2025-09-05 21:44:25.103439452 +0200 @@ -1,0 +2,8 @@ +Fri Sep 5 06:48:47 UTC 2025 - Friedrich Haubensak <hs...@mail.de> + +- update to release 2.9.2 + * for details about changes see + github.com/wjakob/nanobind/blob/master/docs/changelog.rst +- adapt nanobind-installationpath.patch to fit 2.9.2 + +------------------------------------------------------------------- Old: ---- nanobind-2.8.0.tar.gz New: ---- nanobind-2.9.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nanobind.spec ++++++ --- /var/tmp/diff_new_pack.UdTdOL/_old 2025-09-05 21:44:25.687464025 +0200 +++ /var/tmp/diff_new_pack.UdTdOL/_new 2025-09-05 21:44:25.691464194 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-nanobind -Version: 2.8.0 +Version: 2.9.2 Release: 0 Summary: Tiny And Efficient C++/Python Bindings License: BSD-3-Clause ++++++ nanobind-2.8.0.tar.gz -> nanobind-2.9.2.tar.gz ++++++ ++++ 1895 lines of diff (skipped) ++++++ nanobind-installationpath.patch ++++++ --- /var/tmp/diff_new_pack.UdTdOL/_old 2025-09-05 21:44:25.835470253 +0200 +++ /var/tmp/diff_new_pack.UdTdOL/_new 2025-09-05 21:44:25.839470422 +0200 @@ -31,6 +31,6 @@ - return os.path.join(os.path.abspath(os.path.dirname(__file__)), "cmake") + return "/usr/share/nanobind/cmake" - __version__ = "2.8.0" + __version__ = "2.9.2"