Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pudb for openSUSE:Factory checked in at 2025-12-10 15:33:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pudb (Old) and /work/SRC/openSUSE:Factory/.python-pudb.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pudb" Wed Dec 10 15:33:34 2025 rev:15 rq:1321876 version:2025.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pudb/python-pudb.changes 2024-11-21 15:14:40.039576351 +0100 +++ /work/SRC/openSUSE:Factory/.python-pudb.new.1939/python-pudb.changes 2025-12-10 15:34:23.888045343 +0100 @@ -1,0 +2,12 @@ +Wed Dec 10 04:33:33 UTC 2025 - Steve Kowalik <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- pudb-2024.1.3.tar.gz New: ---- pudb-2025.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pudb.spec ++++++ --- /var/tmp/diff_new_pack.Z4xFok/_old 2025-12-10 15:34:24.396066835 +0100 +++ /var/tmp/diff_new_pack.Z4xFok/_new 2025-12-10 15:34:24.396066835 +0100 @@ -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 @@ 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,13 +76,12 @@ %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 ++++++ pudb-2024.1.3.tar.gz -> pudb-2025.1.5.tar.gz ++++++ ++++ 3730 lines of diff (skipped)
