Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-mplhep
Commits:
9849aa1a by Jakub Klinkovský at 2025-12-23T11:56:35+01:00
Exclude non-stable releases in nvchecker.toml
- - - - -
5fb51392 by Jakub Klinkovský at 2025-12-23T12:12:38+01:00
upgpkg: 0.4.1-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-mplhep
pkgdesc = A set of helpers for matplotlib to more easily produce plots
typically needed in HEP.
- pkgver = 0.3.55
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/scikit-hep/mplhep
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-mplhep
depends = python-mplhep_data
depends = python-uhi
depends = python-packaging
- source =
python-mplhep::git+https://github.com/scikit-hep/mplhep#tag=v0.3.55
- sha256sums =
8abb058de47c23a79f173be79b14ce834c096d6da40269bab4325bca2a027936
+ source =
python-mplhep::git+https://github.com/scikit-hep/mplhep#tag=v0.4.1
+ sha256sums =
99a1b74d4979d32581977b6ec740c39ab3ddd805119be7c2efb3b3e47c217592
pkgname = python-mplhep
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,4 @@
source = "git"
git = "https://github.com/scikit-hep/mplhep.git"
prefix = "v"
+exclude_regex = ".*(pre|rc|alpha|beta).*"
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pkgname='mplhep'
pkgname="python-${_pkgname}"
-pkgver=0.3.55
+pkgver=0.4.1
pkgrel=1
pkgdesc="A set of helpers for matplotlib to more easily produce plots
typically needed in HEP."
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-numpy' 'python-matplotlib'
'python-mplhep_data' 'python-uhi' 'p
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
checkdepends=('python-pytest' 'python-pytest-mock' 'python-boost-histogram'
'python-scipy' 'python-uproot' 'python-scikit-hep-testdata' 'python-hist'
'python-fsspec')
source=("${pkgname}::git+${url}#tag=v${pkgver}")
-sha256sums=('8abb058de47c23a79f173be79b14ce834c096d6da40269bab4325bca2a027936')
+sha256sums=('99a1b74d4979d32581977b6ec740c39ab3ddd805119be7c2efb3b3e47c217592')
build() {
cd "${srcdir}/${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mplhep/-/compare/ac0661b1fda11073670291c90af313f2176a9b56...5fb5139250fd63d026d32fbeed17f4fd0453a6af
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mplhep/-/compare/ac0661b1fda11073670291c90af313f2176a9b56...5fb5139250fd63d026d32fbeed17f4fd0453a6af
You're receiving this email because of your account on gitlab.archlinux.org.