python-distlib: update to 0.3.7

This commit is contained in:
Mehdi Chinoune
2023-08-12 06:33:47 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent a375500e88
commit dc6f6bcd44

View File

@@ -7,8 +7,8 @@ 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=0.3.6
pkgrel=2
pkgver=0.3.7
pkgrel=1
pkgdesc="Low-level components of distutils2/packaging (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
options=('staticlibs' 'strip' '!debug')
source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"003-launcher-secure-api-shim.patch")
sha256sums=('14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46'
sha256sums=('9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8'
'f90de01cd05cf901e9ac375e5f92727b83cb90ce3847d6ac0a18e504cd3793ca')
prepare() {