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

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-portpicker
Version: 1.5.0
Version: 1.5.2
Release: 0
Summary: A library to choose unique available network ports
License: Apache-2.0