Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-hep-testdata
Commits:
96c256c8 by Jakub Klinkovský at 2026-02-26T19:56:26+01:00
upgpkg: 0.6.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-scikit-hep-testdata
pkgdesc = A common package to provide example files (e.g. ROOT) for
testing and developing packages against
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/scikit-hep/scikit-hep-testdata
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-scikit-hep-testdata
depends = python
depends = python-yaml
depends = python-requests
- source =
scikit-hep-testdata::git+https://github.com/scikit-hep/scikit-hep-testdata#tag=v0.6.1
- b2sums =
dd8ed76c7c8f6d189a6a0374cbf0573df8f55a8f10334689ceaacaa2f4c1d37404e1bf04a9fc91e147d855456fa95f481541e2ae0a13b4fdafca8523e0f9b91d
+ source =
scikit-hep-testdata::git+https://github.com/scikit-hep/scikit-hep-testdata#tag=v0.6.2
+ b2sums =
d5234f213de39ebcd73e7376aa0c9892c2a875fe4a4b89e01d47dacd54ff4bb2303ec6d90cbb7a3e3e20128a9e27c60630eb9e4233064b67b28e3a9aea749a6d
pkgname = python-scikit-hep-testdata
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=scikit-hep-testdata
pkgname="python-${_pkgname}"
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc='A common package to provide example files (e.g. ROOT) for testing and
developing packages against'
arch=(any)
@@ -26,7 +26,7 @@ depends=(
python-requests
)
source=("$_pkgname::git+$url#tag=v$pkgver")
-b2sums=('dd8ed76c7c8f6d189a6a0374cbf0573df8f55a8f10334689ceaacaa2f4c1d37404e1bf04a9fc91e147d855456fa95f481541e2ae0a13b4fdafca8523e0f9b91d')
+b2sums=('d5234f213de39ebcd73e7376aa0c9892c2a875fe4a4b89e01d47dacd54ff4bb2303ec6d90cbb7a3e3e20128a9e27c60630eb9e4233064b67b28e3a9aea749a6d')
build() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/96c256c81901c7a72799100d5f8b1189836c8c54
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/96c256c81901c7a72799100d5f8b1189836c8c54
You're receiving this email because of your account on gitlab.archlinux.org.