bump to 3.11.0

This commit is contained in:
rpmbuild 2019-10-14 14:26:51 +00:00
commit 5f3fdad8d0

View file

@ -41,10 +41,10 @@ and a Boolean expression which determine its logic.}
%global build_release 1
%if 0%{?build_release} > 0
Release: %{rel}%{?dist}
Release: %{rel}%{?dist}.2
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
%else
Release: %{rel}.%{gitdate}git%{shortcommit}%{?dist}
Release: %{rel}.%{gitdate}git%{shortcommit}%{?dist}.2
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
%endif #Build_release
@ -184,6 +184,12 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar
* Mon Oct 14 2019 Michal Ambroz <rebus at, seznam.cz> - 3.11.0-1
- bump to 3.11.0, omit py2 for f30+ and epel8+
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.9.0-2.2
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.0-2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Mar 22 2019 Michal Ambroz <rebus at, seznam.cz> - 3.9.0-2
- change dependency to sphinx based on the /usr/bin/sphinx-build