Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pytools
Commits:
96b5f4a3 by Antonio Rojas at 2024-06-22T23:46:26+02:00
upgpkg: 2024.1.5-1: Update to 2024.1.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pytools
pkgdesc = A collection of tools for Python
- pkgver = 2024.1.1
+ pkgver = 2024.1.5
pkgrel = 1
url = https://github.com/inducer/pytools
arch = any
@@ -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.1
- sha512sums =
68150024bb022919e5080a42df3953d694049a602aaabe0d794d14723ddb9d450215e4ee00de180d65b6c6eb91935c51f5a735cc91af1689854655f80000d9b5
+ source = git+https://github.com/inducer/pytools.git#tag=v2024.1.5
+ sha512sums =
cb00e508c9c64545fd3d0395721e3bd1794b8c547490316c1b11e4df338ef37714e723f59519b026193d92514fc41e5af6f6fc405c6227803635527a485cf54f
pkgname = python-pytools
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Stéphane Gaudreault <[email protected]>
pkgname=python-pytools
-pkgver=2024.1.1
+pkgver=2024.1.5
pkgrel=1
pkgdesc="A collection of tools for Python"
arch=('any')
@@ -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=('68150024bb022919e5080a42df3953d694049a602aaabe0d794d14723ddb9d450215e4ee00de180d65b6c6eb91935c51f5a735cc91af1689854655f80000d9b5')
+sha512sums=('cb00e508c9c64545fd3d0395721e3bd1794b8c547490316c1b11e4df338ef37714e723f59519b026193d92514fc41e5af6f6fc405c6227803635527a485cf54f')
build() {
cd pytools
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytools/-/commit/96b5f4a31c3b56a9dac02b57199e8f0ffc46ed80
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytools/-/commit/96b5f4a31c3b56a9dac02b57199e8f0ffc46ed80
You're receiving this email because of your account on gitlab.archlinux.org.