forked from pool/python-mocket
Accepting request 842363 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/842363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=6
This commit is contained in:
commit
eebf2d8c35
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a0f1c01138df8f31e30ce41a54d2726319d9880066936c3019738ba80b842fe
|
|
||||||
size 73263
|
|
3
mocket-3.9.1.tar.gz
Normal file
3
mocket-3.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f09961db1361e94dd3efae981d7ba57ddbfbe707187bb1f96d321880531e6ae
|
||||||
|
size 74417
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 11 07:03:02 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- Update to version 3.9.1:
|
||||||
|
- Multiple HTTP writes (#125)
|
||||||
|
- Fix for #111.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 26 07:39:57 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- Update to version 3.9.0:
|
||||||
|
- MockHTTP uses `http-parser` as parser
|
||||||
|
Fix for second sendall used for delivering request's body.
|
||||||
|
- Update to version 3.8.9:
|
||||||
|
- Small refactor for HTTPretty plugin
|
||||||
|
Now the import line can be written as from mocket.plugins.httpretty import httpretty, httprettified.
|
||||||
|
- Update to version 3.8.8:
|
||||||
|
- Small fix applied to `setup.py`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 11 07:17:16 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Tue Aug 11 07:17:16 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-mocket%{psuffix}
|
Name: python-mocket%{psuffix}
|
||||||
Version: 3.8.7
|
Version: 3.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python socket mock framework
|
Summary: Python socket mock framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -36,6 +36,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-decorator
|
Requires: python-decorator
|
||||||
|
Requires: python-http-parser >= 0.9.0
|
||||||
Requires: python-python-magic
|
Requires: python-python-magic
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-urllib3
|
Requires: python-urllib3
|
||||||
@ -50,6 +51,7 @@ BuildRequires: %{python_module PySocks}
|
|||||||
BuildRequires: %{python_module cryptography}
|
BuildRequires: %{python_module cryptography}
|
||||||
BuildRequires: %{python_module decorator}
|
BuildRequires: %{python_module decorator}
|
||||||
BuildRequires: %{python_module gevent}
|
BuildRequires: %{python_module gevent}
|
||||||
|
BuildRequires: %{python_module http-parser >= 0.9.0}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pook}
|
BuildRequires: %{python_module pook}
|
||||||
BuildRequires: %{python_module pyOpenSSL}
|
BuildRequires: %{python_module pyOpenSSL}
|
||||||
|
Loading…
Reference in New Issue
Block a user