diff --git a/python-tempora.spec b/python-tempora.spec index 8791eae..0a736c0 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.14.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objects and routines pertaining to date and time (tempora) License: MIT @@ -50,8 +50,8 @@ Documentation for tempora %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info -# remove jaraco deps in setup so they don't get improperly generated -sed -i '/jaraco.functools/d' setup.cfg +# fix jaraco deps in setup so they don't get improperly generated +sed -i 's/jaraco.functools/jaraco-functools/' setup.cfg # disable flake8 in the tests, need a newer version of pytest-flake8 # https://src.fedoraproject.org/rpms/python-pytest-flake8/pull-request/2 # AttributeError: 'Application' object has no attribute 'make_notifier' @@ -89,5 +89,7 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %endif %changelog +* Mon Apr 22 2019 Dan Radez - 1.14.1-2 +- fix setup.py reqs so the RPM reqs get generated properly * Tue Apr 02 2019 Dan Radez - 1.14.1-1 - Initial package.