diff --git a/ipython-8.7.0.tar.gz b/ipython-8.7.0.tar.gz deleted file mode 100644 index 3d4624a..0000000 --- a/ipython-8.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:882899fe78d5417a0aa07f995db298fa28b58faeba2112d2e3a4c95fe14bb738 -size 5329857 diff --git a/ipython-8.8.0.tar.gz b/ipython-8.8.0.tar.gz new file mode 100644 index 0000000..880dbc7 --- /dev/null +++ b/ipython-8.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bf2c08505ad2c3f4ed5c46ae0331a8547d36bf4b21a451e8ae80c0791db95b +size 5341086 diff --git a/python-ipython.changes b/python-ipython.changes index cbae7dc..3be82d5 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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á + +- Update to 8.8.0 + * replace the greedy completer and improve completion, in particular + for dictionary keys + * adds py.typed to setup.cfg to make sure it is bundled in wheels + * implements tab completions for IPython options in the shell when + using argcomplete + * makes the inspector class of InteractiveShell configurable + * makes tests compatible with Pygments >= 2.14 + * more changes, see upstream 8.8.0 milestone + ------------------------------------------------------------------- Sun Dec 25 19:08:47 UTC 2022 - Ben Greiner diff --git a/python-ipython.spec b/python-ipython.spec index 824f53a..ba0e9cc 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ # extra tests are skipped automatically, don't require these packages for Ring1 %bcond_with localtest Name: python-ipython%{psuffix} -Version: 8.7.0 +Version: 8.8.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause @@ -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/