Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-hep-testdata
Commits:
a7a0f764 by Jakub Klinkovský at 2025-07-29T21:57:22+02:00
upgpkg: 0.5.8-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.5.7
+ pkgver = 0.5.8
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.5.7
- b2sums =
42081f5cebec647ffe8e658aa5c1a1b385aacfe830e298b4ca938d157134f27368ba7adf978058310eb1db62a0375942307414020983c5f0590cda047899454a
+ source =
scikit-hep-testdata::git+https://github.com/scikit-hep/scikit-hep-testdata#tag=v0.5.8
+ b2sums =
bd2480aa5c3e7526de72fd527baf826f5d22f85e12f0d3b956ef2372b48b87f2b3e3c50147c848f8323e583470e1813511acb9fe2b971011dad7860229551c20
pkgname = python-scikit-hep-testdata
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=scikit-hep-testdata
pkgname="python-${_pkgname}"
-pkgver=0.5.7
+pkgver=0.5.8
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=('42081f5cebec647ffe8e658aa5c1a1b385aacfe830e298b4ca938d157134f27368ba7adf978058310eb1db62a0375942307414020983c5f0590cda047899454a')
+b2sums=('bd2480aa5c3e7526de72fd527baf826f5d22f85e12f0d3b956ef2372b48b87f2b3e3c50147c848f8323e583470e1813511acb9fe2b971011dad7860229551c20')
build() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/a7a0f76453851df88230ebec248c6c23d4c85fff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/a7a0f76453851df88230ebec248c6c23d4c85fff
You're receiving this email because of your account on gitlab.archlinux.org.