1
0
forked from pool/python-mocket

Accepting request 824997 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/824997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-08-10 12:59:06 +00:00 committed by Git OBS Bridge
commit 2044e4012b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 8 13:00:29 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Change requirements version specifier from == to >=.
-------------------------------------------------------------------
Thu Jul 23 18:54:20 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -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