diff --git a/SPECS/python-netaddr.spec b/SPECS/python-netaddr.spec index 366ebd7..5f25aa8 100644 --- a/SPECS/python-netaddr.spec +++ b/SPECS/python-netaddr.spec @@ -2,7 +2,7 @@ Name: python-netaddr Version: 0.10.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A pure Python network address representation and manipulation library License: BSD-3-Clause @@ -57,7 +57,8 @@ BuildRequires: python3-pytest %package -n python3-netaddr-shell Summary: An IPython-based shell environment for the netaddr library Requires: python3-netaddr = %{version}-%{release} -Requires: python3-ipython +# ipython is optional requirement and it's not available in CS9 or RDO +#Requires: python3-ipython %description -n python3-netaddr-shell An IPython-based shell environment for the netaddr library @@ -108,6 +109,9 @@ py.test-%{python3_version} %{_bindir}/netaddr %changelog +* Wed Jul 10 2024 Alfredo Moralejo - 0.10.1-5 +- Remove ipython optional dependency for shell subpackage + * Fri Jan 26 2024 Fedora Release Engineering - 0.10.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild