Accepting request 707121 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/707121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pick?expand=0&rev=3
This commit is contained in:
2019-06-06 16:15:42 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 4 deletions

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 3 09:03:40 UTC 2019 - Petr Gajdos <pgajdos@suse.com>
- turn the testsuite on
-------------------------------------------------------------------
Tue Jan 22 11:32:34 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -24,10 +24,15 @@ Summary: Curses-based interactive selection list module
License: MIT
Group: Development/Languages/Python
URL: https://github.com/wong2/pick
Source0: https://files.pythonhosted.org/packages/source/p/pick/pick-%{version}.tar.gz
# https://github.com/wong2/pick/issues/28
Source0: https://github.com/wong2/pick/archive/v%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module curses}
BuildRequires: %{python_module pytest}
# /SECTION
BuildArch: noarch
%python_subpackages
@@ -45,6 +50,9 @@ interactive selection list in the terminal.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%license LICENSE
%doc README.md

3
v0.6.4.tar.gz Normal file
View File

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