From f6bc8d0fec43e6c95ec638a41d404f6f8af9d918 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Tue, 13 Jun 2023 07:50:32 +0000 Subject: [PATCH] delete taboo words --- python-netaddr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-netaddr.spec b/python-netaddr.spec index 057f53b..640d227 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -1,6 +1,6 @@ Name: python-netaddr Version: 0.8.0 -Release: 5 +Release: 6 Summary: A pure Python network address representation and manipulation library License: BSD-3-Clause @@ -51,12 +51,16 @@ PYTHONPATH='../' sphinx-build-%{python3_version} -b html -d build/doctrees sourc py.test-%{python3_version} %files -n python3-netaddr +%exclude %{python3_sitelib}/netaddr/eui/oui.txt %license COPYRIGHT %doc AUTHORS CHANGELOG README.rst docs/python3/html %{python3_sitelib}/* %{_bindir}/netaddr %changelog +* Tue Jun 13 2023 zhangpan - 0.8.0-6 +- delete taboo words + * Tue Jan 17 2023 caofei - 0.8.0-5 - Fix for is_loopback behaviour (issue: #222)