Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pylint
Commits:
b5e6af8a by Caleb Maclennan at 2026-02-21T21:44:20+03:00
upgpkg: 4.0.5-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 = 4.0.4
- pkgrel = 2
+ pkgver = 4.0.5
+ 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/v4.0.4/pylint-4.0.4.tar.gz
- sha256sums =
c023e0aac2a766115ce76631290b609a6b23c2f2e77a014f8463f970c4cf6d14
+ source =
https://github.com/PyCQA/pylint/archive/v4.0.5/pylint-4.0.5.tar.gz
+ sha256sums =
9493ebe07fff5e05f1efc954183f9d046600f3fba37e0f4397417a632965d393
pkgname = python-pylint
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
_pyname=pylint
pkgname=python-$_pyname
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.5
+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=('c023e0aac2a766115ce76631290b609a6b23c2f2e77a014f8463f970c4cf6d14')
+sha256sums=('9493ebe07fff5e05f1efc954183f9d046600f3fba37e0f4397417a632965d393')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/b5e6af8a3d2d9779393095b491740cd9a2564331
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/b5e6af8a3d2d9779393095b491740cd9a2564331
You're receiving this email because of your account on gitlab.archlinux.org.