Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-astroid
Commits:
a206cbb4 by Caleb Maclennan at 2024-02-28T07:50:59+03:00
upgpkg: 3.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 = 2.15.6
- pkgrel = 2
+ pkgver = 3.1.0
+ pkgrel = 1
url = https://github.com/pylint-dev/astroid
arch = any
license = LGPL
@@ -19,7 +19,7 @@ pkgbase = python-astroid
depends = python-wrapt
conflicts = python-logilab-astng
replaces = python-logilab-astng
- source =
https://github.com/pylint-dev/astroid/archive/v2.15.6/astroid-2.15.6.tar.gz
- sha256sums =
ea2964fab540bfd52b21a58d3517696a639ea5c79ca8305fb616549e6f0308ed
+ source =
https://github.com/pylint-dev/astroid/archive/v3.1.0/astroid-3.1.0.tar.gz
+ sha256sums =
3ba572a3faeabdd72ec79965b38867d1ce159ebec1281ba833928842b36cca32
pkgname = python-astroid
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
_pyname=astroid
pkgname=python-$_pyname
-pkgver=2.15.6
-pkgrel=2
+pkgver=3.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=('ea2964fab540bfd52b21a58d3517696a639ea5c79ca8305fb616549e6f0308ed')
+sha256sums=('3ba572a3faeabdd72ec79965b38867d1ce159ebec1281ba833928842b36cca32')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/a206cbb43fd734f4f149d63b8146f2b162b2c6b8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/a206cbb43fd734f4f149d63b8146f2b162b2c6b8
You're receiving this email because of your account on gitlab.archlinux.org.