Remove subpackage python-netaddr-shell

Resolves: RHEL-74187

Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
This commit is contained in:
Rafael Guterres Jeffman 2025-01-20 13:48:23 -03:00
parent 67946182bc
commit 30b0480ab2

View File

@ -2,7 +2,7 @@
Name: python-netaddr
Version: 1.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A pure Python network address representation and manipulation library
License: BSD-3-Clause
@ -47,20 +47,11 @@ Layer 2 addresses\
Summary: A pure Python network address representation and manipulation library
BuildRequires: python3-devel
#xBuildRequires: python3-setuptools
BuildRequires: python3-pytest
%description -n python3-netaddr
%{desc}
%package -n python3-netaddr-shell
Summary: An IPython-based shell environment for the netaddr library
Requires: python3-netaddr = %{version}-%{release}
Requires: python3-ipython
%description -n python3-netaddr-shell
An IPython-based shell environment for the netaddr library
%prep
%autosetup -n netaddr-%{version} -p1
@ -101,11 +92,13 @@ py.test-%{python3_version}
%doc docs/python3/html
%endif
%{python3_sitelib}/*
%files -n python3-netaddr-shell
%{_bindir}/netaddr
%changelog
* Mon Jan 20 2025 Rafael Jeffman <rjeffman@redhat.com> - 1.3.0-2
- Remove subpackage python-netaddr-shell
Resolves: RHEL-74187
* Thu Jan 16 2025 Rafael Jeffman <rjeffman@redhat.com> - 1.3.0-1
- New upstream release 1.3.0
Resolves: RHEL-74187