diff --git a/OWSLib-0.32.0.tar.gz b/OWSLib-0.32.0.tar.gz deleted file mode 100644 index 5156efaaff0fc61893f400ad568364a082ffbbe0..0000000000000000000000000000000000000000 Binary files a/OWSLib-0.32.0.tar.gz and /dev/null differ diff --git a/owslib-0.35.0.tar.gz b/owslib-0.35.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5d4a7400f597ca1f1d00de544d1e0bacb78bc7c8 Binary files /dev/null and b/owslib-0.35.0.tar.gz differ diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 78c2a8ca51c89677edf7f34da737c1ec47e5ccb4..373e3baa9c9ff574340abb11e399e4774ec7bcb4 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -1,15 +1,16 @@ %global _empty_manifest_terminate_build 0 -%global pypi_name OWSLib +%global pypi_name owslib Name: python-%{pypi_name} -Version: 0.32.0 +Version: 0.35.0 Release: 1 Summary: OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. License: BSD URL: https://owslib.readthedocs.io/ -Source0: https://files.pythonhosted.org/packages/33/53/e853a6038e62b749d3cd8a564b69ec1b6882d76b739b6050ff2e88cea599/OWSLib-0.32.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/owslib/owslib-%{version}.tar.gz + BuildArch: noarch BuildRequires: python3-devel @@ -41,10 +42,21 @@ OWSLib is a Python package for client programming with Open Geospatial Consortiu %files -n python3-%{pypi_name} %doc README.md %license LICENSE -%{python3_sitelib}/OWSLib*.dist-info/ +%{python3_sitelib}/owslib*.dist-info/ %{python3_sitelib}/owslib %changelog +* Thu Nov 06 2025 zhangyulong - 0.35.0-1 +- Update version to 0.35.0 + -Fix OGC API coverages subset and datetime not forwarded + -OGC API: add support for collection level transactions OGC + -CI: Fix failing tests and doc builds + -Docs: Add doc on using proxies + -Add option to pass cookies to WMTS + -Fix str2bool call + -Fix csapi failing tests + -Update links and add missing APIs + * Wed Oct 30 2024 liudy - 0.32.0-1 - Update version to 0.32.0 - change base URL for GeoNetwork based CSW