14
0
forked from pool/python-mocket

Accepting request 837880 from home:sebix:branches:devel:languages:python

please forward to Factory. This version is required for the geoip2 4.1.0 version
changes are extracted from tag descriptions

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

OBS-URL: https://build.opensuse.org/request/show/837880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=14
This commit is contained in:
2020-09-26 12:07:01 +00:00
committed by Git OBS Bridge
parent 63400cb400
commit 9738011aa7
4 changed files with 18 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-mocket%{psuffix}
Version: 3.8.7
Version: 3.9.0
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause
@@ -36,6 +36,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-decorator
Requires: python-http-parser >= 0.9.0
Requires: python-python-magic
Requires: python-six
Requires: python-urllib3
@@ -50,6 +51,7 @@ BuildRequires: %{python_module PySocks}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module decorator}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module http-parser >= 0.9.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pook}
BuildRequires: %{python_module pyOpenSSL}