diff --git a/mocket-3.10.5.tar.gz b/mocket-3.10.5.tar.gz deleted file mode 100644 index 5ae410a..0000000 --- a/mocket-3.10.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5ea89794fac07d2736668ffa51d02fc1fe5d9cf5925ece11eecd34ee0c0adc -size 76076 diff --git a/mocket-3.10.6.tar.gz b/mocket-3.10.6.tar.gz new file mode 100644 index 0000000..dbe6192 --- /dev/null +++ b/mocket-3.10.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43e9688adce8030f65f2f6be7d28e07d4d3fcb36241afc35915c0fb0efaa1ef +size 76119 diff --git a/python-mocket.changes b/python-mocket.changes index 577fe6c..e76af59 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed May 18 06:31:34 UTC 2022 - pgajdos@suse.com + +- version update to 3.10.6 + No need for the external mock dependency +- deleted patches + - python-mocket-no-mock.patch (upstreamed) + +------------------------------------------------------------------- +Tue May 17 13:29:27 UTC 2022 - pgajdos@suse.com + +- do not require python-mock for build +- added patches + fix https://github.com/mindflayer/python-mocket/issues/178 + + python-mocket-no-mock.patch + ------------------------------------------------------------------- Mon Apr 25 08:36:19 UTC 2022 - Sebastian Wagner diff --git a/python-mocket.spec b/python-mocket.spec index d4f5a08..5e6437b 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -27,7 +27,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-mocket%{psuffix} -Version: 3.10.5 +Version: 3.10.6 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause @@ -35,6 +35,7 @@ URL: https://github.com/mindflayer/python-mocket Source0: https://files.pythonhosted.org/packages/source/m/mocket/mocket-%{version}.tar.gz # PATCH-FIX-OPENSUSE recording-urllib3-brotli.patch -- our urllib has different default headers than upstreams test reference, code@bnavigator.de Patch0: recording-urllib3-brotli.patch +# https://github.com/mindflayer/python-mocket/issues/178 BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -57,7 +58,6 @@ 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} BuildRequires: %{python_module pytest}