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 2021-10-25 15:16:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipython (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipython.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipython"

Mon Oct 25 15:16:56 2021 rev:23 rq:924564 version:7.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipython/python-ipython.changes    
2021-09-26 21:48:58.562798406 +0200
+++ /work/SRC/openSUSE:Factory/.python-ipython.new.1890/python-ipython.changes  
2021-10-25 15:17:22.969673735 +0200
@@ -1,0 +2,19 @@
+Sun Oct 10 19:39:47 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 7.28.0:
+  * async with doesn???t allow newlines PR #13090
+  * Dynamically changing to vi mode via %config magic) PR #13091
+  * init_virtualenv now uses Pathlib PR #12548
+  * Fix Improper path comparison of virtualenv directories
+    PR #13140
+  * Fix virtual environment user warning for lower case pathes
+    PR #13094
+  * Adapt to all sorts of drive names for cygwin PR #13153
+  * enable autoplay in embed YouTube player PR #13133
+
+-------------------------------------------------------------------
+Mon Oct  4 08:59:34 UTC 2021 - Stefan Schubert <sch...@suse.de>
+
+- Use libalternatives instead of update-alternatives.
+
+-------------------------------------------------------------------

Old:
----
  ipython-7.27.0.tar.gz

New:
----
  ipython-7.28.0.tar.gz

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

Other differences:
------------------
++++++ python-ipython.spec ++++++
--- /var/tmp/diff_new_pack.m49fTE/_old  2021-10-25 15:17:24.005674382 +0200
+++ /var/tmp/diff_new_pack.m49fTE/_new  2021-10-25 15:17:24.009674385 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%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,7 +36,7 @@
 %define         skip_python36 1
 %bcond_without  iptest
 Name:           python-ipython%{psuffix}
-Version:        7.27.0
+Version:        7.28.0
 Release:        0
 Summary:        Rich architecture for interactive computing with Python
 License:        BSD-3-Clause
@@ -42,7 +48,7 @@
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module setuptools >= 18.5}
 BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+BuildRequires:  python-rpm-macros >= 20210929
 Requires:       python-Pygments
 Requires:       python-backcall
 Requires:       python-base >= 3.7
@@ -82,8 +88,13 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
+%if %{with libalternatives}
+Requires:       alts
+BuildRequires:  alts
+%else
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
+%endif
 %if %{with ico}
 BuildRequires:  icoutils
 %endif
@@ -216,6 +227,15 @@
 %endif
 
 %if !%{with test}
+
+%pre
+# If libalternatives is used: Removing old update-alternatives entries.
+%python_libalternatives_reset_alternative ipython
+
+%pre iptest
+# If libalternatives is used: Removing old update-alternatives entries.
+%python_libalternatives_reset_alternative iptest
+
 %post
 %python_install_alternative ipython ipython3 ipython.1.gz ipython3.1.gz
 %desktop_database_post
@@ -254,7 +274,6 @@
 %files %{python_files iptest}
 %python_alternative %{_bindir}/iptest
 %python_alternative %{_bindir}/iptest3
-
 %endif
 %endif
 


++++++ ipython-7.27.0.tar.gz -> ipython-7.28.0.tar.gz ++++++
++++ 9689 lines of diff (skipped)

Reply via email to