forked from pool/python-portend
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=11
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 24 11:13:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix up dependencies to match requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 18 12:46:11 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 2.5
|
|
* #10: Fix race condition in ``occupied`` and ``free``
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 2.3:
|
|
* Fix README rendering.
|
|
* Merge with skeleton, including embedded license file.
|
|
* #1: Removed portend._getaddrinfo and its usage in Checker.assert_free.
|
|
* #5: Restored use of portend.client_host during assert_free check on Windows, fixing check when the bind address is *ADDR_ANY.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 31 14:23:56 UTC 2017 - jmatejek@suse.com
|
|
|
|
- initial commit
|