python-importlib-metadata: update to 5.2.0

This commit is contained in:
Mehdi Chinoune
2022-12-22 17:57:52 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 14f122e15a
commit e3cf3a4778

View File

@@ -4,7 +4,7 @@
_realname=importlib-metadata
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.1.0
pkgver=5.2.0
pkgrel=1
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("${_realname}-${pkgver}.tar.gz"::"https://files.pythonhosted.org/packages/source/${_realname::1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz")
sha256sums=('d5059f9f1e8e41f80e9c56c2ee58811450c31984dfa625329ffd7c0dad88a73b')
sha256sums=('404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {