forked from pool/python-pick
Accepting request 768506 from home:alois:branches:devel:languages:python
update to 0.6.6 OBS-URL: https://build.opensuse.org/request/show/768506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=8
This commit is contained in:
3
pick-0.6.6.tar.gz
Normal file
3
pick-0.6.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dddbc8a2d373c08b6f0ed5d97fdb0943f939b0d026eed3fa7f354efd30e5bc1
|
||||
size 58304
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 07:22:14 UTC 2020 - aloisio@gmx.com
|
||||
|
||||
- Update to version 0.6.6
|
||||
* Fix for error _curses.error: use_default_colors() returned
|
||||
ERR
|
||||
* Updated Python test matrix
|
||||
* Rename multi_select to multiselect
|
||||
* Make print a function in the readme
|
||||
* Update README and convert it to RST for PyPI
|
||||
|
||||
- Dropped group tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 09:03:40 UTC 2019 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pick
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,16 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pick
|
||||
Version: 0.6.4
|
||||
Version: 0.6.6
|
||||
Release: 0
|
||||
Summary: Curses-based interactive selection list module
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/wong2/pick
|
||||
# https://github.com/wong2/pick/issues/28
|
||||
Source0: https://github.com/wong2/pick/archive/v%{version}.tar.gz
|
||||
Source0: https://github.com/wong2/pick/archive/v%{version}.tar.gz#/pick-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -55,7 +53,7 @@ interactive selection list in the terminal.
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfbe977083ec3e7e34fbb817fd31857027ce87f8a4f0a9de1908958aae278dcf
|
||||
size 58251
|
||||
Reference in New Issue
Block a user