python-astroid: update to 2.12.12

This commit is contained in:
Mehdi Chinoune
2022-10-20 06:16:54 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent db9bf648dc
commit f3debc6695

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.12.11
pkgver=2.12.12
pkgrel=1
pkgdesc="A common base representation of python source code for pylint and other projects (mingw-w64)"
arch=('any')
@@ -28,7 +28,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-attrs"
"${MINGW_PACKAGE_PREFIX}-python-six"
"${MINGW_PACKAGE_PREFIX}-python-sphinx")
source=(https://github.com/PyCQA/${_realname}/archive/v${pkgver}.tar.gz)
sha256sums=('a391ffd6d44ea72f31dac326cec6fda5c326f5c68886b628260bfb202b7d58d4')
sha256sums=('df8409e1aaa1119b1417b37aa5ec4987477730bdd7c132c51f650e34363b0418')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true