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:
committed by
Git OBS Bridge
parent
5375446dd2
commit
024bb4b577
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user