forked from pool/python-pudb
- update to 2024.1:
* Show shell error messages in fallback shell * Improve zsh completion * Fix intersphinx mapping format * Use deque with maxsize for command line history * Restore cmdline text input when browsing history * Give each theme its own file * Revise UI elements for legibility * Remove dependence on telnetlib which was removed in python 3.13 - Update to version 2022.1.3 - Update to version 2022.1.2 * Should work with Python 3.6 and newer. (Versions 2019.2 and older continue to support Python 2.7.) * Use urwid.util.calc_text_pos() in make_canvas() OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=27
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58e83ada9e19ffe92c1fdc78ae5458ef91aeb892a5b8f0e7379e6fa61e0e664a
|
|
||||||
size 220833
|
|
3
pudb-2024.1.tar.gz
Normal file
3
pudb-2024.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc9d6a976a59b590764c8379ec200fecd47faa84259b64efd8cd86066a0af338
|
||||||
|
size 226023
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 09:56:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2024.1:
|
||||||
|
* Show shell error messages in fallback shell
|
||||||
|
* Improve zsh completion
|
||||||
|
* Fix intersphinx mapping format
|
||||||
|
* Use deque with maxsize for command line history
|
||||||
|
* Restore cmdline text input when browsing history
|
||||||
|
* Give each theme its own file
|
||||||
|
* Revise UI elements for legibility
|
||||||
|
* Remove dependence on telnetlib which was removed in python 3.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 30 08:57:06 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Wed Aug 30 08:57:06 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pudb
|
# spec file for package python-pudb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -19,9 +19,9 @@
|
|||||||
%define upstream_name pudb
|
%define upstream_name pudb
|
||||||
%define module_name pudb
|
%define module_name pudb
|
||||||
%define py_maj_ver %(c=%{python})
|
%define py_maj_ver %(c=%{python})
|
||||||
%define skip_python2 1
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pudb
|
Name: python-pudb
|
||||||
Version: 2022.1.3
|
Version: 2024.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
|
||||||
@@ -30,17 +30,17 @@ URL: https://mathema.tician.de/software/pudb
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module urwid}
|
BuildRequires: %{python_module urwid >= 2.4}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Pygments
|
Requires: python-Pygments >= 2.7.4
|
||||||
Requires: python-jedi
|
Requires: python-jedi >= 0.18
|
||||||
Requires: python-packaging
|
Requires: python-packaging >= 20.0
|
||||||
Requires: python-urwid
|
Requires: python-urwid >= 2.4
|
||||||
Requires: python-urwid-readline
|
Requires: python-urwid-readline
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user