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:
parent
c2aaaeb3a3
commit
26ab15dcf4
@ -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
3
mocket-3.12.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3be2115f9f59e03d7cf17126892093f07dec8358e1b5a6e81d2dd020d127134b
|
||||
size 72491
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user