Accepting request 990887 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/990887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pick?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c85132876326c12c60f5d3a42a6d4e1e8273c04b727912f9025a9a2c92323bef
|
||||
size 58297
|
||||
3
pick-1.4.0.tar.gz
Normal file
3
pick-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cabcf82727f6e72ce2a6d633c73ce397e3837e727ba3be109b2aee8315a5bf2
|
||||
size 61749
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 24 14:10:38 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 08:48:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user