Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-ndindex


Commits:
939fd1b8 by Carl Smedstad at 2024-09-26T02:14:57+02:00
upgpkg: 1.9.2-1: Upstream release

https://github.com/Quansight-Labs/ndindex/releases/tag/1.9.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-ndindex
        pkgdesc = Library for manipulating indices of ndarrays
-       pkgver = 1.9.1
+       pkgver = 1.9.2
        pkgrel = 1
        url = https://quansight-labs.github.io/ndindex/
        arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = python-ndindex
        depends = glibc
        depends = python
        depends = python-numpy
-       source = 
python-ndindex-pkgver.tar.gz::https://github.com/Quansight-Labs/ndindex/archive/1.9.1/1.9.1.tar.gz
-       sha256sums = 
256ea5185bfe7534657360afc6f2705c5ab598b976cea9bd4fcc897d5fccfefe
+       source = 
python-ndindex-1.9.2.tar.gz::https://github.com/Quansight-Labs/ndindex/archive/1.9.2/1.9.2.tar.gz
+       sha256sums = 
da61bdedaacc23b34d8e7223888d5f5e50b92e26cd41b0d79913b366ef9a3257
 
 pkgname = python-ndindex


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-ndindex
 _pkgname=${pkgname#python-}
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="Library for manipulating indices of ndarrays"
 arch=(x86_64)
@@ -26,8 +26,8 @@ checkdepends=(
   python-pytest
   python-sympy
 )
-source=("$pkgname-pkgver.tar.gz::https://github.com/Quansight-Labs/ndindex/archive/$pkgver/$pkgver.tar.gz";)
-sha256sums=('256ea5185bfe7534657360afc6f2705c5ab598b976cea9bd4fcc897d5fccfefe')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Quansight-Labs/ndindex/archive/$pkgver/$pkgver.tar.gz";)
+sha256sums=('da61bdedaacc23b34d8e7223888d5f5e50b92e26cd41b0d79913b366ef9a3257')
 
 build() {
   cd "$_pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ndindex/-/commit/939fd1b869dcc175fd95f1cb056f7a17ce14b387

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


Reply via email to