python-owslib: update to 0.29.3

This commit is contained in:
Mehdi Chinoune
2023-12-15 10:57:55 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 6a418181b2
commit 55bcebe00a

View File

@@ -3,8 +3,8 @@ _pyname=OWSLib
_realname=owslib
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.29.2
pkgrel=2
pkgver=0.29.3
pkgrel=1
pkgdesc="Python package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -24,7 +24,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-requests"
"${MINGW_PACKAGE_PREFIX}-python-yaml")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname/-/_}-${pkgver}.tar.gz")
sha256sums=('6c03924747e802466c7b4f5873ed555f16aa51806c9be85dc84af95bbe75466c')
sha256sums=('3baf34058458b933767ee43e632174cb0baebf49d326da179faacb9772f98539')
prepare() {
rm -rf python-build-${MSYSTEM} | true