Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-astroid
Commits:
61f0bc0b by Daniel M. Capella at 2024-08-11T21:21:44-04:00
upgpkg: 3.3.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.3.1
+ pkgver = 3.3.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.3.1/astroid-3.3.1.tar.gz
- sha256sums =
ccd0adc53c906ddc0570aa615e611e4ad6fe02081683b0205bfaf04d1cfbfa26
+ source =
https://github.com/pylint-dev/astroid/archive/v3.3.2/astroid-3.3.2.tar.gz
+ sha256sums =
b939e3a175fbb840f55aa5237aab19068f825bb432ca27af81cab300a689dc9e
pkgname = python-astroid
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pyname=astroid
pkgname=python-$_pyname
-pkgver=3.3.1
+pkgver=3.3.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=('ccd0adc53c906ddc0570aa615e611e4ad6fe02081683b0205bfaf04d1cfbfa26')
+sha256sums=('b939e3a175fbb840f55aa5237aab19068f825bb432ca27af81cab300a689dc9e')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/61f0bc0b41726341a60a55cf16de5bf4aca12c81
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/61f0bc0b41726341a60a55cf16de5bf4aca12c81
You're receiving this email because of your account on gitlab.archlinux.org.