Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pylint
Commits:
a48ce501 by Caleb Maclennan at 2024-09-25T10:28:06+03:00
upgpkg: 3.3.1-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.7
+ pkgver = 3.3.1
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.7/pylint-3.2.7.tar.gz
- sha256sums =
afa603e2ebfd602b5ad0c17972b38b8eb2a00843bbb26e8701ab3bcd52bfaba0
+ source =
https://github.com/PyCQA/pylint/archive/v3.3.1/pylint-3.3.1.tar.gz
+ sha256sums =
3343069bd6f6fcf220cfac79db466f69a509213ed1f0bedc9887600eb0b58084
pkgname = python-pylint
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
_pyname=pylint
pkgname=python-$_pyname
-pkgver=3.2.7
+pkgver=3.3.1
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=('afa603e2ebfd602b5ad0c17972b38b8eb2a00843bbb26e8701ab3bcd52bfaba0')
+sha256sums=('3343069bd6f6fcf220cfac79db466f69a509213ed1f0bedc9887600eb0b58084')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/a48ce50105fbfec9c91a2f4aae5b8a5c723eb10c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/a48ce50105fbfec9c91a2f4aae5b8a5c723eb10c
You're receiving this email because of your account on gitlab.archlinux.org.