Compare commits

4 Commits

Author SHA256 Message Date
98eb255135 Accepting request 1225335 from devel:languages:python
- update to 2024.1.3:
  * Fix startup when no write permissions
  * Fix compatibility with Python 3.13

OBS-URL: https://build.opensuse.org/request/show/1225335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pudb?expand=0&rev=14
2024-11-21 14:13:56 +00:00
5b64727500 - update to 2024.1.3:
* Fix startup when no write permissions
  * Fix compatibility with Python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=31
2024-11-20 16:18:54 +00:00
7a1ba72b70 Accepting request 1194575 from devel:languages:python
- update to 2024.1.2:
  * Switch to ruff, fix issues
  * Break out of search loop after deleting watch
  * Fix separate-terminal debugging
  * Fix typos, add typos CI
- update to 2024.1.1:
  * Track some `urwid.util` deprecations
  * ci: add dependabot updates for github actions
  * Bump actions/checkout from 3 to 4
  * Redirect pudb warnings to built-in console
  * Catch IndexError on empty Variables state

OBS-URL: https://build.opensuse.org/request/show/1194575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pudb?expand=0&rev=13
2024-08-19 21:44:26 +00:00
b206813cf8 - update to 2024.1.2:
* Switch to ruff, fix issues
  * Break out of search loop after deleting watch
  * Fix separate-terminal debugging
  * Fix typos, add typos CI
- update to 2024.1.1:
  * Track some `urwid.util` deprecations
  * ci: add dependabot updates for github actions
  * Bump actions/checkout from 3 to 4
  * Redirect pudb warnings to built-in console
  * Catch IndexError on empty Variables state

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=29
2024-08-18 17:03:21 +00:00
4 changed files with 29 additions and 6 deletions

3
pudb-2024.1.3.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Nov 20 16:18:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.1.3:
* Fix startup when no write permissions
* Fix compatibility with Python 3.13
-------------------------------------------------------------------
Sun Aug 18 17:02:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.1.2:
* Switch to ruff, fix issues
* Break out of search loop after deleting watch
* Fix separate-terminal debugging
* Fix typos, add typos CI
- update to 2024.1.1:
* Track some `urwid.util` deprecations
* ci: add dependabot updates for github actions
* Bump actions/checkout from 3 to 4
* Redirect pudb warnings to built-in console
* Catch IndexError on empty Variables state
-------------------------------------------------------------------
Sat Mar 16 09:56:03 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -21,13 +21,14 @@
%define py_maj_ver %(c=%{python})
%{?sle15_python_module_pythons}
Name: python-pudb
Version: 2024.1
Version: 2024.1.3
Release: 0
Summary: A full-screen, console-based Python debugger
License: MIT
Group: Development/Tools/Debuggers
URL: https://mathema.tician.de/software/pudb
URL: https://github.com/inducer/pudb
Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module urwid >= 2.4}
@@ -51,8 +52,8 @@ of Turbo Pascal.
%prep
%autosetup -p1 -n %{upstream_name}-%{version}
sed -i '1{\@^#! %{_bindir}/env python@d}' pudb/debugger.py
rm -v LICENSE~
%build
%pyproject_wheel