14
0
forked from pool/python-pudb

Accepting request 703565 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/703565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pudb?expand=0&rev=3
This commit is contained in:
2019-05-17 21:43:40 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d8b974641b7a7a2a721af01c9dce5eac8e05a2ceebc2680725ba8eef1ca876e
size 56771

3
pudb-2019.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac30cfc64580958ab7265decb4cabb9141f08781ff072e9a336d5a7942ce35a6
size 57664

View File

@@ -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

View File

@@ -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}