Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-astroid
Commits:
3e0ebd00 by Caleb Maclennan at 2026-01-06T17:53:15+03:00
upgpkg: 4.0.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-astroid
pkgdesc = A common base representation of python source code
- pkgver = 4.0.2
- pkgrel = 2
+ pkgver = 4.0.3
+ pkgrel = 1
url = https://github.com/pylint-dev/astroid
arch = any
license = LGPL-2.1-or-later
@@ -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/v4.0.2/astroid-4.0.2.tar.gz
- sha256sums =
e6e00757ba15393b51143e9c72d6d71ad047eb1f9a822061991dbe5e598d1c71
+ source =
https://github.com/pylint-dev/astroid/archive/v4.0.3/astroid-4.0.3.tar.gz
+ sha256sums =
42f49822d3693fc5d723138cec315b6c8bdbf52f36b0cee66d8f85756d104581
pkgname = python-astroid
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
_pyname=astroid
pkgname=python-$_pyname
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.0.3
+pkgrel=1
pkgdesc='A common base representation of python source code'
arch=(any)
url="https://github.com/pylint-dev/$_pyname"
@@ -27,7 +27,7 @@ replaces=(python-logilab-astng)
conflicts=(python-logilab-astng)
_archive="$_pyname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e6e00757ba15393b51143e9c72d6d71ad047eb1f9a822061991dbe5e598d1c71')
+sha256sums=('42f49822d3693fc5d723138cec315b6c8bdbf52f36b0cee66d8f85756d104581')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/3e0ebd00cbebabdc6e898b158f448d7824d90c52
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/3e0ebd00cbebabdc6e898b158f448d7824d90c52
You're receiving this email because of your account on gitlab.archlinux.org.