diff --git a/mocket-3.13.0.tar.gz b/mocket-3.13.0.tar.gz deleted file mode 100644 index c7dff3a..0000000 --- a/mocket-3.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:185cc80d213ed3d2f8442e70e21ddfaa0abd964c8e563ab924dfbe64d6c759cf -size 73320 diff --git a/mocket-3.13.2.tar.gz b/mocket-3.13.2.tar.gz new file mode 100644 index 0000000..7a0956f --- /dev/null +++ b/mocket-3.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6b3658e668c2bc1fe8442df7840b5b77318544f5c157a9952776b17ebff2a2 +size 73322 diff --git a/python-mocket.changes b/python-mocket.changes index 5ddc570..dab12a1 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 23 20:11:41 UTC 2024 - Dirk Müller + +- 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á diff --git a/python-mocket.spec b/python-mocket.spec index 6d78523..85c3c88 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -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}