License compliance rectification

This commit is contained in:
wu-leilei 2022-05-11 15:30:42 +08:00
parent 217341bccd
commit 7264d6affe

View File

@ -1,9 +1,9 @@
Name: python-netaddr Name: python-netaddr
Version: 0.8.0 Version: 0.8.0
Release: 3 Release: 4
Summary: A pure Python network address representation and manipulation library Summary: A pure Python network address representation and manipulation library
License: BSD License: BSD-3-Clause
URL: http://github.com/drkjam/netaddr URL: http://github.com/drkjam/netaddr
Source0: https://pypi.python.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz Source0: https://pypi.python.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz
@ -56,6 +56,9 @@ py.test-%{python3_version}
%{_bindir}/netaddr %{_bindir}/netaddr
%changelog %changelog
* Wed May 11 2022 wulei <wulei80@h-partners.com> - 0.8.0-4
- License compliance rectification
* Sat Mar 26 2022 hanhui <hanhui15@h-partners.com> - 0.8.0-3 * Sat Mar 26 2022 hanhui <hanhui15@h-partners.com> - 0.8.0-3
- enable testcase - enable testcase