Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-uncertainties
Commits:
27bfd5bb by Antonio Rojas at 2025-12-26T18:28:30+01:00
upgpkg: 3.2.3-3: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-uncertainties
pkgdesc = Transparent calculations with uncertainties on the quantities
involved (aka error propagation); fast calculation of derivatives.
pkgver = 3.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lmfit/uncertainties
arch = any
license = BSD
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-uncertainties
pkgver=3.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="Transparent calculations with uncertainties on the quantities
involved (aka error propagation); fast calculation of derivatives."
arch=('any')
license=('BSD')
@@ -14,6 +14,11 @@ checkdepends=('python-pytest' 'python-numpy')
source=("git+https://github.com/lmfit/uncertainties.git#tag=$pkgver")
sha512sums=('85588db20a9a9954bcbc883a39551565821d59c51edee0c41359f9432e9006e5815f53f1d0dbd1576bdfeef7dfb7b80a384c6503cc9ac6daf0c9ae26a5a72a8f')
+prepare() {
+ cd uncertainties
+ git cherry-pick -n 633da70494ae6570cc69a910e1f6231538acf374 # Fix test with
python 3.14
+}
+
build() {
cd uncertainties
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-uncertainties/-/commit/27bfd5bb063660490f7f354173c66c757c79b1cf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-uncertainties/-/commit/27bfd5bb063660490f7f354173c66c757c79b1cf
You're receiving this email because of your account on gitlab.archlinux.org.