diff --git a/pudb-2020.1.tar.gz b/pudb-2020.1.tar.gz deleted file mode 100644 index 2433fbb..0000000 --- a/pudb-2020.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ef23d3371439f13fffbe7f8b9fc180a19d4183dc9cab204d878d7c7766464bf -size 70838 diff --git a/pudb-2021.2.2.tar.gz b/pudb-2021.2.2.tar.gz new file mode 100644 index 0000000..6b4d3b0 --- /dev/null +++ b/pudb-2021.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a524ab4b89d2c701b089071ccc6afa9c8a838504e3d68eb33faa8a8abbe4cb +size 216380 diff --git a/python-pudb.changes b/python-pudb.changes index 06582eb..77994e7 100644 --- a/python-pudb.changes +++ b/python-pudb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 8 10:11:58 UTC 2021 - pgajdos@suse.com + +- version update to 2021.2.2 + * no upstream changelog found + ------------------------------------------------------------------- Tue Jan 19 17:04:53 UTC 2021 - Matej Cepl diff --git a/python-pudb.spec b/python-pudb.spec index a5e5ac5..3c72953 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -22,7 +22,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pudb -Version: 2020.1 +Version: 2021.2.2 Release: 0 Summary: A full-screen, console-based Python debugger License: MIT @@ -30,7 +30,6 @@ Group: Development/Tools/Debuggers URL: https://mathema.tician.de/software/pudb Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module urwid} BuildRequires: fdupes @@ -38,7 +37,7 @@ BuildRequires: python-rpm-macros Requires: python-Pygments Requires: python-urwid Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages