14
0
forked from pool/python-mocket

- Update to version 3.12.4:

* When creating true socket connection, use host and port stored in instance variables, not in the Mocket class's variable by @ento in #222
 * Switching to Compose v2 by @mindflayer in #223
 * Add allowed locations (whitelist) for STRICT mode by @mindflayer (refactoring of #214 from @ento) in #224

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=79
This commit is contained in:
Sebastian Wagner
2024-02-06 12:24:03 +00:00
committed by Git OBS Bridge
parent c2aaaeb3a3
commit 26ab15dcf4
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 6 12:22:14 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
- Update to version 3.12.4:
* When creating true socket connection, use host and port stored in instance variables, not in the Mocket class's variable by @ento in #222
* Switching to Compose v2 by @mindflayer in #223
* Add allowed locations (whitelist) for STRICT mode by @mindflayer (refactoring of #214 from @ento) in #224
-------------------------------------------------------------------
Mon Jan 22 08:43:05 UTC 2024 - Sebastian Wagner <sebix@sebix.at>