Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pylint
Commits:
feaa3f3d by Caleb Maclennan at 2024-05-20T17:54:40+03:00
upgpkg: 3.2.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pylint
pkgdesc = Analyzes Python code looking for bugs and signs of poor
quality
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = https://pylint.pycqa.org
arch = any
@@ -27,7 +27,7 @@ pkgbase = python-pylint
depends = python-platformdirs
depends = python-tomlkit
optdepends = graphviz: Enable output formats other than dot or vcg
- source =
https://github.com/PyCQA/pylint/archive/v3.2.1/pylint-3.2.1.tar.gz
- sha256sums =
1271905175fc1f35e907744ac6d38ea8dfea2b4e0ece234d10275c3fc17812ae
+ source =
https://github.com/PyCQA/pylint/archive/v3.2.2/pylint-3.2.2.tar.gz
+ sha256sums =
04083d8df982caf984e1a9908ced17abc0005a1cd51b1ac568fac1ac22473ad6
pkgname = python-pylint
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
_pyname=pylint
pkgname=python-$_pyname
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
arch=(any)
@@ -34,7 +34,7 @@ checkdepends=(mpdecimal
optdepends=('graphviz: Enable output formats other than dot or vcg')
_archive="$_pyname-$pkgver"
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('1271905175fc1f35e907744ac6d38ea8dfea2b4e0ece234d10275c3fc17812ae')
+sha256sums=('04083d8df982caf984e1a9908ced17abc0005a1cd51b1ac568fac1ac22473ad6')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/feaa3f3da66c7795eb9d3c08d6f9372e3a3c847a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/feaa3f3da66c7795eb9d3c08d6f9372e3a3c847a
You're receiving this email because of your account on gitlab.archlinux.org.