Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / nanobind
Commits: a7b74228 by Carl Smedstad at 2025-09-07T19:06:49+02:00 upgpkg: 2.9.2-1: Upstream release https://github.com/wjakob/nanobind/blob/master/docs/changelog.rst#version-292-sep-4-2025 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = nanobind pkgdesc = Tiny and efficient C++/Python bindings - pkgver = 2.8.0 + pkgver = 2.9.2 pkgrel = 1 url = https://github.com/wjakob/nanobind arch = any @@ -18,9 +18,9 @@ pkgbase = nanobind makedepends = python-scikit-build-core makedepends = python-wheel depends = python - source = nanobind-2.8.0::git+https://github.com/wjakob/nanobind.git#tag=v2.8.0 + source = nanobind-2.9.2::git+https://github.com/wjakob/nanobind.git#tag=v2.9.2 source = git+https://github.com/Tessil/robin-map.git - sha512sums = 1126c6672422ac2adcb59be6b97c8246cda6143f758abd2965388361300c689f8ceba42a24862cc2600558c5d59f9d28a928780dea2d247fd78306798f4f7692 + sha512sums = 9c1f762948100c9f88beea1a21672ee8141dc2e5d8a053ded65b2a1d7b9aedaa3f679fac7e8e8772b56f6ce9a36669b467b50009cdc6bf3e17cef525111e0187 sha512sums = SKIP pkgname = nanobind ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=nanobind pkgdesc="Tiny and efficient C++/Python bindings" -pkgver=2.8.0 +pkgver=2.9.2 pkgrel=1 arch=(any) url="https://github.com/wjakob/nanobind" @@ -29,7 +29,7 @@ source=( "$pkgname-$pkgver::git+$url.git#tag=v$pkgver" "git+https://github.com/Tessil/robin-map.git" ) -sha512sums=('1126c6672422ac2adcb59be6b97c8246cda6143f758abd2965388361300c689f8ceba42a24862cc2600558c5d59f9d28a928780dea2d247fd78306798f4f7692' +sha512sums=('9c1f762948100c9f88beea1a21672ee8141dc2e5d8a053ded65b2a1d7b9aedaa3f679fac7e8e8772b56f6ce9a36669b467b50009cdc6bf3e17cef525111e0187' 'SKIP') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nanobind/-/commit/a7b74228e342c8f1fe4f7fb42243a57b8d290722 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nanobind/-/commit/a7b74228e342c8f1fe4f7fb42243a57b8d290722 You're receiving this email because of your account on gitlab.archlinux.org.
