Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-astroid


Commits:
b47331b8 by Daniel M. Capella at 2024-05-07T10:20:50-04:00
upgpkg: 3.2.0-1 & drop numpy checkdep

https://github.com/pylint-dev/astroid/blob/v3.2.0/requirements_full.txt#L7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = python-astroid
        pkgdesc = A common base representation of python source code
-       pkgver = 3.1.0
-       pkgrel = 5
+       pkgver = 3.2.0
+       pkgrel = 1
        url = https://github.com/pylint-dev/astroid
        arch = any
        license = LGPL-2.1-or-later
        checkdepends = python-attrs
-       checkdepends = python-numpy
        checkdepends = python-dateutil
        checkdepends = python-pyqt6
        checkdepends = python-regex
@@ -21,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.1.0/astroid-3.1.0.tar.gz
-       sha256sums = 
3ba572a3faeabdd72ec79965b38867d1ce159ebec1281ba833928842b36cca32
+       source = 
https://github.com/pylint-dev/astroid/archive/v3.2.0/astroid-3.2.0.tar.gz
+       sha256sums = 
e495a4870d4de0b986d56e8d1e6146c4735a78c058ada742e4f8ee6bf3464781
 
 pkgname = python-astroid


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
 
 _pyname=astroid
 pkgname=python-$_pyname
-pkgver=3.1.0
-pkgrel=5
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='A common base representation of python source code'
 arch=(any)
 url="https://github.com/pylint-dev/$_pyname";
@@ -16,7 +16,6 @@ depends=(python)
 makedepends=(python-{build,installer,wheel}
              python-setuptools)
 checkdepends=(python-attrs
-              python-numpy
               python-dateutil
               python-pyqt6
               python-regex
@@ -28,7 +27,7 @@ replaces=(python-logilab-astng)
 conflicts=(python-logilab-astng)
 _archive="$_pyname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('3ba572a3faeabdd72ec79965b38867d1ce159ebec1281ba833928842b36cca32')
+sha256sums=('e495a4870d4de0b986d56e8d1e6146c4735a78c058ada742e4f8ee6bf3464781')
 
 prepare() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/b47331b88d1bad9cbcf06c0660ec0e5adad09669

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/b47331b88d1bad9cbcf06c0660ec0e5adad09669
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to