update package

This commit is contained in:
19909236985 2020-07-23 20:52:08 +08:00
parent 4aaf3527b9
commit 65a15a588d
2 changed files with 7 additions and 6 deletions

BIN
IPy-1.00.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,11 @@
Name: python-IPy
Version: 0.81
Release: 26
Name: IPy
Version: 1.00
Release: 0
Summary: Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks
License: BSD
URL: https://github.com/autocracy/python-ipy
Source0: https://pypi.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz
Patch6000: 0003-Revert-IPSet-doesn-t-need-MutableSet-inheritance.-Tr.patch
Patch6001: 0034-57-obey-explicit-version-for-small-int-as-string.patch
BuildArch: noarch
%if 0%{?with_python2}
@ -47,7 +45,7 @@ Python3 package for python-IPy
%endif
%prep
%autosetup -n IPy-%{version} -p1
%autosetup -n python-ipy-IPy-%{version} -p1
%build
%if 0%{?with_python2}
@ -95,6 +93,9 @@ PYTHONPATH=$PWD %{__python3} test/test_IPy.py
%endif
%changelog
* Thu Jul 23 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.00-0
- update package to 1.00
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.81-26
- Type:bugfix
- Id:NA