Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-owslib
Commits:
108bb41f by Antonio Rojas at 2025-01-06T19:17:00+01:00
upgpkg: 0.32.0-1: Update to 0.32.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-owslib
pkgdesc = Python package for client programming with Open Geospatial
Consortium (OGC) web service interface standards, and their related content
models
- pkgver = 0.31.0
- pkgrel = 2
+ pkgver = 0.32.0
+ pkgrel = 1
url = https://geopython.github.io/OWSLib/
arch = any
license = BSD
@@ -10,7 +10,7 @@ pkgbase = python-owslib
depends = python-pyproj
depends = python-pytz
depends = python-requests
- source =
https://github.com/geopython/OWSLib/archive/0.31.0/python-owslib-0.31.0.tar.gz
- sha256sums =
7565377f1664dd458aea56e06fd9a9f358c950c6d2771a45d0b4c7b7f98d3740
+ source =
https://github.com/geopython/OWSLib/archive/0.32.0/python-owslib-0.32.0.tar.gz
+ sha256sums =
994742cee416e099965115b8ea47c5fc1c8d9445899f2dad98c25d13ba68e0dc
pkgname = python-owslib
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Doug Newgard <scimmia at archlinux dot info>
pkgname=python-owslib
-pkgver=0.31.0
-pkgrel=2
+pkgver=0.32.0
+pkgrel=1
pkgdesc='Python package for client programming with Open Geospatial Consortium
(OGC) web service interface standards, and their related content models'
arch=(any)
url='https://geopython.github.io/OWSLib/'
@@ -11,7 +11,7 @@ license=(BSD)
depends=(python-dateutil python-pyproj python-pytz python-requests)
makedepends=(python-setuptools)
source=(https://github.com/geopython/OWSLib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7565377f1664dd458aea56e06fd9a9f358c950c6d2771a45d0b4c7b7f98d3740')
+sha256sums=('994742cee416e099965115b8ea47c5fc1c8d9445899f2dad98c25d13ba68e0dc')
package() {
cd OWSLib-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-owslib/-/commit/108bb41f44717f3563be5093bbb8bf4628028f6f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-owslib/-/commit/108bb41f44717f3563be5093bbb8bf4628028f6f
You're receiving this email because of your account on gitlab.archlinux.org.