diff --git a/python-mocket.changes b/python-mocket.changes index 6a25fb6..ef63558 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 8 13:00:29 UTC 2020 - Sebastian Wagner + +- Change requirements version specifier from == to >=. + ------------------------------------------------------------------- Thu Jul 23 18:54:20 UTC 2020 - Sebastian Wagner diff --git a/python-mocket.spec b/python-mocket.spec index 275e986..a54243e 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -68,6 +68,7 @@ included, with gevent/asyncio/SSL support. %setup -q -n mocket-%{version} rm -f setup.cfg pytest.ini tox.ini sed -i '/pipenv/d' setup.py +sed -i 's/==/>=/' requirements.txt touch conftest.py %build