14
0
forked from pool/python-pudb

Accepting request 937341 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/937341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pudb?expand=0&rev=8
This commit is contained in:
2021-12-09 18:45:30 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 8 10:11:58 UTC 2021 - pgajdos@suse.com
- version update to 2021.2.2
* no upstream changelog found
-------------------------------------------------------------------
Tue Jan 19 17:04:53 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -22,7 +22,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pudb
Version: 2020.1
Version: 2021.2.2
Release: 0
Summary: A full-screen, console-based Python debugger
License: MIT
@@ -30,7 +30,6 @@ Group: Development/Tools/Debuggers
URL: https://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
@@ -38,7 +37,7 @@ BuildRequires: python-rpm-macros
Requires: python-Pygments
Requires: python-urwid
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages