From 2ff2729955f7c1ba1d85593cd6d2035a92d998132cb800f290c730a594d13c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 16 Oct 2019 08:22:45 +0000 Subject: [PATCH] Accepting request 738717 from home:jayvdb:branches:devel:languages:python - Remove upper version specifiers preventing use with latest colorlog colorlog bump approved upstream https://github.com/theacodes/nox/pull/257 But they will keep upper bounds pins so unfortunately the hack will likely be needed ongoing. OBS-URL: https://build.opensuse.org/request/show/738717 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=3 --- python-nox.changes | 5 +++++ python-nox.spec | 2 ++ 2 files changed, 7 insertions(+) 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