15
0
forked from pool/python-pick

Accepting request 990886 from home:alois:branches:devel:languages:python

- Update to version 1.4.0
  * Drop support for Python 3.6
  * Add pre-commit config
  * pick returns single tuple when multiselect=False
  version 1.3.1:
  * Bump version
  version 1.3.0:
  Add type hints
  version 1.2.0:
  * Fixed support for Python 3.6
  version 1.1.1:
  * Bump version
  version 1.1.0:
  * Fixes missing `screen` on call to `self.draw`
  version 1.0.0:
  * Drop python2 support

OBS-URL: https://build.opensuse.org/request/show/990886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=12
This commit is contained in:
2022-07-24 14:13:19 +00:00
committed by Git OBS Bridge
parent 4b6afd81b1
commit 23b0d8b790
4 changed files with 29 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pick
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: python-pick
Version: 0.6.7
Version: 1.4.0
Release: 0
Summary: Curses-based interactive selection list module
License: MIT
URL: https://github.com/wong2/pick
# https://github.com/wong2/pick/issues/28
Source0: https://github.com/wong2/pick/archive/v%{version}.tar.gz#/pick-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -42,10 +42,10 @@ interactive selection list in the terminal.
%setup -q -n pick-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check