14
0
forked from pool/python-mocket

- Update to 3.13.3:

* Restructuring the project: no bug-fixing nor new features Latest
 * Build and publish pure python wheel
 * Refactor absolute imports and remove compat
 * Refactoring and Typing
 * Refactor: split modules
 * Refactor: introduce state object
 * Refactor split socket and ssl socket
 * Refactor rename ssl classes
 * Changes from ruff
 * improve injection code, make backwards compat explicit, make ssl-api explicit
 * Refactor introduce recording storage
 * Small cleanup
 * Target make safetest got broken
 * Better structure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=93
This commit is contained in:
Sebastian Wagner
2025-03-23 09:26:42 +00:00
committed by Git OBS Bridge
parent 0b6b1194ed
commit ef0bb8c2ca
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Mar 23 09:22:23 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- Update to 3.13.3:
* Restructuring the project: no bug-fixing nor new features Latest
* Build and publish pure python wheel
* Refactor absolute imports and remove compat
* Refactoring and Typing
* Refactor: split modules
* Refactor: introduce state object
* Refactor split socket and ssl socket
* Refactor rename ssl classes
* Changes from ruff
* improve injection code, make backwards compat explicit, make ssl-api explicit
* Refactor introduce recording storage
* Small cleanup
* Target make safetest got broken
* Better structure
-------------------------------------------------------------------
Wed Oct 23 20:11:41 UTC 2024 - Dirk Müller <dmueller@suse.com>