bump release

This commit is contained in:
Petr Viktorin 2019-07-23 11:01:09 +02:00 committed by Nils Philippsen
parent ff36bf955c
commit d6f8e95cd1

View File

@ -8,7 +8,7 @@ Name: python-sqlalchemy
Version: 1.3.5 Version: 1.3.5
# cope with pre-release versions containing tildes # cope with pre-release versions containing tildes
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);} %global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
Release: 1%{?dist} Release: 2%{?dist}
Summary: Modular and flexible ORM library for python Summary: Modular and flexible ORM library for python
License: MIT License: MIT
@ -128,7 +128,7 @@ PYTHONPATH=. %{__python3} -m pytest test --numprocesses=auto
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Mon Jul 22 2019 Petr Viktorin <pviktori@redhat.com> * Mon Jul 22 2019 Petr Viktorin <pviktori@redhat.com> - 1.3.5-2
- Remove dependency on python2-xdist - Remove dependency on python2-xdist
- Enable multi-process testing using python3-xdist - Enable multi-process testing using python3-xdist