forked from pool/python-mocket
Accepting request 1217426 from devel:languages:python
- update to 3.13.2: * Test the plugin for `pook` separately * Refactoring FakeSSLContext * Increasing readability of Mocket core * `aiohttp` reuses SSLContext instances created at import-time - update to 3.13.1: * No need to keep multiple dirs for tests * Back to testing `doctest` * Pinning the version of `aiohttp` * Test with the official stable Python 3.13 * Switching to using `puremagic` for identifying MIME types OBS-URL: https://build.opensuse.org/request/show/1217426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=38
This commit is contained in:
commit
f2224cc74f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:185cc80d213ed3d2f8442e70e21ddfaa0abd964c8e563ab924dfbe64d6c759cf
|
|
||||||
size 73320
|
|
BIN
mocket-3.13.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
mocket-3.13.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 23 20:11:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.13.2:
|
||||||
|
* Test the plugin for `pook` separately
|
||||||
|
* Refactoring FakeSSLContext
|
||||||
|
* Increasing readability of Mocket core
|
||||||
|
* `aiohttp` reuses SSLContext instances created at import-time
|
||||||
|
- update to 3.13.1:
|
||||||
|
* No need to keep multiple dirs for tests
|
||||||
|
* Back to testing `doctest`
|
||||||
|
* Pinning the version of `aiohttp`
|
||||||
|
* Test with the official stable Python 3.13
|
||||||
|
* Switching to using `puremagic` for identifying MIME types
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 1 09:18:21 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Tue Oct 1 09:18:21 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-mocket%{psuffix}
|
Name: python-mocket%{psuffix}
|
||||||
Version: 3.13.0
|
Version: 3.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python socket mock framework
|
Summary: Python socket mock framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -41,9 +41,8 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-decorator >= 4
|
Requires: python-decorator >= 4
|
||||||
Requires: python-h11
|
Requires: python-h11
|
||||||
Requires: python-python-magic >= 0.4.5
|
Requires: python-puremagic
|
||||||
Requires: python-urllib3 >= 1.25.3
|
Requires: python-urllib3 >= 1.25.3
|
||||||
Suggests: python-pook >= 0.2.1
|
|
||||||
Suggests: python-xxhash
|
Suggests: python-xxhash
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
@ -53,7 +52,6 @@ BuildRequires: %{python_module fastapi}
|
|||||||
BuildRequires: %{python_module gevent}
|
BuildRequires: %{python_module gevent}
|
||||||
BuildRequires: %{python_module httptools}
|
BuildRequires: %{python_module httptools}
|
||||||
BuildRequires: %{python_module mocket = %{version}}
|
BuildRequires: %{python_module mocket = %{version}}
|
||||||
BuildRequires: %{python_module pook >= 0.2.1}
|
|
||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
Reference in New Issue
Block a user