py-nanobind: add v2.5.0 (#48953)

Also removes inactive maintainer.
This commit is contained in:
Garth N. Wells 2025-02-19 19:47:25 +00:00 committed by GitHub
parent e76ebf2cf7
commit e274e855f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,11 +17,14 @@ class PyNanobind(PythonPackage):
url = "https://github.com/wjakob/nanobind/archive/refs/tags/v1.2.0.tar.gz"
git = "https://github.com/wjakob/nanobind.git"
maintainers("chrisrichardson", "garth-wells", "ma595")
maintainers("chrisrichardson", "garth-wells")
license("BSD-3-Clause")
version("master", branch="master", submodules=True)
version(
"2.5.0", tag="v2.5.0", commit="4ccbe6e005fc017652312305f280742da49d3dd5", submodules=True
)
version(
"2.4.0", tag="v2.4.0", commit="0f9ce749b257fdfe701edb3cf6f7027ba029434a", submodules=True
)