14
0
forked from pool/python-mocket

- 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/package/show/devel:languages:python/python-mocket?expand=0&rev=91
This commit is contained in:
2024-10-23 20:19:51 +00:00
committed by Git OBS Bridge
parent b91e29c985
commit 0b6b1194ed
4 changed files with 20 additions and 7 deletions

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>