python-oslo-config: update to 10.0.0

This commit is contained in:
Biswapriyo Nath 2025-07-11 07:10:49 +00:00
parent a1c76c85b7
commit 4f38f54179

View File

@ -3,7 +3,7 @@
_realname=oslo-config
pkgbase=mingw-w64-python-${_realname}
pkgname=( "${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=9.8.0
pkgver=10.0.0
pkgrel=1
pkgdesc="parsing command line arguments and .ini style configuration files (mingw-w64)"
arch=('any')
@ -35,7 +35,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-oslotest"
"${MINGW_PACKAGE_PREFIX}-python-oslo-log")
options=(!strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('eea8009504abee672137c58bdabdaba185f496b93c85add246e2cdcebe9d08aa')
sha256sums=('333e675db8c6be7715b3decf78c398ca1138439225aa274632e89314837f6ea3')
prepare() {
rm -rf python-build-${MSYSTEM} | true