Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pytools
Commits:
c0ab2137 by Felix Yan at 2025-09-29T02:08:10+08:00
upgpkg: 2024.1.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytools
pkgdesc = A collection of tools for Python
- pkgver = 2024.1.5
- pkgrel = 2
+ pkgver = 2024.1.6
+ pkgrel = 1
url = https://github.com/inducer/pytools
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-pytools
depends = python-numpy
depends = python-platformdirs
depends = python-typing_extensions
- source = git+https://github.com/inducer/pytools.git#tag=v2024.1.5
- sha512sums =
cb00e508c9c64545fd3d0395721e3bd1794b8c547490316c1b11e4df338ef37714e723f59519b026193d92514fc41e5af6f6fc405c6227803635527a485cf54f
+ source = git+https://github.com/inducer/pytools.git#tag=v2024.1.6
+ sha512sums =
e43998ae59e120def3d823f916c12e1a99453e7772311e841f6fda8d268ead5fca652156b9f9fcf910c297e9b53a0363a707402ee2237a775ad55487fd0fb006
pkgname = python-pytools
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Stéphane Gaudreault <[email protected]>
pkgname=python-pytools
-pkgver=2024.1.5
-pkgrel=2
+pkgver=2024.1.6
+pkgrel=1
pkgdesc="A collection of tools for Python"
arch=('any')
url="https://github.com/inducer/pytools"
@@ -12,7 +12,7 @@ depends=('python-numpy' 'python-platformdirs'
'python-typing_extensions')
makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest')
source=("git+https://github.com/inducer/pytools.git#tag=v$pkgver")
-sha512sums=('cb00e508c9c64545fd3d0395721e3bd1794b8c547490316c1b11e4df338ef37714e723f59519b026193d92514fc41e5af6f6fc405c6227803635527a485cf54f')
+sha512sums=('e43998ae59e120def3d823f916c12e1a99453e7772311e841f6fda8d268ead5fca652156b9f9fcf910c297e9b53a0363a707402ee2237a775ad55487fd0fb006')
build() {
cd pytools
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytools/-/commit/c0ab21371602694f9bfa5cc77a37ebefd6ffd6b6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytools/-/commit/c0ab21371602694f9bfa5cc77a37ebefd6ffd6b6
You're receiving this email because of your account on gitlab.archlinux.org.