14
0

- Update to 2.4:

* find_available_local_port now relies on socket.getaddrinfo to
    find a suitable address family.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-04-05 07:04:51 +00:00
committed by Git OBS Bridge
parent 8ecc470035
commit b7fcf8473f
4 changed files with 11 additions and 4 deletions

View File

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

3
portend-2.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-portend
Version: 2.3
Version: 2.4
Release: 0
Summary: TCP port monitoring utilities
License: MIT