From 00084d2a821ab20dcb5c451fe2bc27b4eca3448f94eabbaab10efb18f3ffdc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 8 Aug 2020 14:05:53 +0000 Subject: [PATCH] Accepting request 824993 from home:sebix:branches:devel:languages:python please forward to factory - Change requirements version specifier from == to >=. OBS-URL: https://build.opensuse.org/request/show/824993 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=9 --- python-mocket.changes | 5 +++++ python-mocket.spec | 1 + 2 files changed, 6 insertions(+) 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