Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pylint
Commits:
2aab23e9 by Caleb Maclennan at 2024-02-28T08:10:29+03:00
upgpkg: 3.1.0-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 = 2.17.7
+ pkgver = 3.1.0
pkgrel = 1
url = https://pylint.pycqa.org
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-pylint
depends = python-tomli
depends = python-tomlkit
optdepends = graphviz: Enable output formats other than dot or vcg
- source =
https://github.com/PyCQA/pylint/archive/v2.17.7/pylint-2.17.7.tar.gz
- sha256sums =
13ee786f1fb226c2e66542c31c86e9597577072295766a50f3121f22a1b90acc
+ source =
https://github.com/PyCQA/pylint/archive/v3.1.0/pylint-3.1.0.tar.gz
+ sha256sums =
c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092
pkgname = python-pylint
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
_pyname=pylint
pkgname=python-$_pyname
-pkgver=2.17.7
+pkgver=3.1.0
pkgrel=1
pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
arch=(any)
@@ -35,7 +35,7 @@ checkdepends=(mpdecimal
optdepends=('graphviz: Enable output formats other than dot or vcg')
_archive="$_pyname-$pkgver"
source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('13ee786f1fb226c2e66542c31c86e9597577072295766a50f3121f22a1b90acc')
+sha256sums=('c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/2aab23e98fe1e77bfc163df160a2ec9ffe16a716
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/2aab23e98fe1e77bfc163df160a2ec9ffe16a716
You're receiving this email because of your account on gitlab.archlinux.org.