python-pylint: update to 2.17.2

This commit is contained in:
Mehdi Chinoune
2023-04-03 12:26:51 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 1ea9f1426c
commit bbd142e93e

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.17.1
pkgver=2.17.2
pkgrel=1
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality (mingw-w64)"
arch=('any')
@@ -34,7 +34,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-tk: Pylint GUI"
"${MINGW_PACKAGE_PREFIX}-graphviz: To have other output formats than dot or vcg")
options=('!strip')
source=("${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('d4d009b0116e16845533bc2163493d6681846ac725eab8ca8014afb520178ddd')
sha256sums=('1b647da5249e7c279118f657ca28b6aaebb299f86bf92affc632acf199f7adbb')
prepare() {
rm -rf python-build-${MSYSTEM} | true