diff --git a/pudb-2024.1.2.tar.gz b/pudb-2024.1.2.tar.gz deleted file mode 100644 index b7fd9d9..0000000 --- a/pudb-2024.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adc9b00042ba8367117df0a6c0dc62fa9609abd21c3bf8e5b73d620907c5b43e -size 226551 diff --git a/pudb-2024.1.3.tar.gz b/pudb-2024.1.3.tar.gz new file mode 100644 index 0000000..ea1c507 --- /dev/null +++ b/pudb-2024.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264f239e0538e52e83d3d020143100b3171cae17227674bb1b9f8b075f34849c +size 219443 diff --git a/python-pudb.changes b/python-pudb.changes index abcb006..5e6a289 100644 --- a/python-pudb.changes +++ b/python-pudb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 20 16:18:43 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pudb.spec b/python-pudb.spec index ce582a3..d06eaa4 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -21,13 +21,14 @@ %define py_maj_ver %(c=%{python}) %{?sle15_python_module_pythons} Name: python-pudb -Version: 2024.1.2 +Version: 2024.1.3 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 +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