From 8bfd7fd1ead9ca98785f1e6ad8ada98edd7f592015fcba0a944f5242e32ffd52 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 23 Aug 2022 18:52:14 +0000 Subject: [PATCH] - update to version 3.10.8: - Support for calls made by fastapi (#188) * Introduce a `socket.socketpair()` function that acts as the real one OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=53 --- mocket-3.10.6.tar.gz | 3 +++ mocket-3.10.7.tar.gz | 3 --- python-mocket.changes | 7 +++++++ python-mocket.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 mocket-3.10.6.tar.gz delete mode 100644 mocket-3.10.7.tar.gz 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/mocket-3.10.7.tar.gz b/mocket-3.10.7.tar.gz deleted file mode 100644 index 780b691..0000000 --- a/mocket-3.10.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95f466a67aaa0b5e1c3b0fa5751b15cf407365486b81023cff79875882b08edb -size 76658 diff --git a/python-mocket.changes b/python-mocket.changes index e5ccd2a..0a0d5a2 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/python-mocket.spec b/python-mocket.spec index 94c4bd2..fdec178 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.7 +Version: 3.10.6 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause