forked from pool/python-pudb
* 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e8f0ea01b134d802872184b05bffc82af29a1eb2f9374a277434b932d68f58dc
|
|
||||||
size 59548
|
|
3
pudb-2020.1.tar.gz
Normal file
3
pudb-2020.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2ef23d3371439f13fffbe7f8b9fc180a19d4183dc9cab204d878d7c7766464bf
|
||||||
|
size 70838
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 19 17:04:53 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
* 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 <tchvatal@suse.com>
|
Tue Apr 28 07:28:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pudb
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-pudb
|
Name: python-pudb
|
||||||
Version: 2019.2
|
Version: 2020.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A full-screen, console-based Python debugger
|
Summary: A full-screen, console-based Python debugger
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -57,17 +57,10 @@ sed -i '1{\@^#! %{_bindir}/env python@d}' pudb/debugger.py
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
mv -v %{buildroot}%{_bindir}/pudb{*,}
|
||||||
%if %{with python2}
|
%python_clone -a %{buildroot}%{_bindir}/pudb
|
||||||
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}
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%prepare_alternative %{upstream_name}
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
# Since /usr/bin/pudb became ghosted to be used with
|
# Since /usr/bin/pudb became ghosted to be used with
|
||||||
# update-alternatives, we have to get rid of the old binary resulting
|
# update-alternatives, we have to get rid of the old binary resulting
|
||||||
@@ -90,6 +83,6 @@ export LC_ALL=en_US.utf8
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/%{module_name}
|
%{python_sitelib}/%{module_name}
|
||||||
%{python_sitelib}/%{module_name}*.egg-info
|
%{python_sitelib}/%{module_name}*.egg-info
|
||||||
%python_alternative %{_bindir}/%{upstream_name}
|
%python_alternative %{_bindir}/pudb
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user