Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-iminuit
Commits:
15845983 by Antonio Rojas at 2024-09-18T20:19:41+02:00
upgpkg: 2.29.1-1: Update to 2.29.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-iminuit
pkgdesc = Python interface for MINUIT, a physics analysis tool for
function minimization.
- pkgver = 2.28.0
+ pkgver = 2.29.1
pkgrel = 1
url = https://iminuit.readthedocs.io
arch = x86_64
@@ -27,9 +27,9 @@ pkgbase = python-iminuit
makedepends = python-sphinx_rtd_theme
makedepends = python-scikit-build-core
options = !emptydirs
- source =
python-iminuit::git+https://github.com/scikit-hep/iminuit#tag=v2.28.0
+ source =
python-iminuit::git+https://github.com/scikit-hep/iminuit#tag=v2.29.1
source =
python-iminuit-root::git+https://github.com/root-project/root.git
- sha256sums =
e02bf869b1ca03254e96491a11fd810ac0c30be4ded7817b4c0f5fd1d1957a3e
+ sha256sums =
fc2e81bafa51af365b1ce5bfb5ddb35f040198deee877df005293f21e04c6146
sha256sums = SKIP
pkgname = python-iminuit
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=iminuit
pkgbase="python-${_pkgname}"
pkgname=("python-${_pkgname}" "python-${_pkgname}-docs")
-pkgver=2.28.0
+pkgver=2.29.1
pkgrel=1
pkgdesc="Python interface for MINUIT, a physics analysis tool for function
minimization."
arch=('x86_64')
@@ -34,7 +34,7 @@ source=(
"${pkgbase}::git+https://github.com/scikit-hep/iminuit#tag=v$pkgver"
"${pkgbase}-root::git+https://github.com/root-project/root.git"
)
-sha256sums=('e02bf869b1ca03254e96491a11fd810ac0c30be4ded7817b4c0f5fd1d1957a3e'
+sha256sums=('fc2e81bafa51af365b1ce5bfb5ddb35f040198deee877df005293f21e04c6146'
'SKIP')
_get_pyver () {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-iminuit/-/commit/158459833c83bbd23d2d2f5fab5ea8e9c193d578
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-iminuit/-/commit/158459833c83bbd23d2d2f5fab5ea8e9c193d578
You're receiving this email because of your account on gitlab.archlinux.org.