Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9fbb78aac4 | |||
| d90dcfc34f | |||
| c467132597 | |||
| 18c336acfc | |||
| 80537402f8 | |||
| f13978750e | |||
| 0814b698ec | |||
| 8a89f19e3e | |||
| a0501079cd | |||
| 664bbd7487 | |||
| 8c3bbe7923 | |||
| d7069acbea |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:acb2e1997c44f2c79f510c66e7ff9f4cac0502e9fe275ebc7af7571e869f8df0
|
|
||||||
size 900479
|
|
||||||
3
nanobind-2.9.2.tar.gz
Normal file
3
nanobind-2.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ce3667dce3e64fc06bfb9b778b6f48731482362fb89a43da156632266cd5a90
|
||||||
|
size 922360
|
||||||
@@ -31,5 +31,5 @@ index 76539c3..fe16ec9 100644
|
|||||||
- return os.path.join(os.path.abspath(os.path.dirname(__file__)), "cmake")
|
- return os.path.join(os.path.abspath(os.path.dirname(__file__)), "cmake")
|
||||||
+ return "/usr/share/nanobind/cmake"
|
+ return "/usr/share/nanobind/cmake"
|
||||||
|
|
||||||
__version__ = "2.5.0"
|
__version__ = "2.9.2"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 5 06:48:47 UTC 2025 - Friedrich Haubensak <hsk17@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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 29 18:22:29 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
||||||
|
|
||||||
|
- update to release 2.8.0
|
||||||
|
* for details about changes see
|
||||||
|
github.com/wjakob/nanobind/blob/master/docs/changelog.rst
|
||||||
|
- adapt nanobind-installationpath.patch to fit 2.8.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 19 10:50:29 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
||||||
|
|
||||||
|
- update to release 2.7.0
|
||||||
|
* for details about changes see
|
||||||
|
github.com/wjakob/nanobind/blob/master/docs/changelog.rst
|
||||||
|
- adapt nanobind-installationpath.patch to fit 2.7.0
|
||||||
|
- drop nanobind-2.6.1-test-build.patch: upstreamed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 9 14:51:23 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
||||||
|
|
||||||
|
- add nanobind-2.6.1-test-build.patch to fix test on single
|
||||||
|
processor (boo #1239153)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 18:32:19 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 9 08:31:26 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
Sun Feb 9 08:31:26 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-nanobind
|
Name: python-nanobind
|
||||||
Version: 2.5.0
|
Version: 2.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tiny And Efficient C++/Python Bindings
|
Summary: Tiny And Efficient C++/Python Bindings
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -28,6 +28,7 @@ Source: https://github.com/wjakob/nanobind/archive/refs/tags/v%{version}
|
|||||||
Patch1: nanobind-installationpath.patch
|
Patch1: nanobind-installationpath.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
|
BuildRequires: %{python_module testsuite}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user