14
0
forked from pool/python-mocket

- update to version 3.13.11:

- Better abstraction for when inheriting from `mockhttp.Entry`
 - Define an alternative `can_handle` logic by passing a callable
- Update to version 3.13.10:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=109
This commit is contained in:
Sebastian Wagner
2025-08-24 13:05:12 +00:00
committed by Git OBS Bridge
parent c3fd440b49
commit 04468b3ef1
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,14 @@
-------------------------------------------------------------------
Sun Aug 24 13:04:33 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- update to version 3.13.11:
- Better abstraction for when inheriting from `mockhttp.Entry`
- Define an alternative `can_handle` logic by passing a callable
-------------------------------------------------------------------
Tue Jul 15 21:26:22 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- Update to versionn 3.13.10:
- Update to version 3.13.10:
* Adding socket methods used by trio
-------------------------------------------------------------------