python-pkginfo: update to 1.9.5

This commit is contained in:
Mehdi Chinoune
2023-01-07 14:27:44 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent eb4b432a34
commit 041a367ce4

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=1.9.3
pkgver=1.9.5
pkgrel=1
pkgdesc="Query metadatdata from sdists / bdists / installed packages (mingw-w64)"
arch=('any')
@@ -19,7 +19,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-nose"
"${MINGW_PACKAGE_PREFIX}-python-coverage")
options=('staticlibs' 'strip' '!debug')
source=("https://pypi.io/packages/source/p/pkginfo/pkginfo-${pkgver}.tar.gz")
sha512sums=('452893a2fdc99068ea780f11d1a54bc5c0f99a2ec7e1ced2ec43a0703c85af24e61b6d80c0724981fab9b6e0caa3e2e98882f34d3edbe8b187ea16d66e120dcc')
sha512sums=('4d25334e8381268cbe6dfe2b8f71a9e2ffbdb6eee1e5185ae8130552ed399ef93708f3b871eb5670737100488f263fb9f7a8142b065ce039b103978f2798aa31')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {