pkgsrc-WIP-changes archive

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

py-owslib: update to 0.28.1.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Mar 20 07:36:40 2023 +0100
Changeset:	001f070a466c651ebf6dfad41d6bac29a5f2a873

Modified Files:
	py-owslib/Makefile
	py-owslib/PLIST
	py-owslib/distinfo
Removed Files:
	py-owslib/TODO

Log Message:
py-owslib: update to 0.28.1.

0.28.1

undocumented, but fixes CVE-2023-27476

0.28

undocumented

0.27.2 (unreleased)
-------------------

- WFS: Fix set_filter for string inputs (#804)

0.27.1 (2022-08-28)
-------------------

- remove pyproj as core dependency

0.27.0 (2022-08-28)
-------------------

- core: update pyproj
- OGC API: add support for OGC API - Processes

0.26.0 (2022-06-06)
-------------------

A full list of commits for 0.26.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.26.0

- ISO: extend MD_Keywords for gmx:Anchor (#765)
- WPS: forward timeout/language parameters (#793)
- WPS: use 'maximumMegabytes' if available (#796)
- OGC API: safeguard links
- OGC API: add support for OGC API - Features - Part 3: CQL (#798)
- OGC API: rename rangeSubset to properties for coverage queries (#806)
- OGC API: fix subsets parameterization (#819)
- CSW: pass headers to HTTP POST requests (#805)
- WCS: pass timeout to constructors (#812)
- CSW: fix byte/string handling for XML payloads (#816)
- ISO: fix gmd:edition parsing (#821)

0.25.0 (2021-08-23)
-------------------

A full list of commits for 0.25.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.25.0

- WMS: include custom headers (#763)
- ISO: add MD_BrowseGraphic support (#757)
- OGC API: fix bbox handling #779), request/response handling
- WFS: add support for topological filters (#780)
- various bug fixes

0.24.1 (2021-05-10)
-------------------

A full list of commits for 0.24.1 can be found at:

https://github.com/geopython/OWSLib/commits/0.24.1

- fix CSW request byte handling (#776)

0.24.0 (2021-05-10)
-------------------

A full list of commits for 0.24.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.24.0

- CSW: add CSW 3 client (#746)
- CSW: add support for distributed search (#771)
- OGC API: refactor collections for broader use (#753)
- OACov: add support for scaling (#756)
- Auth: make most Authentication attributes private (#770)
- various bug fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=001f070a466c651ebf6dfad41d6bac29a5f2a873

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

diffstat:
 py-owslib/Makefile |  5 ++++-
 py-owslib/PLIST    | 23 ++++++++++++++++++++++-
 py-owslib/TODO     |  2 --
 py-owslib/distinfo |  6 +++---
 4 files changed, 29 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-owslib/Makefile b/py-owslib/Makefile
index 467cd36779..74f06c620f 100644
--- a/py-owslib/Makefile
+++ b/py-owslib/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.4 2014/06/01 12:49:44 thomasklausner Exp $
 
-DISTNAME=	OWSLib-0.23.0
+DISTNAME=	OWSLib-0.28.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_PYPI:=O/OWSLib/}
@@ -13,6 +13,9 @@ LICENSE=	modified-bsd
 DEPENDS+=	${PYPKGPREFIX}-lxml>=3.3.0:../../textproc/py-lxml
 DEPENDS+=	${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-requests>=1.0:../../devel/py-requests
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=0:../../devel/py-test
 
 USE_LANGUAGES=	# none
 
diff --git a/py-owslib/PLIST b/py-owslib/PLIST
index bd5892713d..2c25d179b3 100644
--- a/py-owslib/PLIST
+++ b/py-owslib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/05 22:07:56 jihbed Exp $
+@comment $NetBSD$
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,15 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/owslib/__init__.py
 ${PYSITELIB}/owslib/__init__.pyc
 ${PYSITELIB}/owslib/__init__.pyo
+${PYSITELIB}/owslib/catalogue/__init__.py
+${PYSITELIB}/owslib/catalogue/__init__.pyc
+${PYSITELIB}/owslib/catalogue/__init__.pyo
+${PYSITELIB}/owslib/catalogue/csw2.py
+${PYSITELIB}/owslib/catalogue/csw2.pyc
+${PYSITELIB}/owslib/catalogue/csw2.pyo
+${PYSITELIB}/owslib/catalogue/csw3.py
+${PYSITELIB}/owslib/catalogue/csw3.pyc
+${PYSITELIB}/owslib/catalogue/csw3.pyo
 ${PYSITELIB}/owslib/coverage/__init__.py
 ${PYSITELIB}/owslib/coverage/__init__.pyc
 ${PYSITELIB}/owslib/coverage/__init__.pyo
@@ -67,12 +76,18 @@ ${PYSITELIB}/owslib/feature/wfs200.pyo
 ${PYSITELIB}/owslib/fes.py
 ${PYSITELIB}/owslib/fes.pyc
 ${PYSITELIB}/owslib/fes.pyo
+${PYSITELIB}/owslib/fes2.py
+${PYSITELIB}/owslib/fes2.pyc
+${PYSITELIB}/owslib/fes2.pyo
 ${PYSITELIB}/owslib/fgdc.py
 ${PYSITELIB}/owslib/fgdc.pyc
 ${PYSITELIB}/owslib/fgdc.pyo
 ${PYSITELIB}/owslib/gm03.py
 ${PYSITELIB}/owslib/gm03.pyc
 ${PYSITELIB}/owslib/gm03.pyo
+${PYSITELIB}/owslib/gml.py
+${PYSITELIB}/owslib/gml.pyc
+${PYSITELIB}/owslib/gml.pyo
 ${PYSITELIB}/owslib/interfaces.py
 ${PYSITELIB}/owslib/interfaces.pyc
 ${PYSITELIB}/owslib/interfaces.pyo
@@ -106,6 +121,12 @@ ${PYSITELIB}/owslib/ogcapi/coverages.pyo
 ${PYSITELIB}/owslib/ogcapi/features.py
 ${PYSITELIB}/owslib/ogcapi/features.pyc
 ${PYSITELIB}/owslib/ogcapi/features.pyo
+${PYSITELIB}/owslib/ogcapi/maps.py
+${PYSITELIB}/owslib/ogcapi/maps.pyc
+${PYSITELIB}/owslib/ogcapi/maps.pyo
+${PYSITELIB}/owslib/ogcapi/processes.py
+${PYSITELIB}/owslib/ogcapi/processes.pyc
+${PYSITELIB}/owslib/ogcapi/processes.pyo
 ${PYSITELIB}/owslib/ogcapi/records.py
 ${PYSITELIB}/owslib/ogcapi/records.pyc
 ${PYSITELIB}/owslib/ogcapi/records.pyo
diff --git a/py-owslib/TODO b/py-owslib/TODO
deleted file mode 100644
index ae34d6e678..0000000000
--- a/py-owslib/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-This package has known vulnerabilities, please investigate and fix if possible:
-  CVE-2023-27476
diff --git a/py-owslib/distinfo b/py-owslib/distinfo
index 5e01f14602..08178f1de7 100644
--- a/py-owslib/distinfo
+++ b/py-owslib/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2014/02/05 22:07:56 jihbed Exp $
 
-RMD160 (OWSLib-0.23.0.tar.gz) = 49f7d5f2883f629da491614e9b29fe1f9c4ffda2
-SHA512 (OWSLib-0.23.0.tar.gz) = a8bef537cc7a6acda7cd457456d14e9d884567fb0146e5db382efe809cbaceb472f82c02b18a92e13db4d2caabed168d4a41b0d1e06e180b56dedae4a9d46838
-Size (OWSLib-0.23.0.tar.gz) = 165903 bytes
+BLAKE2s (OWSLib-0.28.1.tar.gz) = b8d7e00a1c6e9aabb92f27090dd77a6c52189c4b744d9b666ae8d84faf0157be
+SHA512 (OWSLib-0.28.1.tar.gz) = d22574bf2309ada1df8d32a2110ca624b90725ba7574a632fda02003a2ce1fb1f9a3c9ecdd1c68ac82b8e3ae4d5c4b2a03574c01a0fd9f167c62de8a09596b53
+Size (OWSLib-0.28.1.tar.gz) = 175435 bytes


Home | Main Index | Thread Index | Old Index