14
0

- Update to 2.4:

* find_available_local_port now relies on socket.getaddrinfo to
    find a suitable address family.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-04-05 07:04:51 +00:00
committed by Git OBS Bridge
parent 8ecc470035
commit b7fcf8473f
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 5 07:03:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.4:
* find_available_local_port now relies on socket.getaddrinfo to
find a suitable address family.
-------------------------------------------------------------------
Tue Mar 5 12:56:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>