Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-pylint
Commits: 4e39c45f by Caleb Maclennan at 2024-09-02T01:02:18+03:00 upgpkg: 3.2.7-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.6 + pkgver = 3.2.7 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.6/pylint-3.2.6.tar.gz - sha256sums = 66c917c27c74b84d44aecacd9725defeb3ef51bdf916213e52c647f5545dda75 + source = https://github.com/PyCQA/pylint/archive/v3.2.7/pylint-3.2.7.tar.gz + sha256sums = afa603e2ebfd602b5ad0c17972b38b8eb2a00843bbb26e8701ab3bcd52bfaba0 pkgname = python-pylint ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ _pyname=pylint pkgname=python-$_pyname -pkgver=3.2.6 +pkgver=3.2.7 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=('66c917c27c74b84d44aecacd9725defeb3ef51bdf916213e52c647f5545dda75') +sha256sums=('afa603e2ebfd602b5ad0c17972b38b8eb2a00843bbb26e8701ab3bcd52bfaba0') prepare() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/4e39c45fbc53f97329a7166e7c03af2618769198 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/4e39c45fbc53f97329a7166e7c03af2618769198 You're receiving this email because of your account on gitlab.archlinux.org.