Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-astroid
Commits:
4b0a8263 by Caleb Maclennan at 2026-02-09T13:35:25+03:00
upgpkg: 4.1.0-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.3
- pkgrel = 2
+ pkgver = 4.1.0
+ 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.3/astroid-4.0.3.tar.gz
- sha256sums =
42f49822d3693fc5d723138cec315b6c8bdbf52f36b0cee66d8f85756d104581
+ source =
https://github.com/pylint-dev/astroid/archive/v4.1.0/astroid-4.1.0.tar.gz
+ sha256sums =
f4950a8c83305c656400bf5fa8912b55f464646736fead8f8eac8dfe5a5430db
pkgname = python-astroid
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
_pyname=astroid
pkgname=python-$_pyname
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.1.0
+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=('42f49822d3693fc5d723138cec315b6c8bdbf52f36b0cee66d8f85756d104581')
+sha256sums=('f4950a8c83305c656400bf5fa8912b55f464646736fead8f8eac8dfe5a5430db')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/4b0a82630cbd4c7f66f16c754a0904e31a4fbd3f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/4b0a82630cbd4c7f66f16c754a0904e31a4fbd3f
You're receiving this email because of your account on gitlab.archlinux.org.