forked from pool/python-mocket
Accepting request 1046026 from home:bnavigator:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1046026 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=55
This commit is contained in:
committed by
Git OBS Bridge
parent
999c5902c0
commit
d62182f130
@@ -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.8
|
||||
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}
|
||||
|
Reference in New Issue
Block a user