diff --git a/python-ipython.changes b/python-ipython.changes index 5484335..3be82d5 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 3 14:26:56 UTC 2023 - Ben Greiner + +- Remove the ipythonMAJ.MIN entrypoint + * gh#ipython/ipyton#13815 + * gh#ipython/ipyton#13880 + ------------------------------------------------------------------- Tue Jan 3 14:03:46 UTC 2023 - Markéta Machová diff --git a/python-ipython.spec b/python-ipython.spec index 0f30fa4..ba0e9cc 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -161,8 +161,6 @@ popd %python_clone -a %{buildroot}%{_bindir}/ipython %python_clone -a %{buildroot}%{_bindir}/ipython3 -# gh#ipython/ipython#13815 -%python_expand cp %{buildroot}%{_bindir}/ipython{-%{$python_bin_suffix },%{$python_bin_suffix}} # must clone after copy cp %{buildroot}%{_mandir}/man1/ipython{,3}.1 @@ -205,8 +203,6 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/IP %if %{with test} %check -# check our fix for https://github.com/ipython/ipython/issues/13815 -%python_expand ipython%{$python_bin_suffix} --show-config | grep "Python %{$python_version}" export PYTHONPATH=$(pwd) %pytest %endif @@ -233,7 +229,6 @@ export PYTHONPATH=$(pwd) %doc README.rst docs/source/about/license_and_copyright.rst %python_alternative %{_bindir}/ipython %python_alternative %{_bindir}/ipython3 -%{_bindir}/ipython%{python_bin_suffix} %python_alternative %{_mandir}/man1/ipython.1.gz %python_alternative %{_mandir}/man1/ipython3.1.gz %{python_sitelib}/IPython/