diff --git a/pudb-2024.1.3.tar.gz b/pudb-2024.1.3.tar.gz deleted file mode 100644 index ea1c507..0000000 --- a/pudb-2024.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:264f239e0538e52e83d3d020143100b3171cae17227674bb1b9f8b075f34849c -size 219443 diff --git a/pudb-2025.1.5.tar.gz b/pudb-2025.1.5.tar.gz new file mode 100644 index 0000000..226d5ae --- /dev/null +++ b/pudb-2025.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6dedb81fc3c8cdcd66cf62e86337cb913570ebb2c994c9ab52012d059e086ad +size 225714 diff --git a/python-pudb.changes b/python-pudb.changes index 5e6a289..35b4edb 100644 --- a/python-pudb.changes +++ b/python-pudb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Dec 10 04:33:33 UTC 2025 - Steve Kowalik + +- Update to 2025.1.5: + * Bump pygments requirement to 2.19 + * Address recent ruff lint + * Urwid 3.0.4 compat + * Fix pick mod + * Fix sidebar resizing for new Urwid API + * Remove 'Examine' option in 'Finished' dialog + * Urwid 3 compat + ------------------------------------------------------------------- Wed Nov 20 16:18:43 UTC 2024 - Dirk Müller diff --git a/python-pudb.spec b/python-pudb.spec index d06eaa4..25736b3 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -1,7 +1,7 @@ # # spec file for package python-pudb # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,29 +16,28 @@ # -%define upstream_name pudb %define module_name pudb -%define py_maj_ver %(c=%{python}) %{?sle15_python_module_pythons} Name: python-pudb -Version: 2024.1.3 +Version: 2025.1.5 Release: 0 Summary: A full-screen, console-based Python debugger License: MIT -Group: Development/Tools/Debuggers URL: https://github.com/inducer/pudb -Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pudb/pudb-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module urwid >= 2.4} -BuildRequires: %{python_module wheel} +BuildRequires: %{python_module pyzmq} +BuildRequires: %{python_module urwid >= 2.5.1} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Pygments >= 2.7.4 +Requires: python-Pygments >= 2.19 Requires: python-jedi >= 0.18 Requires: python-packaging >= 20.0 -Requires: python-urwid >= 2.4 +Requires: python-typing_extensions >= 4.13 +Requires: python-urwid >= 2.5.1 Requires: python-urwid-readline Requires(post): update-alternatives Requires(postun): update-alternatives @@ -51,9 +50,8 @@ Control is by keyboard. The UI is reminiscient of the DOS versions of Turbo Pascal. %prep -%autosetup -p1 -n %{upstream_name}-%{version} +%autosetup -p1 -n pudb-%{version} sed -i '1{\@^#! %{_bindir}/env python@d}' pudb/debugger.py -rm -v LICENSE~ %build %pyproject_wheel @@ -78,14 +76,13 @@ mv -v %{buildroot}%{_bindir}/pudb{*,} || /bin/true %check export LC_ALL=en_US.utf8 -# https://github.com/inducer/pudb/issues/304 -%pytest -k 'not test_get_lines' +%pytest %files %{python_files} %doc README.rst %license LICENSE %{python_sitelib}/%{module_name} -%{python_sitelib}/%{module_name}*-info +%{python_sitelib}/%{module_name}-%{version}.dist-info %python_alternative %{_bindir}/pudb %changelog