pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/py-owslib



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 28 09:47:00 UTC 2025

Modified Files:
        pkgsrc/geography/py-owslib: Makefile distinfo

Log Message:
py-owslib: updated to 0.32.1

0.32.1

Skip failing tests
FIX: numpy floats parsed incorrectly
Add offline testing to CI
Allow build_getmap_request test to run offline and for all WMS versions
Strip out redundant new to enable object pickling
Update WMTS server to new URL
[iso19139:2007] add more generic char/anchor check
Catch and raise HTTP 403 Forbidden errors
OGC API: handle URLs with URIs as ids
Attempt to reduce coveralls errors
fix OGC API coverages subset and datetime not forwarded


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/py-owslib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-owslib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/py-owslib/Makefile
diff -u pkgsrc/geography/py-owslib/Makefile:1.4 pkgsrc/geography/py-owslib/Makefile:1.5
--- pkgsrc/geography/py-owslib/Makefile:1.4     Tue Nov 12 13:17:11 2024
+++ pkgsrc/geography/py-owslib/Makefile Tue Jan 28 09:47:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/11/12 13:17:11 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/28 09:47:00 adam Exp $
 
-DISTNAME=      OWSLib-0.32.0
+DISTNAME=      OWSLib-0.32.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    geography www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OWSLib/}
@@ -13,7 +13,6 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=3.3.0:../../textproc/py-lxml
-DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 

Index: pkgsrc/geography/py-owslib/distinfo
diff -u pkgsrc/geography/py-owslib/distinfo:1.3 pkgsrc/geography/py-owslib/distinfo:1.4
--- pkgsrc/geography/py-owslib/distinfo:1.3     Tue Nov 12 13:17:11 2024
+++ pkgsrc/geography/py-owslib/distinfo Tue Jan 28 09:47:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/11/12 13:17:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/01/28 09:47:00 adam Exp $
 
-BLAKE2s (OWSLib-0.32.0.tar.gz) = d9692bde1cac1779117b2e753e95bc05038c50c964304047c7618eaa6c4b3ba9
-SHA512 (OWSLib-0.32.0.tar.gz) = e71a553b4cbba7b5d650e495a376bab8e27ce99dcb0ada26997b29d6deae1ac6d1de5ac30d980f2b12c494af1179e6c14ed8eae606efc820a17e8f2d94786b78
-Size (OWSLib-0.32.0.tar.gz) = 191988 bytes
+BLAKE2s (OWSLib-0.32.1.tar.gz) = 6deff94614631fe6079fc0c5ddb123fed0e2a92b3ec15926ef027e1763f0752e
+SHA512 (OWSLib-0.32.1.tar.gz) = 1bdaab334eb6fc8569ac1fb08e97538186f5d85cd3769597764666544d95ec7adc0e94a301518596fb8c1bd106efbe1e36b34e510686bae91c66a6eefec2c5c6
+Size (OWSLib-0.32.1.tar.gz) = 192749 bytes



Home | Main Index | Thread Index | Old Index