Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
python-gast
Commits:
355be596 by Sven-Hendrik Haase at 2024-11-18T04:30:41+01:00
upgpkg: 0.6.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = python-gast
pkgdesc = AST that abstracts the underlying Python version
- pkgver = 0.5.4
- pkgrel = 3
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://github.com/serge-sans-paille/gast
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/g/gast/gast-0.5.4.tar.gz
- sha512sums =
a288e2ecc15af2a5d50cb34979995f936e88cdaa4427f809b69015cb6ba98eaffd7ea9eff2dc61dae6f6c2d7d9c5cc6e3e9a5565bd7b1dd308cd39f56087c67d
+ source = https://pypi.io/packages/source/g/gast/gast-0.6.0.tar.gz
+ sha512sums =
a482d0ca489781b57c119169a9bc502a84ead352ed5c4edc078907e8baa4f9abd379ee01df9cad9565a33fa1d0f363bea7b5c17b7d3cf6d600ef96018b97191b
pkgname = python-gast
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=python-gast
-pkgver=0.5.4
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
pkgdesc="AST that abstracts the underlying Python version "
url="https://github.com/serge-sans-paille/gast"
arch=(any)
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz")
-sha512sums=('a288e2ecc15af2a5d50cb34979995f936e88cdaa4427f809b69015cb6ba98eaffd7ea9eff2dc61dae6f6c2d7d9c5cc6e3e9a5565bd7b1dd308cd39f56087c67d')
+sha512sums=('a482d0ca489781b57c119169a9bc502a84ead352ed5c4edc078907e8baa4f9abd379ee01df9cad9565a33fa1d0f363bea7b5c17b7d3cf6d600ef96018b97191b')
build() {
cd gast-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gast/-/commit/355be5962e0a1337b1df15e7d33269584930d37f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gast/-/commit/355be5962e0a1337b1df15e7d33269584930d37f
You're receiving this email because of your account on gitlab.archlinux.org.