Skip to content

Commit 001f070

Browse files
committed
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
1 parent 74a2ed8 commit 001f070

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed

py-owslib/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# $NetBSD: Makefile,v 1.4 2014/06/01 12:49:44 thomasklausner Exp $
22

3-
DISTNAME= OWSLib-0.23.0
3+
DISTNAME= OWSLib-0.28.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
55
CATEGORIES= www
66
MASTER_SITES= ${MASTER_SITE_PYPI:=O/OWSLib/}
@@ -13,6 +13,9 @@ LICENSE= modified-bsd
1313
DEPENDS+= ${PYPKGPREFIX}-lxml>=3.3.0:../../textproc/py-lxml
1414
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
1515
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
16+
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
17+
DEPENDS+= ${PYPKGPREFIX}-requests>=1.0:../../devel/py-requests
18+
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
1619

1720
USE_LANGUAGES= # none
1821

py-owslib/PLIST

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.1 2014/02/05 22:07:56 jihbed Exp $
1+
@comment $NetBSD$
22
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
33
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
44
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,15 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
77
${PYSITELIB}/owslib/__init__.py
88
${PYSITELIB}/owslib/__init__.pyc
99
${PYSITELIB}/owslib/__init__.pyo
10+
${PYSITELIB}/owslib/catalogue/__init__.py
11+
${PYSITELIB}/owslib/catalogue/__init__.pyc
12+
${PYSITELIB}/owslib/catalogue/__init__.pyo
13+
${PYSITELIB}/owslib/catalogue/csw2.py
14+
${PYSITELIB}/owslib/catalogue/csw2.pyc
15+
${PYSITELIB}/owslib/catalogue/csw2.pyo
16+
${PYSITELIB}/owslib/catalogue/csw3.py
17+
${PYSITELIB}/owslib/catalogue/csw3.pyc
18+
${PYSITELIB}/owslib/catalogue/csw3.pyo
1019
${PYSITELIB}/owslib/coverage/__init__.py
1120
${PYSITELIB}/owslib/coverage/__init__.pyc
1221
${PYSITELIB}/owslib/coverage/__init__.pyo
@@ -67,12 +76,18 @@ ${PYSITELIB}/owslib/feature/wfs200.pyo
6776
${PYSITELIB}/owslib/fes.py
6877
${PYSITELIB}/owslib/fes.pyc
6978
${PYSITELIB}/owslib/fes.pyo
79+
${PYSITELIB}/owslib/fes2.py
80+
${PYSITELIB}/owslib/fes2.pyc
81+
${PYSITELIB}/owslib/fes2.pyo
7082
${PYSITELIB}/owslib/fgdc.py
7183
${PYSITELIB}/owslib/fgdc.pyc
7284
${PYSITELIB}/owslib/fgdc.pyo
7385
${PYSITELIB}/owslib/gm03.py
7486
${PYSITELIB}/owslib/gm03.pyc
7587
${PYSITELIB}/owslib/gm03.pyo
88+
${PYSITELIB}/owslib/gml.py
89+
${PYSITELIB}/owslib/gml.pyc
90+
${PYSITELIB}/owslib/gml.pyo
7691
${PYSITELIB}/owslib/interfaces.py
7792
${PYSITELIB}/owslib/interfaces.pyc
7893
${PYSITELIB}/owslib/interfaces.pyo
@@ -106,6 +121,12 @@ ${PYSITELIB}/owslib/ogcapi/coverages.pyo
106121
${PYSITELIB}/owslib/ogcapi/features.py
107122
${PYSITELIB}/owslib/ogcapi/features.pyc
108123
${PYSITELIB}/owslib/ogcapi/features.pyo
124+
${PYSITELIB}/owslib/ogcapi/maps.py
125+
${PYSITELIB}/owslib/ogcapi/maps.pyc
126+
${PYSITELIB}/owslib/ogcapi/maps.pyo
127+
${PYSITELIB}/owslib/ogcapi/processes.py
128+
${PYSITELIB}/owslib/ogcapi/processes.pyc
129+
${PYSITELIB}/owslib/ogcapi/processes.pyo
109130
${PYSITELIB}/owslib/ogcapi/records.py
110131
${PYSITELIB}/owslib/ogcapi/records.pyc
111132
${PYSITELIB}/owslib/ogcapi/records.pyo

py-owslib/TODO

Lines changed: 0 additions & 2 deletions
This file was deleted.

py-owslib/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$NetBSD: distinfo,v 1.1 2014/02/05 22:07:56 jihbed Exp $
22

3-
RMD160 (OWSLib-0.23.0.tar.gz) = 49f7d5f2883f629da491614e9b29fe1f9c4ffda2
4-
SHA512 (OWSLib-0.23.0.tar.gz) = a8bef537cc7a6acda7cd457456d14e9d884567fb0146e5db382efe809cbaceb472f82c02b18a92e13db4d2caabed168d4a41b0d1e06e180b56dedae4a9d46838
5-
Size (OWSLib-0.23.0.tar.gz) = 165903 bytes
3+
BLAKE2s (OWSLib-0.28.1.tar.gz) = b8d7e00a1c6e9aabb92f27090dd77a6c52189c4b744d9b666ae8d84faf0157be
4+
SHA512 (OWSLib-0.28.1.tar.gz) = d22574bf2309ada1df8d32a2110ca624b90725ba7574a632fda02003a2ce1fb1f9a3c9ecdd1c68ac82b8e3ae4d5c4b2a03574c01a0fd9f167c62de8a09596b53
5+
Size (OWSLib-0.28.1.tar.gz) = 175435 bytes

0 commit comments

Comments
 (0)