!21 delete taboo words

From: @zppzhangpan 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-06-21 01:49:40 +00:00 committed by Gitee
commit 3d48136839
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-netaddr Name: python-netaddr
Version: 0.8.0 Version: 0.8.0
Release: 5 Release: 6
Summary: A pure Python network address representation and manipulation library Summary: A pure Python network address representation and manipulation library
License: BSD-3-Clause License: BSD-3-Clause
@ -51,12 +51,16 @@ PYTHONPATH='../' sphinx-build-%{python3_version} -b html -d build/doctrees sourc
py.test-%{python3_version} py.test-%{python3_version}
%files -n python3-netaddr %files -n python3-netaddr
%exclude %{python3_sitelib}/netaddr/eui/oui.txt
%license COPYRIGHT %license COPYRIGHT
%doc AUTHORS CHANGELOG README.rst docs/python3/html %doc AUTHORS CHANGELOG README.rst docs/python3/html
%{python3_sitelib}/* %{python3_sitelib}/*
%{_bindir}/netaddr %{_bindir}/netaddr
%changelog %changelog
* Tue Jun 13 2023 zhangpan <zhangpan103@h-partners.com> - 0.8.0-6
- delete taboo words
* Tue Jan 17 2023 caofei <caofei@xfusion.com> - 0.8.0-5 * Tue Jan 17 2023 caofei <caofei@xfusion.com> - 0.8.0-5
- Fix for is_loopback behaviour (issue: #222) - Fix for is_loopback behaviour (issue: #222)