Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-hep-testdata
Commits:
a98c034e by Jakub Klinkovský at 2026-02-20T22:09:36+01:00
upgpkg: 0.6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
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.0
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://github.com/scikit-hep/scikit-hep-testdata
arch = any
license = BSD-3-Clause
@@ -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.0
- b2sums =
cb2e7742e3dd8ea2fd48c0d2d4f8a1a778a005fc45c2a1b9d280aafae403967e0411a172ab99ded407284f8fcb2a6313580d393379057230685454af53ece7f5
+ source =
scikit-hep-testdata::git+https://github.com/scikit-hep/scikit-hep-testdata#tag=v0.6.1
+ b2sums =
dd8ed76c7c8f6d189a6a0374cbf0573df8f55a8f10334689ceaacaa2f4c1d37404e1bf04a9fc91e147d855456fa95f481541e2ae0a13b4fdafca8523e0f9b91d
pkgname = python-scikit-hep-testdata
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=scikit-hep-testdata
pkgname="python-${_pkgname}"
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc='A common package to provide example files (e.g. ROOT) for testing and
developing packages against'
arch=(any)
license=(BSD-3-Clause)
@@ -26,7 +26,7 @@ depends=(
python-requests
)
source=("$_pkgname::git+$url#tag=v$pkgver")
-b2sums=('cb2e7742e3dd8ea2fd48c0d2d4f8a1a778a005fc45c2a1b9d280aafae403967e0411a172ab99ded407284f8fcb2a6313580d393379057230685454af53ece7f5')
+b2sums=('dd8ed76c7c8f6d189a6a0374cbf0573df8f55a8f10334689ceaacaa2f4c1d37404e1bf04a9fc91e147d855456fa95f481541e2ae0a13b4fdafca8523e0f9b91d')
build() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/a98c034e3cbb948c12d604bc0721db3383c89e7a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/a98c034e3cbb948c12d604bc0721db3383c89e7a
You're receiving this email because of your account on gitlab.archlinux.org.