Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pylint
Commits:
496c2c5f by Caleb Maclennan at 2024-12-11T11:54:01+03:00
upgpkg: 3.3.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pylint
pkgdesc = Analyzes Python code looking for bugs and signs of poor
quality
- pkgver = 3.3.1
- pkgrel = 2
+ pkgver = 3.3.2
+ pkgrel = 1
url = https://pylint.pycqa.org
arch = any
license = GPL-2.0-only
@@ -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.3.1/pylint-3.3.1.tar.gz
- sha256sums =
3343069bd6f6fcf220cfac79db466f69a509213ed1f0bedc9887600eb0b58084
+ source =
https://github.com/PyCQA/pylint/archive/v3.3.2/pylint-3.3.2.tar.gz
+ sha256sums =
0a4b172ff66614037e64b9929dac8141c9eab31197f6b1832367c3d5be797e11
pkgname = python-pylint
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
_pyname=pylint
pkgname=python-$_pyname
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
arch=(any)
url=https://pylint.pycqa.org
@@ -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=('3343069bd6f6fcf220cfac79db466f69a509213ed1f0bedc9887600eb0b58084')
+sha256sums=('0a4b172ff66614037e64b9929dac8141c9eab31197f6b1832367c3d5be797e11')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/496c2c5fe5c166284f552ff4ed52f27b7ba094d5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/496c2c5fe5c166284f552ff4ed52f27b7ba094d5
You're receiving this email because of your account on gitlab.archlinux.org.