diff --git a/IPy-1.00.tar.gz b/IPy-1.00.tar.gz new file mode 100644 index 0000000..ff5211a Binary files /dev/null and b/IPy-1.00.tar.gz differ diff --git a/python-IPy.spec b/python-IPy.spec index fbc0152..7ed31c2 100644 --- a/python-IPy.spec +++ b/python-IPy.spec @@ -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 - 1.00-0 +- update package to 1.00 + * Tue Jan 14 2020 openEuler Buildteam - 0.81-26 - Type:bugfix - Id:NA