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-02-28 19:43:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipython (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipython.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipython"

Mon Feb 28 19:43:18 2022 rev:28 rq:957853 version:8.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipython/python-ipython.changes    
2022-02-06 23:53:59.910933778 +0100
+++ /work/SRC/openSUSE:Factory/.python-ipython.new.1958/python-ipython.changes  
2022-02-28 19:43:29.513939569 +0100
@@ -1,0 +2,45 @@
+Sat Feb 26 21:08:02 UTC 2022 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * removed patch: skip-network-test.patch (included upstream)
+  * removed patch: ipython-pr13371-py310-oserror.patch (included upstream)
+  * removed patch: ipython-pr13466-display.patch (included upstream)
+  * removed patch: ipython-pr13282-py310-inspect.patch (fixed upstream)
+
+- update to version 8.1.0:
+  * Misc and multiple fixes around quotation auto-closing. It is now
+    disabled by default. Run with
+    TerminalInteractiveShell.auto_match=True to re-enabled
+  * Require pygments>=2.4.0 :ghpull:`13459`, this was implicit in the
+    code, but is now explicit in setup.cfg/setup.py
+  * Docs improvement of core.magic_arguments examples. :ghpull:`13433`
+  * Multi-line edit executes too early with await. :ghpull:`13424`
+  * black is back as an optional dependency, and autoformatting
+    disabled by default until some fixes are implemented (black
+    improperly reformat magics). :ghpull:`13471` Additionally the
+    ability to use yapf as a code reformatter has been added
+    :ghpull:`13528` . You can use
+    TerminalInteractiveShell.autoformatter="black",
+    TerminalInteractiveShell.autoformatter="yapf" to re-enable auto
+    formating with black, or switch to yapf.
+  * Fix and issue where display was not defined.
+  * Auto suggestions are now configurable. Currently only
+    AutoSuggestFromHistory (default) and None. new provider
+    contribution welcomed. :ghpull:`13475`
+  * multiple packaging/testing improvement to simplify downstream
+    packaging (xfail with reasons, try to not access network...).
+  * Update deprecation. InteractiveShell.magic internal method has
+    been deprecated for many years but did not emit a warning until
+    now.
+  * internal appended_to_syspath context manager has been deprecated.
+  * fix an issue with symlinks in virtualenv :ghpull:`13537`
+  * Fix an issue with vim mode, where cursor would not be reset on
+    exit :ghpull:`13472`
+  * ipython directive now remove only known pseudo-decorators
+    :ghpull:`13532`
+  * IPython/lib/security which used to be used for jupyter notebook
+    has been removed.
+  * Fix an issue where async with would execute on new
+    lines. :ghpull:`13436`
+
+-------------------------------------------------------------------

Old:
----
  ipython-8.0.1.tar.gz
  ipython-pr13282-py310-inspect.patch
  ipython-pr13371-py310-oserror.patch
  ipython-pr13466-display.patch
  skip-network-test.patch

New:
----
  ipython-8.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ipython.spec ++++++
--- /var/tmp/diff_new_pack.ebcpqm/_old  2022-02-28 19:43:30.333939877 +0100
+++ /var/tmp/diff_new_pack.ebcpqm/_new  2022-02-28 19:43:30.341939879 +0100
@@ -16,12 +16,6 @@
 #
 
 
-%if 0%{?suse_version} > 1500
-%bcond_without libalternatives
-%else
-%bcond_with libalternatives
-%endif
-
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -30,11 +24,15 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
 Name:           python-ipython%{psuffix}
-Version:        8.0.1
+Version:        8.1.0
 Release:        0
 Summary:        Rich architecture for interactive computing with Python
 License:        BSD-3-Clause
@@ -42,20 +40,12 @@
 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-pr13282-py310-inspect.patch -- 
gh#ipython/ipython#13282, gh#ipython/ipython#13412
-Patch0:         ipython-pr13282-py310-inspect.patch
-# PATCH-FIX-UPSTREAM ipython-pr13371-py310-oserror.patch -- 
gh#ipython/ipython#13371
-Patch1:         ipython-pr13371-py310-oserror.patch
-# PATCH-FIX-UPSTREAM ipython-pr13466-display.patch -- gh#ipython/ipython#13466
-Patch2:         
https://github.com/ipython/ipython/pull/13466.patch#/ipython-pr13466-display.patch
-# PATCH-FIX-OPENSUSE skip-network-test.patch gh#ipython/ipython#13468 
mc...@suse.com
-# skip doctests requiring network connection
-Patch3:         skip-network-test.patch
-BuildRequires:  %pythons
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module setuptools >= 18.5}
+BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros >= 20210929
+Requires:       (python-prompt_toolkit >= 2.0 with python-prompt_toolkit < 3.1)
 # requires the full stdlib including sqlite3
 Requires:       python >= 3.7
 Requires:       python-backcall
@@ -69,7 +59,6 @@
 Requires:       python-setuptools >= 18.5
 Requires:       python-stack-data
 Requires:       python-traitlets >= 5
-Requires:       (python-prompt_toolkit >= 2.0 with python-prompt_toolkit < 3.1)
 Recommends:     jupyter
 Recommends:     python-ipykernel
 Recommends:     python-ipyparallel


++++++ ipython-8.0.1.tar.gz -> ipython-8.1.0.tar.gz ++++++
++++ 4556 lines of diff (skipped)

Reply via email to