14
0
forked from pool/python-mocket

- update to version 3.10.8:

- Support for calls made by fastapi (#188)
  * Introduce a `socket.socketpair()` function that acts as the real one

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=53
This commit is contained in:
Sebastian Wagner
2022-08-23 18:52:14 +00:00
committed by Git OBS Bridge
parent fecef068db
commit 8bfd7fd1ea
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 23 18:47:07 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 3.10.8:
- Support for calls made by fastapi (#188)
* Introduce a `socket.socketpair()` function that acts as the real one
-------------------------------------------------------------------
Wed Aug 17 10:09:41 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>