Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-astroid
Commits: 5bac4c31 by Daniel M. Capella at 2025-02-09T20:28:47-05:00 upgpkg: 3.3.8-2: Drop python-six checkdep - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-astroid pkgdesc = A common base representation of python source code pkgver = 3.3.8 - pkgrel = 1 + pkgrel = 2 url = https://github.com/pylint-dev/astroid arch = any license = LGPL-2.1-or-later @@ -9,7 +9,6 @@ pkgbase = python-astroid checkdepends = python-dateutil checkdepends = python-pyqt6 checkdepends = python-regex - checkdepends = python-six checkdepends = python-urllib3 checkdepends = python-pip checkdepends = python-pytest ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ _pyname=astroid pkgname=python-$_pyname pkgver=3.3.8 -pkgrel=1 +pkgrel=2 pkgdesc='A common base representation of python source code' arch=(any) url="https://github.com/pylint-dev/$_pyname" @@ -19,7 +19,6 @@ checkdepends=(python-attrs python-dateutil python-pyqt6 python-regex - python-six python-urllib3 python-pip python-pytest) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/5bac4c317a931af1c8caf68ad16e15a33807d9fe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/5bac4c317a931af1c8caf68ad16e15a33807d9fe You're receiving this email because of your account on gitlab.archlinux.org.