From 9738011aa73d29128914c397686c6c6d33fc7872eba89aee65c9af6a4068ebb8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 26 Sep 2020 12:07:01 +0000 Subject: [PATCH 1/2] 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 --- mocket-3.8.7.tar.gz | 3 --- mocket-3.9.0.tar.gz | 3 +++ python-mocket.changes | 12 ++++++++++++ python-mocket.spec | 4 +++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 mocket-3.8.7.tar.gz create mode 100644 mocket-3.9.0.tar.gz diff --git a/mocket-3.8.7.tar.gz b/mocket-3.8.7.tar.gz deleted file mode 100644 index ae6485b..0000000 --- a/mocket-3.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a0f1c01138df8f31e30ce41a54d2726319d9880066936c3019738ba80b842fe -size 73263 diff --git a/mocket-3.9.0.tar.gz b/mocket-3.9.0.tar.gz new file mode 100644 index 0000000..a65e091 --- /dev/null +++ b/mocket-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9587cdf2430a43bd356398dbfe658d46391c4a9bae1ea8e5dbc0d710574f30d8 +size 73893 diff --git a/python-mocket.changes b/python-mocket.changes index 337a677..961d891 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Sep 26 07:39:57 UTC 2020 - Sebastian Wagner + +- 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 diff --git a/python-mocket.spec b/python-mocket.spec index 412e8b4..6539608 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -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} From 6a78b40fc659eb1b93039926237d5a0ba4c8d55b6c5a07f36bbaf9327d6a281d Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 11 Oct 2020 07:05:14 +0000 Subject: [PATCH 2/2] - Update to version 3.9.1: - Multiple HTTP writes (#125) - Fix for #111. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=15 --- mocket-3.9.0.tar.gz | 3 --- mocket-3.9.1.tar.gz | 3 +++ python-mocket.changes | 7 +++++++ python-mocket.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 mocket-3.9.0.tar.gz create mode 100644 mocket-3.9.1.tar.gz diff --git a/mocket-3.9.0.tar.gz b/mocket-3.9.0.tar.gz deleted file mode 100644 index a65e091..0000000 --- a/mocket-3.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9587cdf2430a43bd356398dbfe658d46391c4a9bae1ea8e5dbc0d710574f30d8 -size 73893 diff --git a/mocket-3.9.1.tar.gz b/mocket-3.9.1.tar.gz new file mode 100644 index 0000000..e07f335 --- /dev/null +++ b/mocket-3.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f09961db1361e94dd3efae981d7ba57ddbfbe707187bb1f96d321880531e6ae +size 74417 diff --git a/python-mocket.changes b/python-mocket.changes index 961d891..e44a3b9 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Oct 11 07:03:02 UTC 2020 - Sebastian Wagner + +- Update to version 3.9.1: + - Multiple HTTP writes (#125) + - Fix for #111. + ------------------------------------------------------------------- Sat Sep 26 07:39:57 UTC 2020 - Sebastian Wagner diff --git a/python-mocket.spec b/python-mocket.spec index 6539608..a10ebbd 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-mocket%{psuffix} -Version: 3.9.0 +Version: 3.9.1 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause