Update to 0.26.0 (close RHBZ#2095806)
This commit is contained in:
parent
020425199c
commit
cb063a5dda
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,3 +26,4 @@
|
|||
/OWSLib-0.20.0.tar.gz
|
||||
/OWSLib-0.21.0.tar.gz
|
||||
/OWSLib-0.25.0.tar.gz
|
||||
/OWSLib-0.26.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%bcond_without doc_pdf
|
||||
|
||||
Name: python-OWSLib
|
||||
Version: 0.25.0
|
||||
Version: 0.26.0
|
||||
Release: %autorelease
|
||||
Summary: Client library for OGC web services
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ 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' \
|
||||
requirements-dev.txt > requirements-dev-filtered.txt
|
||||
requirements-dev.txt | tee requirements-dev-filtered.txt
|
||||
|
||||
# We don’t need shebangs in the examples. The pattern of selecting files
|
||||
# before modifying them with sed keeps us from unnecessarily discarding the
|
||||
|
|
@ -83,6 +83,10 @@ 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (OWSLib-0.25.0.tar.gz) = 058108cf77197ce24793608869d56bf0467230f5f231ac9ba48445f2e02d07ea1e26be03ad6967504a1e625008ae2768ed2a663f3b7a49dcea410ee4a8b40cec
|
||||
SHA512 (OWSLib-0.26.0.tar.gz) = 27362c47eae87dc6318d505dd1b0987de36d140d2d0fd5d7a5195470de39d73807fbcafa142366f6981cc36453c262a41133c6c68baf45a97d0fdaae5a0ebf4b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue