1
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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dc7a2d3c28cf1b87b114a54e9190f8fd9bd2087eb9f1f9f14d61329860eaa86
size 71386

3
mocket-3.12.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3be2115f9f59e03d7cf17126892093f07dec8358e1b5a6e81d2dd020d127134b
size 72491

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>

View File

@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-mocket%{psuffix}
Version: 3.12.3
Version: 3.12.4
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause