15
0
forked from pool/python-ipy

Accepting request 704418 from home:pgajdos

- version update to 1.00
  * Fix IPv6 string interpretation for small ints
  * Various Python3 language fixes
  * consider 127.0 range LOOPBACK not PRIVATE

OBS-URL: https://build.opensuse.org/request/show/704418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipy?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-05-21 10:58:28 +00:00
committed by Git OBS Bridge
parent 5375446dd2
commit 024bb4b577
4 changed files with 19 additions and 7 deletions

View File

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

3
IPy-1.00.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 21 10:06:13 UTC 2019 - pgajdos@suse.com
- version update to 1.00
* Fix IPv6 string interpretation for small ints
* Various Python3 language fixes
* consider 127.0 range LOOPBACK not PRIVATE
-------------------------------------------------------------------
Thu Nov 22 14:26:39 UTC 2018 - jsegitz@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ipy
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ipy
Version: 0.83
Version: 1.00
Release: 0
Summary: Class and tools for handling of IPv4 and IPv6 addresses and networks
License: BSD-3-Clause
@@ -48,10 +48,14 @@ so funky stuff like a netmask of 0xffffff0f can't be done here.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
#install COPYING %{buildroot}
%files %{python_files}
%{python_sitelib}/*
%license COPYING
%check
%python_exec test/test_IPy.py
# one of 3000 subtest fails, probably https://github.com/autocracy/python-ipy/issues/27
# %%python_exec test/test_fuzz.py
%changelog