geo/py-owslib: update to 0.36.0

This commit is contained in:
landry
2026-06-14 07:40:28 +00:00
parent 78f8ebc271
commit f65fcfd4db
3 changed files with 20 additions and 4 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
COMMENT = library for accessing OGC Web Services COMMENT = library for accessing OGC Web Services
MODPY_DISTV = 0.35.0 MODPY_DISTV = 0.36.0
DISTNAME = owslib-${MODPY_DISTV} DISTNAME = owslib-${MODPY_DISTV}
PKGNAME = py-${DISTNAME} PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = geo devel CATEGORIES = geo devel
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (owslib-0.35.0.tar.gz) = AYLzd7sw0lt4KEu6+CoS3s6XkC7YRM7oh5H/OGZbmwA= SHA256 (owslib-0.36.0.tar.gz) = seo1LuhPN6GorkQSKxPL07W3v5rw902E/p7X2WE7lUM=
SIZE (owslib-0.35.0.tar.gz) = 194282 SIZE (owslib-0.36.0.tar.gz) = 196090
@@ -0,0 +1,17 @@
Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools<69", "wheel"]
+requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
@@ -58,4 +58,4 @@ exclude = [".git", "__pycache__", "docs/source/conf.py
# ensure all subpackages are found
[tool.setuptools.packages.find]
-include = ["owslib*"]
\ No newline at end of file
+include = ["owslib*"]