forked from pool/python-mocket
Accepting request 854523 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/854523 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=7
This commit is contained in:
commit
b32a6ddc34
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f09961db1361e94dd3efae981d7ba57ddbfbe707187bb1f96d321880531e6ae
|
||||
size 74417
|
3
mocket-3.9.3.tar.gz
Normal file
3
mocket-3.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f192fed452769372dd0374af44be241c57449f4ba6e5f2fafbb3ce480e3d796
|
||||
size 74923
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 01:45:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Relax pinned setup.py requires so that the installed egg-info
|
||||
does not interfere with other packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 20:23:21 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- Update to version 3.9.3:
|
||||
* Fix for `.makefile()` as reported by @KyleKing.
|
||||
* From `codecs` to `binascii` for PyPy. (#127)
|
||||
- Update to version 3.9.2:
|
||||
* Mocket raises exceptions.
|
||||
* Fix for Python 2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 07:03:02 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-mocket%{psuffix}
|
||||
Version: 3.9.1
|
||||
Version: 3.9.3
|
||||
Release: 0
|
||||
Summary: Python socket mock framework
|
||||
License: BSD-3-Clause
|
||||
@ -77,7 +77,7 @@ included, with gevent/asyncio/SSL support.
|
||||
%setup -q -n mocket-%{version}
|
||||
sed -i '/cov/ d' setup.cfg
|
||||
sed -i '/pipenv/ d' setup.py
|
||||
sed -i 's/==/>=/' requirements.txt
|
||||
sed -i 's/==.*$//' requirements.txt
|
||||
|
||||
%build
|
||||
%if !%{with test}
|
||||
|
Loading…
Reference in New Issue
Block a user