Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-astroid
Commits:
ecbff5dd by Daniel M. Capella at 2024-05-19T20:31:21-04:00
upgpkg: 3.2.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-astroid
pkgdesc = A common base representation of python source code
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = https://github.com/pylint-dev/astroid
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-astroid
depends = python
conflicts = python-logilab-astng
replaces = python-logilab-astng
- source =
https://github.com/pylint-dev/astroid/archive/v3.2.1/astroid-3.2.1.tar.gz
- sha256sums =
62292ca666254cab2bd29707209afb6672ba193a3ed320f3aac511c12b2f5b17
+ source =
https://github.com/pylint-dev/astroid/archive/v3.2.2/astroid-3.2.2.tar.gz
+ sha256sums =
7ff8e7de62e56c107334c15dfa336256901711e931e0f644a366bcb91e276a42
pkgname = python-astroid
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pyname=astroid
pkgname=python-$_pyname
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc='A common base representation of python source code'
arch=(any)
@@ -27,7 +27,7 @@ replaces=(python-logilab-astng)
conflicts=(python-logilab-astng)
_archive="$_pyname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('62292ca666254cab2bd29707209afb6672ba193a3ed320f3aac511c12b2f5b17')
+sha256sums=('7ff8e7de62e56c107334c15dfa336256901711e931e0f644a366bcb91e276a42')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/ecbff5ddd80b5651746fd302ee5221f369883b76
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/ecbff5ddd80b5651746fd302ee5221f369883b76
You're receiving this email because of your account on gitlab.archlinux.org.