Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-hep-testdata
Commits:
4e31858f by Jakub Klinkovský at 2025-01-11T14:25:01+01:00
upgpkg: 0.5.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.5.1
+ pkgver = 0.5.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.5.1
- b2sums =
e08f3a4dfcdc119ada719334052168a45e491e31dbae7d323506a5a2c582d0bed9f84eacf0ca687c168e30408f3d1ad16d5c949642865ca57873070231c71e5b
+ source =
scikit-hep-testdata::git+https://github.com/scikit-hep/scikit-hep-testdata#tag=v0.5.2
+ b2sums =
4557238079bc0043ae5e9c4adf1bd314d21885b2446844d1c73302535da0b942a577854e4157787c4fa466892d1452d44754f0655dd44a59bad2efa2698e210c
pkgname = python-scikit-hep-testdata
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=scikit-hep-testdata
pkgname="python-${_pkgname}"
-pkgver=0.5.1
+pkgver=0.5.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=('e08f3a4dfcdc119ada719334052168a45e491e31dbae7d323506a5a2c582d0bed9f84eacf0ca687c168e30408f3d1ad16d5c949642865ca57873070231c71e5b')
+b2sums=('4557238079bc0043ae5e9c4adf1bd314d21885b2446844d1c73302535da0b942a577854e4157787c4fa466892d1452d44754f0655dd44a59bad2efa2698e210c')
build() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/4e31858fe8a4191b08816c478e80e16b235c6cea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/4e31858fe8a4191b08816c478e80e16b235c6cea
You're receiving this email because of your account on gitlab.archlinux.org.