Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-hist
Commits:
0f687d03 by Antonio Rojas at 2024-12-25T13:33:39+01:00
upgpkg: 2.8.0-1: Update to 2.8.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-hist
pkgdesc = Python bindings for Boost's Histogram library.
- pkgver = 2.7.2
- pkgrel = 3
+ pkgver = 2.8.0
+ pkgrel = 1
url = https://github.com/scikit-hep/hist
arch = any
license = BSD-3-Clause
@@ -27,7 +27,7 @@ pkgbase = python-hist
optdepends = python-matplotlib: for mpl and plot support
optdepends = python-mplhep: for mpl and plot support
optdepends = python-scipy: for fit support
- source = python-hist::git+https://github.com/scikit-hep/hist#tag=v2.7.2
- sha256sums =
a4610816497d2a64ea5f86f49062f93ad9e6e2fd130220199e18a73967f7bbc3
+ source = python-hist::git+https://github.com/scikit-hep/hist#tag=v2.8.0
+ sha256sums =
75b2fdd4226293a0822dd9e7fb1424710d25ee3aed2e4f6b3668cd53472bd4fa
pkgname = python-hist
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkgname='hist'
pkgname="python-${_pkgname}"
-pkgver='2.7.2'
-pkgrel=3
+pkgver=2.8.0
+pkgrel=1
pkgdesc="Python bindings for Boost's Histogram library."
arch=('any')
url='https://github.com/scikit-hep/hist'
@@ -20,7 +20,7 @@ optdepends=(
'python-scipy: for fit support'
)
source=("${pkgname}::git+${url}#tag=v${pkgver}")
-sha256sums=('a4610816497d2a64ea5f86f49062f93ad9e6e2fd130220199e18a73967f7bbc3')
+sha256sums=('75b2fdd4226293a0822dd9e7fb1424710d25ee3aed2e4f6b3668cd53472bd4fa')
build() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hist/-/commit/0f687d03ee9f5ce5d54f6ee3520dc3df2210af69
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hist/-/commit/0f687d03ee9f5ce5d54f6ee3520dc3df2210af69
You're receiving this email because of your account on gitlab.archlinux.org.