python-owslib: update to 0.34.1

This commit is contained in:
Dirk Stolle 2025-07-30 15:19:50 +02:00
parent 973f315958
commit 0346989361

View File

@ -4,13 +4,15 @@ _pyname=owslib
_realname=owslib
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.33.0
pkgver=0.34.1
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')
msys2_references=(
'anitya: 3945'
'archlinux: python-owslib'
'gentoo: dev-python/owslib'
'purl: pkg:pypi/owslib'
)
license=('spdx:BSD-3-Clause')
@ -26,7 +28,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=('261c76c1a1dd066b011cddac451e3f9a00d3328c7af90d5592c089b5fc590766')
sha256sums=('9c46d59dc03c753912fc3ef3136dbc843dad7572feb1af2cdf0fc5d1a0959028')
build() {
cp -r "${_pyname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"