diff --git a/python-pudb.changes b/python-pudb.changes index 46773b8..989cc8b 100644 --- a/python-pudb.changes +++ b/python-pudb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 10:30:31 UTC 2018 - jengelh@inai.de + +- Trim filler wording and replace by concrete statements. + ------------------------------------------------------------------- Mon Jul 2 22:40:15 UTC 2018 - mcepl@suse.com diff --git a/python-pudb.spec b/python-pudb.spec index a2d8b11..f810c15 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -24,16 +24,16 @@ Name: python-pudb Version: 2018.1 Release: 0 Summary: A full-screen, console-based Python debugger -Group: Development/Tools/Debuggers License: MIT +Group: Development/Tools/Debuggers URL: http://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 BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pytest-runner} -BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module urwid} Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch @@ -41,12 +41,8 @@ BuildArch: noarch %description PuDB is a full-screen, console-based visual debugger for Python. - -Its goal is to provide all the niceties of modern GUI-based debuggers in -a more lightweight and keyboard-friendly package. PuDB allows you to -debug code right where you write and test it--in a terminal. If you've -worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal -or C tools, PuDB's UI might look familiar. +Control is by keyboard. The UI is reminiscient of the DOS versions +of Turbo Pascal. %prep %setup -q -n %{upstream_name}-%{version}