diff --git a/pudb-2019.1.tar.gz b/pudb-2019.1.tar.gz deleted file mode 100644 index 88af865..0000000 --- a/pudb-2019.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac30cfc64580958ab7265decb4cabb9141f08781ff072e9a336d5a7942ce35a6 -size 57664 diff --git a/pudb-2019.2.tar.gz b/pudb-2019.2.tar.gz new file mode 100644 index 0000000..83f7237 --- /dev/null +++ b/pudb-2019.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f0ea01b134d802872184b05bffc82af29a1eb2f9374a277434b932d68f58dc +size 59548 diff --git a/python-pudb.changes b/python-pudb.changes index 3b100db..30de457 100644 --- a/python-pudb.changes +++ b/python-pudb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 19 09:40:04 UTC 2020 - Marketa Calabkova + +- Update to version 2019.2 + * Show the value of numpy scalars when using the safe stringifier + * Support Py3.8 + * Bug fixes + ------------------------------------------------------------------- Wed Aug 14 18:26:11 UTC 2019 - diff --git a/python-pudb.spec b/python-pudb.spec index 3cbc085..b72bc8c 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -1,7 +1,7 @@ # # spec file for package python-pudb # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define py_maj_ver %(c=%{python}) %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pudb -Version: 2019.1 +Version: 2019.2 Release: 0 Summary: A full-screen, console-based Python debugger License: MIT