From de782480e540a424e09271163e2314997584caed Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 7 Jul 2022 15:52:05 -0400 Subject: [PATCH 1/8] Fix extra newline in description --- python-OWSLib.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 17f2445..b26a1c0 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -24,7 +24,7 @@ BuildRequires: latexmk BuildRequires: pandoc %endif -%global common_description %{expand: \ +%global common_description %{expand: OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. @@ -34,8 +34,7 @@ Full documentation is available at http://geopython.github.io/OWSLib OWSLib provides a common API for accessing service metadata and wrappers for numerous OGC Web Service interfaces.} -%description -%{common_description} +%description %{common_description} %package -n python3-OWSLib @@ -43,8 +42,7 @@ Summary: %{summary} %py_provides python3-owslib -%description -n python3-OWSLib -%{common_description} +%description -n python3-OWSLib %{common_description} %package doc From 429852e0e84e98418b6e5ba7b9747ce4c738d1ea Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 11 Jul 2022 08:49:54 -0400 Subject: [PATCH 2/8] Fix a typo in a spec file comment --- python-OWSLib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index b26a1c0..079a4e2 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -119,8 +119,8 @@ k="${k-}${k+ and }not wfs1_generic.txt" k="${k-}${k+ and }not wcs_thredds.txt" k="${k-}${k+ and }not test_wmts_example_informatievlaanderen" -# This is a trivial error where the representation of the expected TypeEror has -# changed over time: +# This is a trivial error where the representation of the expected TypeError +# has changed over time: # Differences (unified diff with -expected +actual): # @@ -1,3 +1,6 @@ # Traceback (most recent call last): From 9eae1cab395360be42b9c634eff1b80c2c156ce6 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 28 Aug 2022 08:55:47 -0400 Subject: [PATCH 3/8] Update License to SPDX --- python-OWSLib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 079a4e2..5105a4d 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -9,7 +9,7 @@ Version: 0.26.0 Release: %autorelease Summary: Client library for OGC web services -License: BSD +License: BSD-3-Clause URL: https://geopython.github.io/OWSLib Source0: https://github.com/geopython/OWSLib/archive/%{version}/OWSLib-%{version}.tar.gz From bd14450f193526d29bb61d4eea4778a4a38ccb07 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 28 Aug 2022 08:54:22 -0400 Subject: [PATCH 4/8] Update to 0.27.2 (close RHBZ#2122000) --- .gitignore | 1 + python-OWSLib.spec | 7 +------ sources | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1f26598..a9a908e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /OWSLib-0.21.0.tar.gz /OWSLib-0.25.0.tar.gz /OWSLib-0.26.0.tar.gz +/OWSLib-0.27.2.tar.gz diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 5105a4d..be0e11b 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -5,7 +5,7 @@ %bcond_without doc_pdf Name: python-OWSLib -Version: 0.26.0 +Version: 0.27.2 Release: %autorelease Summary: Client library for OGC web services @@ -81,10 +81,6 @@ chmod -v a-x examples/*.py # notebook errors when building documentation. echo 'nbsphinx_allow_errors = True' >> docs/conf.py -# Revert “Revert to previous pyproj version” -# https://github.com/geopython/OWSLib/pull/807 -sed -r -i 's/(pyproj[[:blank:]]*)<[[:blank:]]*3\.3\.0/\1>=2/' requirements.txt - %generate_buildrequires %pyproject_buildrequires -r requirements-dev-filtered.txt @@ -146,7 +142,6 @@ k="${k-}${k+ and } not (TestOffline and test_wms_130_remotemd_parse_single)" %files -n python3-OWSLib -f %{pyproject_files} # pyproject_files handles LICENSE; verify with “rpm -qL -p …” - %doc AUTHORS.rst %doc CHANGES.rst %doc README.rst diff --git a/sources b/sources index f8d8dcd..3d2520a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (OWSLib-0.26.0.tar.gz) = 27362c47eae87dc6318d505dd1b0987de36d140d2d0fd5d7a5195470de39d73807fbcafa142366f6981cc36453c262a41133c6c68baf45a97d0fdaae5a0ebf4b +SHA512 (OWSLib-0.27.2.tar.gz) = 02c70731ef92783d53b8f0dff2cec7d28d14ac08b0a4b5090183f9eacf156d539c823fcd2ae480c07447e901697de498cdf2aaf27c8b6d46fa4cf8eb3679ceee From 3ebb73349b2fedd60499fb0e73bbebaf3e5cd955 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 16 Nov 2022 07:50:14 -0500 Subject: [PATCH 5/8] =?UTF-8?q?Drop=20some=20doc=20BR=E2=80=99s=20when=20P?= =?UTF-8?q?DF=20docs=20are=20disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-OWSLib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index be0e11b..5c545e4 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -65,7 +65,10 @@ sed -r -i 's/[-]-cov[^[:blank:]]*[[:blank:]][^[[:blank:]]+//g' tox.ini # # Don’t generate twine dependency, which is just for the upstream maintainer # uploading to PyPI. -sed -r '/^(flake8|pytest-cov|pandoc|coverage|coveralls|twine)\b/d' \ +sed -r -e '/^(flake8|pytest-cov|pandoc|coverage|coveralls|twine)\b/d' \ +%if %{without doc_pdf} + -e '/^(ipykernel|nbconvert|.*sphinx)/d' \ +%endif requirements-dev.txt | tee requirements-dev-filtered.txt # We don’t need shebangs in the examples. The pattern of selecting files From dcc95d0ce8b35f15cdd5eb1416137cadbc8da1a1 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 30 Nov 2022 11:43:57 -0500 Subject: [PATCH 6/8] Drop default argument -r for pyproject_buildrequires --- python-OWSLib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 5c545e4..09060d7 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -86,7 +86,7 @@ echo 'nbsphinx_allow_errors = True' >> docs/conf.py %generate_buildrequires -%pyproject_buildrequires -r requirements-dev-filtered.txt +%pyproject_buildrequires requirements-dev-filtered.txt %build From 1e5ae7d83fd62702840ae3afc1462f5edf44d6c1 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 20 Feb 2023 09:44:13 -0500 Subject: [PATCH 7/8] Update to 0.28.0 (close RHBZ#2171409) --- .gitignore | 1 + python-OWSLib.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9a908e..8fdbdf1 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /OWSLib-0.25.0.tar.gz /OWSLib-0.26.0.tar.gz /OWSLib-0.27.2.tar.gz +/OWSLib-0.28.0.tar.gz diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 09060d7..0ca5e00 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -5,7 +5,7 @@ %bcond_without doc_pdf Name: python-OWSLib -Version: 0.27.2 +Version: 0.28.0 Release: %autorelease Summary: Client library for OGC web services diff --git a/sources b/sources index 3d2520a..897ee95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (OWSLib-0.27.2.tar.gz) = 02c70731ef92783d53b8f0dff2cec7d28d14ac08b0a4b5090183f9eacf156d539c823fcd2ae480c07447e901697de498cdf2aaf27c8b6d46fa4cf8eb3679ceee +SHA512 (OWSLib-0.28.0.tar.gz) = 4a5002a05c1616ca382aa85561cee950c707488feb37f0f29232758159abcef8545980361cb976240e9026937557ab349764f84c95091f9f3df8698498f47fde From dab1238082a252d95c0f7112dd68f208e0e7644c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 24 Feb 2023 14:44:13 -0500 Subject: [PATCH 8/8] Update to 0.28.1 (close RHBZ#2173195) --- .gitignore | 1 + python-OWSLib.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8fdbdf1..89531ed 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /OWSLib-0.26.0.tar.gz /OWSLib-0.27.2.tar.gz /OWSLib-0.28.0.tar.gz +/OWSLib-0.28.1.tar.gz diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 0ca5e00..a646079 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -5,7 +5,7 @@ %bcond_without doc_pdf Name: python-OWSLib -Version: 0.28.0 +Version: 0.28.1 Release: %autorelease Summary: Client library for OGC web services diff --git a/sources b/sources index 897ee95..6ddf3e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (OWSLib-0.28.0.tar.gz) = 4a5002a05c1616ca382aa85561cee950c707488feb37f0f29232758159abcef8545980361cb976240e9026937557ab349764f84c95091f9f3df8698498f47fde +SHA512 (OWSLib-0.28.1.tar.gz) = bd62a5e371e64e0e256cc83d2f044294c20965f6b107b0dd9074ac752971620f01af4c7fc9a82e43dc81e71a6a36696b75403012841c28925b017d9c47b2d4a5