From 47d0b787b9b2dc469c28b3aec8e436433aa7d6eb47e1a27546b5e69fd1a7ab7d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Jul 2022 11:17:18 +0000 Subject: [PATCH] - 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 --- portpicker-1.5.0.tar.gz | 3 --- portpicker-1.5.2.tar.gz | 3 +++ python-portpicker.changes | 9 +++++++++ python-portpicker.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 portpicker-1.5.0.tar.gz create mode 100644 portpicker-1.5.2.tar.gz diff --git a/portpicker-1.5.0.tar.gz b/portpicker-1.5.0.tar.gz deleted file mode 100644 index 42f04e1..0000000 --- a/portpicker-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e13b148008adeb2793cf8b55bcd20fdcec4f763f2d3bf3c45f5e5e5d1df7d228 -size 21351 diff --git a/portpicker-1.5.2.tar.gz b/portpicker-1.5.2.tar.gz new file mode 100644 index 0000000..ab648a3 --- /dev/null +++ b/portpicker-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55683ad725f5c00a41bc7db0225223e8be024b1fa564d039ed3390e4fd48fb3 +size 21621 diff --git a/python-portpicker.changes b/python-portpicker.changes index b134e25..af3423e 100644 --- a/python-portpicker.changes +++ b/python-portpicker.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 19 11:16:35 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-portpicker.spec b/python-portpicker.spec index d05bf06..707e601 100644 --- a/python-portpicker.spec +++ b/python-portpicker.spec @@ -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