New version 0.17.0
Adapt documentation file names
This commit is contained in:
parent
a8aae22c42
commit
11fabf6bff
3 changed files with 13 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@
|
|||
/OWSLib-0.14.0.tar.gz
|
||||
/OWSLib-0.15.0.tar.gz
|
||||
/OWSLib-0.16.0.tar.gz
|
||||
/OWSLib-0.17.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
%global with_python3 1
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.16.0
|
||||
Release: 5%{?dist}
|
||||
Version: 0.17.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Client library for OGC web services
|
||||
License: BSD
|
||||
URL: https://geopython.github.io/OWSLib
|
||||
|
|
@ -65,7 +65,9 @@ find python3 -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
|
|||
find python2 -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|'
|
||||
|
||||
pushd python2
|
||||
cp -pr LICENSE.txt README.txt CHANGES.txt CREDITS.txt ../
|
||||
# TODO: Add LICENSE on the next release after 0.17.0
|
||||
# https://github.com/geopython/OWSLib/pull/519
|
||||
cp -pr README.rst CHANGES.rst AUTHORS.rst ../
|
||||
popd
|
||||
|
||||
|
||||
|
|
@ -94,18 +96,22 @@ popd
|
|||
|
||||
|
||||
%files -n python2-owslib
|
||||
%doc LICENSE.txt README.txt CHANGES.txt CREDITS.txt
|
||||
%doc README.rst CHANGES.rst AUTHORS.rst
|
||||
%{python2_sitelib}/owslib
|
||||
%{python2_sitelib}/%{modname}-%{version}-py*.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-OWSLib
|
||||
%doc LICENSE.txt README.txt CHANGES.txt CREDITS.txt
|
||||
%doc README.rst CHANGES.rst AUTHORS.rst
|
||||
%{python3_sitelib}/owslib
|
||||
%{python3_sitelib}/%{modname}-%{version}-py*.egg-info
|
||||
%endif # if with_python3
|
||||
|
||||
%changelog
|
||||
* Wed Sep 19 2018 Volker Fröhlich <volker27@gmx.at> - 0.17.0-1
|
||||
- New upstream release
|
||||
- Update names of documentation files
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (OWSLib-0.16.0.tar.gz) = 631bd02d084e12b5acab7ac1a273a78337aab12a8b911fd5d3cb81328f5ba4266a7d22e6962bb07051558d24e29630c74f02cab88db11e83e9b3e8b7296f7236
|
||||
SHA512 (OWSLib-0.17.0.tar.gz) = 7ba3463ddcf0fa2ba31af1dbf76b8ddf33419c80cce4ba2005d93e5a6e7d5125f7b63354427812d9a8838a779f5fc5ab3ca998edaba8c70bd53c90fcccfa5c6c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue