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 2022-09-18 17:31:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ipython (Old) and /work/SRC/openSUSE:Factory/.python-ipython.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipython" Sun Sep 18 17:31:45 2022 rev:33 rq:1004233 version:8.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ipython/python-ipython.changes 2022-08-05 19:50:57.741449671 +0200 +++ /work/SRC/openSUSE:Factory/.python-ipython.new.2083/python-ipython.changes 2022-09-18 17:31:47.161694488 +0200 @@ -1,0 +2,34 @@ +Thu Sep 8 14:37:43 UTC 2022 - Arun Persaud <[email protected]> + +- specfile: + * remove patch ipython-pr13714-xxlimited.patch; included upstream + * update required versions + +- update to version 8.5.0: + * Added shortcut for accepting auto suggestion. The End key shortcut + for accepting auto-suggestion This binding works in Vi mode too, + provided TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode + is set to be True :ghpull:`13566`. + * No popup in window for latex generation w hen generating latex + (e.g. via _latex_repr_) no popup window is shows under + Windows. :ghpull:`13679` + * Fixed error raised when attempting to tab-complete an input string + with consecutive periods or forward slashes (such as + "file:///var/log/..."). :ghpull:`13675` + * Relative filenames in Latex rendering : The latex_to_png_dvipng + command internally generates input and output file arguments to + latex and dvipis. These arguments are now generated as relative + files to the current working directory instead of absolute file + paths. This solves a problem where the current working directory + contains characters that are not handled properly by latex and + dvips. There are no changes to the user API. :ghpull:`13680` + * Stripping decorators bug: Fixed bug which meant that ipython code + blocks in restructured text documents executed with the + ipython-sphinx extension skipped any lines of code containing + python decorators. :ghpull:`13612` + * Allow some modules with frozen dataclasses to be + reloaded. :ghpull:`13732` + * Fix paste magic on wayland. :ghpull:`13671` + * show maxlen in deque's repr. :ghpull:`13648` + +------------------------------------------------------------------- Old: ---- ipython-8.4.0.tar.gz ipython-pr13714-xxlimited.patch New: ---- ipython-8.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipython.spec ++++++ --- /var/tmp/diff_new_pack.w8uWbz/_old 2022-09-18 17:31:47.929696729 +0200 +++ /var/tmp/diff_new_pack.w8uWbz/_new 2022-09-18 17:31:47.937696752 +0200 @@ -24,17 +24,15 @@ %define psuffix %{nil} %bcond_with test %endif -# extra tests are skipped automatically, don't require these packages for Ring1 -%bcond_with localtest - %if 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives %endif - +# extra tests are skipped automatically, don't require these packages for Ring1 +%bcond_with localtest Name: python-ipython%{psuffix} -Version: 8.4.0 +Version: 8.5.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause @@ -42,16 +40,14 @@ URL: https://github.com/ipython/ipython Source: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz Source1: https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg -# PATCH-FIX-UPSTREAM ipython-pr13714-xxlimited.patch gh#ipython/ipython#13714 -Patch0: ipython-pr13714-xxlimited.patch -BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module setuptools >= 18.5} +BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module setuptools >= 51.0.0} BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 -Requires: (python-prompt_toolkit >= 2.0 with python-prompt_toolkit < 3.1) +Requires: (python-prompt_toolkit > 3.0.1 with python-prompt_toolkit < 3.1) # requires the full stdlib including sqlite3 -Requires: python >= 3.7 +Requires: python >= 3.8 Requires: python-backcall Requires: python-black Requires: python-decorator @@ -59,8 +55,7 @@ Requires: python-matplotlib-inline Requires: python-pexpect >= 4.3 Requires: python-pickleshare -Requires: python-pygments -Requires: python-setuptools >= 18.5 +Requires: python-pygments >= 2.4.0 Requires: python-stack-data Requires: python-traitlets >= 5 Recommends: jupyter @@ -89,7 +84,7 @@ BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy >= 1.19} BuildRequires: %{python_module pandas} -BuildRequires: %{python_module pygments} +BuildRequires: %{python_module pygments >= 2.4.0} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module testpath} ++++++ ipython-8.4.0.tar.gz -> ipython-8.5.0.tar.gz ++++++ ++++ 1603 lines of diff (skipped)
