From 894375b3f02bfb462b87a3230a548178353e57bd920339f4ea93ba4a07a5297a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Mar 2020 10:01:33 +0000 Subject: [PATCH] Accepting request 786376 from home:mcalabkova:branches:devel:languages:python - Update to version 2019.2 * Show the value of numpy scalars when using the safe stringifier * Support Py3.8 * Bug fixes OBS-URL: https://build.opensuse.org/request/show/786376 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=12 --- pudb-2019.1.tar.gz | 3 --- pudb-2019.2.tar.gz | 3 +++ python-pudb.changes | 8 ++++++++ python-pudb.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pudb-2019.1.tar.gz create mode 100644 pudb-2019.2.tar.gz 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