python-astroid: update to 2.12.5

This commit is contained in:
Mehdi Chinoune
2022-09-02 10:30:25 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent ff2017ac8f
commit 75bb792ac9

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.11.6
pkgver=2.12.5
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=('987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2')
sha256sums=('3f2eb8f6ef55734c15e6a0caf705e96734ec7559a22dc6a7995bf8fff3b47c65')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true