Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-astroid
Commits:
fb4db12d by Caleb Maclennan at 2024-09-24T00:22:58+03:00
upgpkg: 3.3.4-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.3
+ pkgver = 3.3.4
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.3/astroid-3.3.3.tar.gz
- sha256sums =
dff3de3d799fe3969c883380c51525e327bb73a67d1eb54eeb5a720f53885443
+ source =
https://github.com/pylint-dev/astroid/archive/v3.3.4/astroid-3.3.4.tar.gz
+ sha256sums =
d8cbc787cb73974a3190384aef9c426b8bffd32a77e2ff1b6f78b7d7e60ae891
pkgname = python-astroid
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pyname=astroid
pkgname=python-$_pyname
-pkgver=3.3.3
+pkgver=3.3.4
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=('dff3de3d799fe3969c883380c51525e327bb73a67d1eb54eeb5a720f53885443')
+sha256sums=('d8cbc787cb73974a3190384aef9c426b8bffd32a77e2ff1b6f78b7d7e60ae891')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/fb4db12d22168b147ba7be8e305d594c26414d5b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/fb4db12d22168b147ba7be8e305d594c26414d5b
You're receiving this email because of your account on gitlab.archlinux.org.