Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-uncertainties


Commits:
4fd3f67d by Daniel M. Capella at 2024-07-22T00:48:38-04:00
upgpkg: 3.2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-uncertainties
        pkgdesc = Transparent calculations with uncertainties on the quantities 
involved (aka error propagation); fast calculation of derivatives.
-       pkgver = 3.2.0
+       pkgver = 3.2.2
        pkgrel = 1
        url = https://github.com/lmfit/uncertainties
        arch = any
@@ -11,10 +11,11 @@ pkgbase = python-uncertainties
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
+       makedepends = python-setuptools-scm
        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.0
-       sha512sums = 
716599c1ac9e0f1c11bb1cf2c7b9f8b8a76d21ef8d3accd93c476bb0e020b2958397a794914e5b7fe2950b704c8dba6890ea9fdce6e490db5f74d3f09d87e8d7
+       source = git+https://github.com/lmfit/uncertainties.git#tag=3.2.2
+       sha512sums = 
048200d7b7a1f2b78e3c5cdbb8e607f4e6f5c434a9218877edb62dc0cff108010f84b9c29bcc4ec575eade44838690854214374eb070fe5aae869deee9a90de8
 
 pkgname = python-uncertainties


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-uncertainties
-pkgver=3.2.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Transparent calculations with uncertainties on the quantities 
involved (aka error propagation); fast calculation of derivatives."
 arch=('any')
@@ -9,13 +9,14 @@ license=('BSD')
 url="https://github.com/lmfit/uncertainties";
 depends=('python')
 optdepends=('python-numpy: additional support for NumPy arrays and matrices')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+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=('716599c1ac9e0f1c11bb1cf2c7b9f8b8a76d21ef8d3accd93c476bb0e020b2958397a794914e5b7fe2950b704c8dba6890ea9fdce6e490db5f74d3f09d87e8d7')
+sha512sums=('048200d7b7a1f2b78e3c5cdbb8e607f4e6f5c434a9218877edb62dc0cff108010f84b9c29bcc4ec575eade44838690854214374eb070fe5aae869deee9a90de8')
 
 build() {
   cd uncertainties
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
   python -m build -nw
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-uncertainties/-/commit/4fd3f67dc4021d3b81d558df62b205a07b96c8fd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-uncertainties/-/commit/4fd3f67dc4021d3b81d558df62b205a07b96c8fd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to