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:           Mon Apr 21 06:58:53 UTC 2025

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

Log Message:
py-owslib: updated to 0.33.0

0.33.0

Use build library for packaging
Filter out ExtendedCapabilities when reading WebMapTileService
OGC API: add support for collection level transactions
CI: Fix failing tests and doc builds
Docs: Add doc on using proxies
Fix FutureWarnings for testing lxml elements
Remove unknown pytest.mark.unit
Add URL check for https://demo.pycsw.org/cite
Default to text/xml if server doesn't return a Content-Type
add a null check before using attrib
Test for XML in response, regardless of mimetype


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/geography/py-owslib/Makefile
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/geography/py-owslib/Makefile:1.8
--- pkgsrc/geography/py-owslib/Makefile:1.7     Wed Apr 16 14:38:57 2025
+++ pkgsrc/geography/py-owslib/Makefile Mon Apr 21 06:58:53 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2025/04/16 14:38:57 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/21 06:58:53 adam Exp $
 
-DISTNAME=      OWSLib-0.32.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   2
+DISTNAME=      owslib-0.33.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OWSLib/}
 
@@ -21,7 +20,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39
 
-WHEEL_NAME=    ${DISTNAME:tl}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/py-owslib/distinfo
diff -u pkgsrc/geography/py-owslib/distinfo:1.4 pkgsrc/geography/py-owslib/distinfo:1.5
--- pkgsrc/geography/py-owslib/distinfo:1.4     Tue Jan 28 09:47:00 2025
+++ pkgsrc/geography/py-owslib/distinfo Mon Apr 21 06:58:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/01/28 09:47:00 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/04/21 06:58:53 adam Exp $
 
-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
+BLAKE2s (owslib-0.33.0.tar.gz) = 3afb7cf7e728cf627c07b468584c2513b69bb310385d2685e254f5ed8528501f
+SHA512 (owslib-0.33.0.tar.gz) = 2da371b8adeef035dd6234daddb5936e9eb70ea43ebb26adac63589486965b9761c23867542f73d0cca4484df009c09b6b27e4a73c1e9a45428222dc3a0fd031
+Size (owslib-0.33.0.tar.gz) = 245992 bytes



Home | Main Index | Thread Index | Old Index