diff --git a/python-nox.changes b/python-nox.changes index ae51757..4bc2324 100644 --- a/python-nox.changes +++ b/python-nox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 06:00:07 UTC 2019 - John Vandenberg + +- Remove upper version specifiers preventing use with latest colorlog + ------------------------------------------------------------------- Mon Oct 14 09:48:06 AM UTC 2019 - John Vandenberg diff --git a/python-nox.spec b/python-nox.spec index dced9fa..48a5915 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -55,6 +55,8 @@ Flexible test automation. %prep %setup -q -n nox-%{version} +# Remove upper pins on dependencies +sed -Ei 's/,? ?<=?[0-9][0-9.]*//' setup.py %build %python_build