Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-uncertainties
Commits:
121b54c7 by Felix Yan at 2025-05-18T15:26:41+08:00
upgpkg: 3.2.3-1
- - - - -
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.2
- pkgrel = 2
+ pkgver = 3.2.3
+ pkgrel = 1
url = https://github.com/lmfit/uncertainties
arch = any
license = BSD
@@ -15,7 +15,7 @@ pkgbase = python-uncertainties
makedepends = python-wheel
depends = python
optdepends = python-numpy: additional support for NumPy arrays and
matrices
- source = git+https://github.com/lmfit/uncertainties.git#tag=3.2.2
- sha512sums =
048200d7b7a1f2b78e3c5cdbb8e607f4e6f5c434a9218877edb62dc0cff108010f84b9c29bcc4ec575eade44838690854214374eb070fe5aae869deee9a90de8
+ source = git+https://github.com/lmfit/uncertainties.git#tag=3.2.3
+ sha512sums =
85588db20a9a9954bcbc883a39551565821d59c51edee0c41359f9432e9006e5815f53f1d0dbd1576bdfeef7dfb7b80a384c6503cc9ac6daf0c9ae26a5a72a8f
pkgname = python-uncertainties
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-uncertainties
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
pkgdesc="Transparent calculations with uncertainties on the quantities
involved (aka error propagation); fast calculation of derivatives."
arch=('any')
license=('BSD')
@@ -12,7 +12,7 @@ optdepends=('python-numpy: additional support for NumPy
arrays and matrices')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-setuptools-scm' 'python-wheel')
checkdepends=('python-pytest' 'python-numpy')
source=("git+https://github.com/lmfit/uncertainties.git#tag=$pkgver")
-sha512sums=('048200d7b7a1f2b78e3c5cdbb8e607f4e6f5c434a9218877edb62dc0cff108010f84b9c29bcc4ec575eade44838690854214374eb070fe5aae869deee9a90de8')
+sha512sums=('85588db20a9a9954bcbc883a39551565821d59c51edee0c41359f9432e9006e5815f53f1d0dbd1576bdfeef7dfb7b80a384c6503cc9ac6daf0c9ae26a5a72a8f')
build() {
cd uncertainties
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-uncertainties/-/commit/121b54c75c340cfd008fa9868001eb2affa1479f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-uncertainties/-/commit/121b54c75c340cfd008fa9868001eb2affa1479f
You're receiving this email because of your account on gitlab.archlinux.org.