14
0

- update to 2.0.2:

* Added anyio backend
  * Added new (v2) API for sync and trio backends
  * The code base has been completely redesigned 
  * Fixed #14 anyio.BrokenResourceError

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socks?expand=0&rev=3
This commit is contained in:
2022-01-15 16:53:53 +00:00
committed by Git OBS Bridge
parent 4150ca88a1
commit 3c0efe01f9
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 15 16:53:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.0.2:
* Added anyio backend
* Added new (v2) API for sync and trio backends
* The code base has been completely redesigned
* Fixed #14 anyio.BrokenResourceError
-------------------------------------------------------------------
Wed Apr 21 06:07:29 UTC 2021 - Jiri Slaby <jslaby@suse.cz>