Upgrade to 1.01

This commit is contained in:
jzm369 2021-01-28 11:24:56 +08:00
parent d5eff64cc9
commit 1a2a0442b9
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
IPy-1.01.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: IPy
Version: 1.00
Version: 1.01
Release: 1
Summary: Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks
License: BSD
@ -27,7 +27,7 @@ Obsoletes: %{name}-python3
Python3 package for python-IPy
%prep
%autosetup -n python-ipy-IPy-%{version} -p1
%autosetup -n IPy-%{version} -p1
%build
%py3_build
@ -46,6 +46,9 @@ PYTHONPATH=$PWD %{__python3} test/test_IPy.py
%{python3_sitelib}/*
%changelog
* Sat Jan 30 2021 jinzhimin <jinzhimin2@huawei.com> - 1.01-1
- Upgrade to 1.01
* Fri Oct 30 2020 jinzhimin <jinzhimin2@huawei.com> - 1.00-1
- remove python2-IPy subpackage