diff --git a/pudb-2018.1.tar.gz b/pudb-2018.1.tar.gz deleted file mode 100644 index 6b7ef18..0000000 --- a/pudb-2018.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d8b974641b7a7a2a721af01c9dce5eac8e05a2ceebc2680725ba8eef1ca876e -size 56771 diff --git a/pudb-2019.1.tar.gz b/pudb-2019.1.tar.gz new file mode 100644 index 0000000..88af865 --- /dev/null +++ b/pudb-2019.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac30cfc64580958ab7265decb4cabb9141f08781ff072e9a336d5a7942ce35a6 +size 57664 diff --git a/python-pudb.changes b/python-pudb.changes index 989cc8b..e8e8091 100644 --- a/python-pudb.changes +++ b/python-pudb.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 16 21:13:12 UTC 2019 - ranand@suse.com + +- Update to 2019.1: + * Allow 'space' as a key to expand variables + * Have a persistent setting on variable visibility + * Enable/partially automate opening the debugger in another + terminal + * Make sidebar scrollable with j/k + * Bug fixes + ------------------------------------------------------------------- Fri Jul 27 10:30:31 UTC 2018 - jengelh@inai.de diff --git a/python-pudb.spec b/python-pudb.spec index f810c15..279b600 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -1,7 +1,7 @@ # # spec file for package python-pudb # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,12 +21,12 @@ %define py_maj_ver %(c=%{python}) %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pudb -Version: 2018.1 +Version: 2019.1 Release: 0 Summary: A full-screen, console-based Python debugger License: MIT Group: Development/Tools/Debuggers -URL: http://mathema.tician.de/software/pudb +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}