1
0
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:
Ana Guerrero 2024-10-25 17:18:37 +00:00 committed by Git OBS Bridge
commit f2224cc74f
4 changed files with 20 additions and 7 deletions

View File

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

Binary file not shown.

View File

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

View File

@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-mocket%{psuffix}
Version: 3.13.0
Version: 3.13.2
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause
@ -41,9 +41,8 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-decorator >= 4
Requires: python-h11
Requires: python-python-magic >= 0.4.5
Requires: python-puremagic
Requires: python-urllib3 >= 1.25.3
Suggests: python-pook >= 0.2.1
Suggests: python-xxhash
BuildArch: noarch
%if %{with test}
@ -53,7 +52,6 @@ BuildRequires: %{python_module fastapi}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module httptools}
BuildRequires: %{python_module mocket = %{version}}
BuildRequires: %{python_module pook >= 0.2.1}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}