Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ipython for openSUSE:Factory checked in at 2024-11-18 19:57:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ipython (Old) and /work/SRC/openSUSE:Factory/.python-ipython.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipython" Mon Nov 18 19:57:10 2024 rev:50 rq:1224684 version:8.29.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ipython/python-ipython.changes 2024-09-01 19:20:57.298851457 +0200 +++ /work/SRC/openSUSE:Factory/.python-ipython.new.2017/python-ipython.changes 2024-11-18 19:57:26.759701300 +0100 @@ -1,0 +2,20 @@ +Sun Nov 17 14:50:16 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Update to 8.29 + * Misc Python 3.13 compatibility #14536, #14559 + * Add a uv line magic #14537 + * Add support for WEBP to IPython.display.Image. #14526 + * And many more bugfixes and quality of life improvements. +- IPython 8.28 + * #14480 AssertionError: assert _xterm_term_title_saved in WSL + It is unclear why the terminal title is not saved in WSL, if + you've WSL experience we'd love your feedback and help to not + just ignore an error + * #14510 Fix use of pyside6 >= 6.7.0 + * #14518 Make values public (_tb_highlight & _tb_highlight_style) + * #14515 Use environment variable to identify conda / mamba +- Remove deprecated %suse_update_desktop_file + * https://en.opensuse.org/openSUSE:Update-desktop-files_deprecation + * nothing relevant to upstream + +------------------------------------------------------------------- Old: ---- ipython-8.27.0.tar.gz New: ---- ipython-8.29.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipython.spec ++++++ --- /var/tmp/diff_new_pack.FYsCmL/_old 2024-11-18 19:57:28.367768430 +0100 +++ /var/tmp/diff_new_pack.FYsCmL/_new 2024-11-18 19:57:28.371768597 +0100 @@ -33,7 +33,7 @@ %bcond_with localtest %{?sle15_python_module_pythons} Name: python-ipython%{psuffix} -Version: 8.27.0 +Version: 8.29.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause @@ -100,7 +100,6 @@ %if !%{with test} BuildRequires: desktop-file-utils BuildRequires: hicolor-icon-theme -BuildRequires: update-desktop-files %if %{with libalternatives} BuildRequires: alts Requires: alts @@ -184,10 +183,17 @@ done %endif -# Modify and install .desktop file -%{python_expand cp examples/IPython\ Kernel/ipython.desktop ipython-%{$python_bin_suffix}.desktop -desktop-file-edit --set-comment="Enhanced interactive Python %{$python_bin_suffix} shell" --set-name="ipython %{$python_bin_suffix}" --set-generic-name="IPython %{$python_bin_suffix}" --set-key="Exec" --set-value="ipython-%{$python_bin_suffix}" --set-icon="IPython-%{$python_bin_suffix}" ipython-%{$python_bin_suffix}.desktop -%suse_update_desktop_file -i -r ipython-%{$python_bin_suffix} "System;TerminalEmulator;" +%{python_expand # Modify and install .desktop file +f=ipython-%{$python_bin_suffix}.desktop +cp examples/IPython\ Kernel/ipython.desktop $f +desktop-file-edit \ + --set-comment="Enhanced interactive Python %{$python_bin_suffix} shell" \ + --set-name="ipython %{$python_bin_suffix}" \ + --set-generic-name="IPython %{$python_bin_suffix}" \ + --set-key="Exec" --set-value="ipython-%{$python_bin_suffix}" \ + --set-icon="IPython-%{$python_bin_suffix}" \ + $f +desktop-file-install $f } %{python_expand # These can be run stand-alone, so make them executable rather than removing shebang ++++++ ipython-8.27.0.tar.gz -> ipython-8.29.0.tar.gz ++++++ ++++ 2040 lines of diff (skipped)