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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e13b148008adeb2793cf8b55bcd20fdcec4f763f2d3bf3c45f5e5e5d1df7d228
size 21351

3
portpicker-1.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c55683ad725f5c00a41bc7db0225223e8be024b1fa564d039ed3390e4fd48fb3
size 21621

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

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