1
0
forked from pool/python-mocket

Accepting request 1046032 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1046032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2023-01-10 13:58:49 +00:00 committed by Git OBS Bridge
commit d1fb41b58d
4 changed files with 30 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a43e9688adce8030f65f2f6be7d28e07d4d3fcb36241afc35915c0fb0efaa1ef
size 76119

3
mocket-3.10.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c0570e56be924e213416a80f18e978bb41b6ae9d9d56197c40b943176e1f80c
size 77187

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Jan 1 18:43:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 <sebix+novell.com@sebix.at>
- 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 <sebix+novell.com@sebix.at>
- 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 <code@bnavigator.de>

View File

@ -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}