Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-hist
Commits:
3138a178 by Jakub Klinkovský at 2025-12-23T12:18:13+01:00
upgpkg: 2.9.0-1: upstream release for Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-hist
pkgdesc = Python bindings for Boost's Histogram library.
- pkgver = 2.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/scikit-hep/hist
arch = any
@@ -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.8.0
- sha256sums =
75b2fdd4226293a0822dd9e7fb1424710d25ee3aed2e4f6b3668cd53472bd4fa
+ source = python-hist::git+https://github.com/scikit-hep/hist#tag=v2.9.0
+ sha256sums =
dd16e75f883c5279e27e3673261e1897d034061f80c2f7ec7e677d6195322f7c
pkgname = python-hist
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pkgname='hist'
pkgname="python-${_pkgname}"
-pkgver=2.8.0
+pkgver=2.9.0
pkgrel=1
pkgdesc="Python bindings for Boost's Histogram library."
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
'python-scipy: for fit support'
)
source=("${pkgname}::git+${url}#tag=v${pkgver}")
-sha256sums=('75b2fdd4226293a0822dd9e7fb1424710d25ee3aed2e4f6b3668cd53472bd4fa')
+sha256sums=('dd16e75f883c5279e27e3673261e1897d034061f80c2f7ec7e677d6195322f7c')
build() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hist/-/commit/3138a178c504276db0d3e359f7b2a791b96e9eb2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hist/-/commit/3138a178c504276db0d3e359f7b2a791b96e9eb2
You're receiving this email because of your account on gitlab.archlinux.org.