Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Benjamin A. Beasley
2c275bf042 Update to 0.28.1 (close RHBZ#2173195) 2023-02-24 15:57:45 -05:00
Benjamin A. Beasley
3b22073cca Update to 0.28.0 (close RHBZ#2171409) 2023-02-20 11:19:58 -05:00
Benjamin A. Beasley
1e0ec0e689 Drop default argument -r for pyproject_buildrequires 2023-02-20 11:19:56 -05:00
Benjamin A. Beasley
c51b12a59f Drop some doc BR’s when PDF docs are disabled 2023-02-20 11:19:55 -05:00
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View file

@ -28,3 +28,5 @@
/OWSLib-0.25.0.tar.gz
/OWSLib-0.26.0.tar.gz
/OWSLib-0.27.2.tar.gz
/OWSLib-0.28.0.tar.gz
/OWSLib-0.28.1.tar.gz

View file

@ -5,7 +5,7 @@
%bcond_without doc_pdf
Name: python-OWSLib
Version: 0.27.2
Version: 0.28.1
Release: %autorelease
Summary: Client library for OGC web services
@ -65,7 +65,10 @@ sed -r -i 's/[-]-cov[^[:blank:]]*[[:blank:]][^[[:blank:]]+//g' tox.ini
#
# Dont 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 dont need shebangs in the examples. The pattern of selecting files
@ -83,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

View file

@ -1 +1 @@
SHA512 (OWSLib-0.27.2.tar.gz) = 02c70731ef92783d53b8f0dff2cec7d28d14ac08b0a4b5090183f9eacf156d539c823fcd2ae480c07447e901697de498cdf2aaf27c8b6d46fa4cf8eb3679ceee
SHA512 (OWSLib-0.28.1.tar.gz) = bd62a5e371e64e0e256cc83d2f044294c20965f6b107b0dd9074ac752971620f01af4c7fc9a82e43dc81e71a6a36696b75403012841c28925b017d9c47b2d4a5