forked from pool/python-mocket
Accepting request 1199816 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1199816 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=36
This commit is contained in:
commit
384471d22f
BIN
mocket-3.12.8.tar.gz
(Stored with Git LFS)
BIN
mocket-3.12.8.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
mocket-3.12.9.tar.gz
Normal file
3
mocket-3.12.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a26dd098325a3d83f3ea82510172feb5281d4eed8f4d0b535e3646d8e78752f
|
||||||
|
size 73303
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 07:23:27 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
- Update to version 3.12.9:
|
||||||
|
* Replacing httptools with h11
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 08:17:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jun 4 08:17:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mocket
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-mocket%{psuffix}
|
Name: python-mocket%{psuffix}
|
||||||
Version: 3.12.8
|
Version: 3.12.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python socket mock framework
|
Summary: Python socket mock framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -40,7 +40,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-decorator >= 4
|
Requires: python-decorator >= 4
|
||||||
Requires: python-httptools
|
Requires: python-h11
|
||||||
Requires: python-python-magic >= 0.4.5
|
Requires: python-python-magic >= 0.4.5
|
||||||
Requires: python-urllib3 >= 1.25.3
|
Requires: python-urllib3 >= 1.25.3
|
||||||
Suggests: python-pook >= 0.2.1
|
Suggests: python-pook >= 0.2.1
|
||||||
@ -72,8 +72,7 @@ included, with gevent/asyncio/SSL support.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n mocket-%{version}
|
%autosetup -p1 -n mocket-%{version}
|
||||||
#sed -i '/cov/ d' setup.cfg
|
sed -i 's/--cov[^ ]*//g' pyproject.toml
|
||||||
#sed -i '/pipenv/ d' setup.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
@ -110,8 +109,8 @@ donttest="test_asyncio_record_replay or test_truesendall_with_dump_from_recordin
|
|||||||
donttest="$donttest or test_truesendall_with_dump_from_recording"
|
donttest="$donttest or test_truesendall_with_dump_from_recording"
|
||||||
%endif
|
%endif
|
||||||
# these fail after the python 3.11 patches
|
# these fail after the python 3.11 patches
|
||||||
#donttest="$donttest or test_http_session or test_https_session or test_httprettish_session"
|
#donttest="$donttest or test_http_session or test_https_session or test_httprettish_session or test_truesendall or test_wrongpath_truesendall or test_real_request_session or test_multiple_socket_connections or test_intermittent_strict_mode or test_strict_mode_exceptions or test_err or test_get or test_hm or test_incr or test_lrange or test_select_db or test_set or test_shutdown or test_hgetall or test_raise_exception"
|
||||||
%pytest -rfEs -k "not ($donttest)" ${pytest_$python_ignore}
|
%pytest -rfEs -k "not ($donttest)" ${pytest_$python_ignore} tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Loading…
Reference in New Issue
Block a user