diff --git a/pudb-2019.2.tar.gz b/pudb-2019.2.tar.gz deleted file mode 100644 index 83f7237..0000000 --- a/pudb-2019.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8f0ea01b134d802872184b05bffc82af29a1eb2f9374a277434b932d68f58dc -size 59548 diff --git a/pudb-2020.1.tar.gz b/pudb-2020.1.tar.gz new file mode 100644 index 0000000..2433fbb --- /dev/null +++ b/pudb-2020.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef23d3371439f13fffbe7f8b9fc180a19d4183dc9cab204d878d7c7766464bf +size 70838 diff --git a/python-pudb.changes b/python-pudb.changes index c364154..06582eb 100644 --- a/python-pudb.changes +++ b/python-pudb.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jan 19 17:04:53 UTC 2021 - Matej Cepl + +* 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. + ------------------------------------------------------------------- Tue Apr 28 07:28:12 UTC 2020 - Tomáš Chvátal diff --git a/python-pudb.spec b/python-pudb.spec index eb32984..5d6021a 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -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 @@ -22,7 +22,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 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 @@ sed -i '1{\@^#! %{_bindir}/env python@d}' pudb/debugger.py %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{*,} +%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 @@ export LC_ALL=en_US.utf8 %license LICENSE %{python_sitelib}/%{module_name} %{python_sitelib}/%{module_name}*.egg-info -%python_alternative %{_bindir}/%{upstream_name} +%python_alternative %{_bindir}/pudb %changelog