14
0
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:
2024-03-16 09:58:06 +00:00
committed by Git OBS Bridge
parent 9ccee8cd46
commit 9c2db4c04f
4 changed files with 29 additions and 16 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc9d6a976a59b590764c8379ec200fecd47faa84259b64efd8cd86066a0af338
size 226023

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,9 +19,9 @@
%define upstream_name pudb
%define module_name pudb
%define py_maj_ver %(c=%{python})
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pudb
Version: 2022.1.3
Version: 2024.1
Release: 0
Summary: A full-screen, console-based Python debugger
License: MIT
@@ -30,14 +30,14 @@ URL: https://mathema.tician.de/software/pudb
Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module urwid}
BuildRequires: %{python_module urwid >= 2.4}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Pygments
Requires: python-jedi
Requires: python-packaging
Requires: python-urwid
Requires: python-Pygments >= 2.7.4
Requires: python-jedi >= 0.18
Requires: python-packaging >= 20.0
Requires: python-urwid >= 2.4
Requires: python-urwid-readline
Requires(post): update-alternatives
Requires(postun): update-alternatives