14
0

- update to 1.5.2:

* Do not re-pick a known used (not-yet-returned) port when running stand alone
    without a portserver.
  * When not using a portserver *(you really should)*, try the `bind(0)`
    approach before hunting for random unused ports. More reliable per

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portpicker?expand=0&rev=14
This commit is contained in:
2022-07-19 11:17:18 +00:00
committed by Git OBS Bridge
parent d2cf427a0c
commit 47d0b787b9
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 19 11:16:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.5.2:
* Do not re-pick a known used (not-yet-returned) port when running stand alone
without a portserver.
* When not using a portserver *(you really should)*, try the `bind(0)`
approach before hunting for random unused ports. More reliable per
-------------------------------------------------------------------
Wed Apr 6 13:22:11 UTC 2022 - pgajdos@suse.com