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 Nov 12 13:17:11 UTC 2024

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

Log Message:
py-owslib: updated to 0.32.0

0.32.0

CI: change base URL for GeoNetwork based CSW
Add exception handlers for Polygon and Locale methods
remove root loggers
OGC API: capture response headers
OGC Connected Systems API
Fix parsing of options - support missing options
OAProc: add support for process execution
drop Python 3.8/3.9, unpin old dependencies
Fix flake8 issues
add stalebot GitHub Action
WFS 2.0 URL building
changed all 'already exists' errors to warnings
Lint fixes
Add srsname to wfs200.py getfeature GET request
Remove dependency on the Pytz library
adds support for gmx:anchor in gmd:identifier
enables gmx:anchor for otherconstraints
Raise an error if GetCapabilities requests don't return XML
Add Windows Build Action with Tests


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-owslib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-owslib/PLIST \
    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.3 pkgsrc/geography/py-owslib/Makefile:1.4
--- pkgsrc/geography/py-owslib/Makefile:1.3     Mon Nov 11 07:28:34 2024
+++ pkgsrc/geography/py-owslib/Makefile Tue Nov 12 13:17:11 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/11/11 07:28:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/11/12 13:17:11 adam Exp $
 
-DISTNAME=      OWSLib-0.31.0
+DISTNAME=      OWSLib-0.32.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES=    geography www
+CATEGORIES=    geography www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OWSLib/}
 
 MAINTAINER=    jihbed.research%gmail.com@localhost
@@ -19,7 +19,7 @@ DEPENDS+=     ${PYPKGPREFIX}-yaml-[0-9]*:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  39
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/py-owslib/PLIST
diff -u pkgsrc/geography/py-owslib/PLIST:1.2 pkgsrc/geography/py-owslib/PLIST:1.3
--- pkgsrc/geography/py-owslib/PLIST:1.2        Mon Jun 10 11:17:08 2024
+++ pkgsrc/geography/py-owslib/PLIST    Tue Nov 12 13:17:11 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/06/10 11:17:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/11/12 13:17:11 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -119,6 +119,9 @@ ${PYSITELIB}/owslib/namespaces.pyo
 ${PYSITELIB}/owslib/ogcapi/__init__.py
 ${PYSITELIB}/owslib/ogcapi/__init__.pyc
 ${PYSITELIB}/owslib/ogcapi/__init__.pyo
+${PYSITELIB}/owslib/ogcapi/connectedsystems.py
+${PYSITELIB}/owslib/ogcapi/connectedsystems.pyc
+${PYSITELIB}/owslib/ogcapi/connectedsystems.pyo
 ${PYSITELIB}/owslib/ogcapi/coverages.py
 ${PYSITELIB}/owslib/ogcapi/coverages.pyc
 ${PYSITELIB}/owslib/ogcapi/coverages.pyo
Index: pkgsrc/geography/py-owslib/distinfo
diff -u pkgsrc/geography/py-owslib/distinfo:1.2 pkgsrc/geography/py-owslib/distinfo:1.3
--- pkgsrc/geography/py-owslib/distinfo:1.2     Mon Jun 10 11:17:08 2024
+++ pkgsrc/geography/py-owslib/distinfo Tue Nov 12 13:17:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/06/10 11:17:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/11/12 13:17:11 adam Exp $
 
-BLAKE2s (OWSLib-0.31.0.tar.gz) = a456b10930c8c55c3d981f9874c39d95a29122288c3cacb1f4a95099ffe5bbc3
-SHA512 (OWSLib-0.31.0.tar.gz) = 4182ca1df362c2f30bff843d7937c642d730d7d5de312a20d8f2c8396653ee52265218a17fe6ee0777accccc7ebbe6eee94fc7f160dc495015361fe3981907cf
-Size (OWSLib-0.31.0.tar.gz) = 185317 bytes
+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



Home | Main Index | Thread Index | Old Index