Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-astroid
Commits:
0863dd78 by Daniel M. Capella at 2024-09-20T10:54:06-04:00
upgpkg: 3.3.3-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.2
+ pkgver = 3.3.3
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.2/astroid-3.3.2.tar.gz
- sha256sums =
b939e3a175fbb840f55aa5237aab19068f825bb432ca27af81cab300a689dc9e
+ source =
https://github.com/pylint-dev/astroid/archive/v3.3.3/astroid-3.3.3.tar.gz
+ sha256sums =
dff3de3d799fe3969c883380c51525e327bb73a67d1eb54eeb5a720f53885443
pkgname = python-astroid
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pyname=astroid
pkgname=python-$_pyname
-pkgver=3.3.2
+pkgver=3.3.3
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=('b939e3a175fbb840f55aa5237aab19068f825bb432ca27af81cab300a689dc9e')
+sha256sums=('dff3de3d799fe3969c883380c51525e327bb73a67d1eb54eeb5a720f53885443')
prepare() {
cd "$_archive"
@@ -41,9 +41,7 @@ build() {
check() {
cd "$_archive"
- # Gentoo thinks this test fails because of pydantic 2
- #
https://github.com/gentoo/gentoo/commit/70a46fcd283b608171fd5529619915e119b69405
- pytest --deselect tests/brain/test_dataclasses.py::test_pydantic_field
--deselect tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
+ pytest
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/0863dd78d38fdf1cdc2353f581bd88f2e458af1c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/0863dd78d38fdf1cdc2353f581bd88f2e458af1c
You're receiving this email because of your account on gitlab.archlinux.org.