diff --git a/mocket-3.10.6.tar.gz b/mocket-3.10.6.tar.gz deleted file mode 100644 index dbe6192..0000000 --- a/mocket-3.10.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a43e9688adce8030f65f2f6be7d28e07d4d3fcb36241afc35915c0fb0efaa1ef -size 76119 diff --git a/mocket-3.10.9.tar.gz b/mocket-3.10.9.tar.gz new file mode 100644 index 0000000..199143a --- /dev/null +++ b/mocket-3.10.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0570e56be924e213416a80f18e978bb41b6ae9d9d56197c40b943176e1f80c +size 77187 diff --git a/python-mocket.changes b/python-mocket.changes index e21d55e..1c27de5 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Jan 1 18:43:24 UTC 2023 - Ben Greiner + +- Update to version 3.10.9 + * Small improvement for socketpair by @mindflayer in #189 + * Fix for an unconvential usage of Mocket by @mindflayer in #192 + * Improve efficiency on CI by @amotl in #194 +- Add missing fastapi test dependency + +------------------------------------------------------------------- +Tue Aug 23 18:47:07 UTC 2022 - Sebastian Wagner + +- update to version 3.10.8: + - Support for calls made by fastapi (#188) + * Introduce a `socket.socketpair()` function that acts as the real one + +------------------------------------------------------------------- +Wed Aug 17 10:09:41 UTC 2022 - Sebastian Wagner + +- update to version 3.10.7: + - Adding support for `httpx` (#183) + - Change methods not using its bound instance to staticmethods (#180) + ------------------------------------------------------------------- Mon Jul 25 09:24:02 UTC 2022 - Ben Greiner diff --git a/python-mocket.spec b/python-mocket.spec index fdec178..44f0798 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,10 +24,10 @@ %define psuffix %{nil} %bcond_with test %endif -%{?!python_module:%define python_module() python3-%{**}} + %define skip_python2 1 Name: python-mocket%{psuffix} -Version: 3.10.6 +Version: 3.10.9 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause @@ -46,6 +46,7 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module async_timeout} +BuildRequires: %{python_module fastapi} BuildRequires: %{python_module gevent} BuildRequires: %{python_module mocket = %{version}} BuildRequires: %{python_module pook >= 0.2.1}