Hello community,

here is the log from the commit of package python-ipdb for openSUSE:Factory 
checked in at 2019-10-30 14:43:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipdb (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipdb.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipdb"

Wed Oct 30 14:43:43 2019 rev:4 rq:743635 version:0.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipdb/python-ipdb.changes  2019-08-13 
13:21:17.933417840 +0200
+++ /work/SRC/openSUSE:Factory/.python-ipdb.new.2990/python-ipdb.changes        
2019-10-30 14:43:46.453924289 +0100
@@ -1,0 +2,10 @@
+Sun Oct 13 14:44:45 UTC 2019 - Axel Braun <[email protected]>
+
+- runtime dependency on python-ipython added
+
+-------------------------------------------------------------------
+Fri Sep 13 16:39:55 UTC 2019 - John Vandenberg <[email protected]>
+
+- Skip the bin install commands if the flavor is not being built
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ipdb.spec ++++++
--- /var/tmp/diff_new_pack.pckEpt/_old  2019-10-30 14:43:46.861924723 +0100
+++ /var/tmp/diff_new_pack.pckEpt/_new  2019-10-30 14:43:46.861924723 +0100
@@ -31,6 +31,7 @@
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Requires:       python-ipython >= 5.1
 Provides:       python-jupyter_ipdb = %{version}
 Obsoletes:      python-jupyter_ipdb < %{version}
 BuildArch:      noarch
@@ -53,8 +54,12 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%if 0%{?have_python2} && ! 0%{?skip_python2}
 mv -v %{buildroot}%{_bindir}/ipdb{,-%{python2_bin_suffix}}
+%endif
+%if 0%{?have_python3} && ! 0%{?skip_python3}
 mv -v %{buildroot}%{_bindir}/ipdb{3,-%{python3_bin_suffix}}
+%endif
 %prepare_alternative ipdb
 
 %post


Reply via email to