Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pudb for openSUSE:Factory checked in at 2021-01-20 18:27:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pudb (Old) and /work/SRC/openSUSE:Factory/.python-pudb.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pudb" Wed Jan 20 18:27:05 2021 rev:7 rq:864376 version:2020.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pudb/python-pudb.changes 2020-04-28 22:32:14.257738898 +0200 +++ /work/SRC/openSUSE:Factory/.python-pudb.new.28504/python-pudb.changes 2021-01-20 18:27:34.355525881 +0100 @@ -1,0 +2,13 @@ +Tue Jan 19 17:04:53 UTC 2021 - Matej Cepl <[email protected]> + +* Update to 2020.1: + - Use Jedi for completion in the built-in shell + - Add vi keys for sidebar + - Clean up vi key handling, remove duplication + - add -m switch to run as module + - Require Py3.6 + - Use h/l to collapse/open containers in var view + - feat: add reverse remote pudb +* Fix dealing with alternatives. + +------------------------------------------------------------------- Old: ---- pudb-2019.2.tar.gz New: ---- pudb-2020.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pudb.spec ++++++ --- /var/tmp/diff_new_pack.dQ6BPg/_old 2021-01-20 18:27:35.055526523 +0100 +++ /var/tmp/diff_new_pack.dQ6BPg/_new 2021-01-20 18:27:35.059526526 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pudb # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,9 +20,9 @@ %define module_name pudb %define py_maj_ver %(c=%{python}) %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-pudb -Version: 2019.2 +Version: 2020.1 Release: 0 Summary: A full-screen, console-based Python debugger License: MIT @@ -57,17 +57,10 @@ %install %python_install -mkdir -p %{buildroot}%{_sysconfdir}/alternatives -%if %{with python2} -mv -v %{buildroot}%{_bindir}/%{upstream_name} \ - %{buildroot}%{_bindir}/%{upstream_name}-%{python2_bin_suffix} -%endif -mv -v %{buildroot}%{_bindir}/%{upstream_name}3 \ - %{buildroot}%{_bindir}/%{upstream_name}-%{python3_bin_suffix} +mv -v %{buildroot}%{_bindir}/pudb{*,} || /bin/true +%python_clone -a %{buildroot}%{_bindir}/pudb %python_expand %fdupes %{buildroot}%{$python_sitelib} -%prepare_alternative %{upstream_name} - %pre # Since /usr/bin/pudb became ghosted to be used with # update-alternatives, we have to get rid of the old binary resulting @@ -90,6 +83,6 @@ %license LICENSE %{python_sitelib}/%{module_name} %{python_sitelib}/%{module_name}*.egg-info -%python_alternative %{_bindir}/%{upstream_name} +%python_alternative %{_bindir}/pudb %changelog ++++++ pudb-2019.2.tar.gz -> pudb-2020.1.tar.gz ++++++ ++++ 3387 lines of diff (skipped)
