From b206813cf8cc8bf063c7e60421a8d0b047ee82ad5a8cb9acbe97fe0a0e9ad33f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 18 Aug 2024 17:03:21 +0000 Subject: [PATCH] - 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 --- pudb-2024.1.2.tar.gz | 3 +++ pudb-2024.1.tar.gz | 3 --- python-pudb.changes | 15 +++++++++++++++ python-pudb.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 pudb-2024.1.2.tar.gz delete mode 100644 pudb-2024.1.tar.gz diff --git a/pudb-2024.1.2.tar.gz b/pudb-2024.1.2.tar.gz new file mode 100644 index 0000000..b7fd9d9 --- /dev/null +++ b/pudb-2024.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc9b00042ba8367117df0a6c0dc62fa9609abd21c3bf8e5b73d620907c5b43e +size 226551 diff --git a/pudb-2024.1.tar.gz b/pudb-2024.1.tar.gz deleted file mode 100644 index e768ea6..0000000 --- a/pudb-2024.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc9d6a976a59b590764c8379ec200fecd47faa84259b64efd8cd86066a0af338 -size 226023 diff --git a/python-pudb.changes b/python-pudb.changes index 33084c7..abcb006 100644 --- a/python-pudb.changes +++ b/python-pudb.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 18 17:02:43 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pudb.spec b/python-pudb.spec index 3a8eccc..ce582a3 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -21,12 +21,12 @@ %define py_maj_ver %(c=%{python}) %{?sle15_python_module_pythons} Name: python-pudb -Version: 2024.1 +Version: 2024.1.2 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 pip} BuildRequires: %{python_module pytest-mock}