From 94810c4a263b67aeabf6b8de424c8c3a7b2ec3e39b97e8f2b6e33e67fae4de98 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sun, 24 Jul 2022 14:13:19 +0000 Subject: [PATCH] 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 --- pick-0.6.7.tar.gz | 3 --- pick-1.4.0.tar.gz | 3 +++ python-pick.changes | 20 ++++++++++++++++++++ python-pick.spec | 12 ++++++------ 4 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 pick-0.6.7.tar.gz create mode 100644 pick-1.4.0.tar.gz diff --git a/pick-0.6.7.tar.gz b/pick-0.6.7.tar.gz deleted file mode 100644 index e916e9c..0000000 --- a/pick-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c85132876326c12c60f5d3a42a6d4e1e8273c04b727912f9025a9a2c92323bef -size 58297 diff --git a/pick-1.4.0.tar.gz b/pick-1.4.0.tar.gz new file mode 100644 index 0000000..0cb011d --- /dev/null +++ b/pick-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cabcf82727f6e72ce2a6d633c73ce397e3837e727ba3be109b2aee8315a5bf2 +size 61749 diff --git a/python-pick.changes b/python-pick.changes index f5a71df..86dd0ef 100644 --- a/python-pick.changes +++ b/python-pick.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Jul 24 14:10:38 UTC 2022 - Luigi Baldoni + +- 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 diff --git a/python-pick.spec b/python-pick.spec index 6a6da65..1e2b3ce 100644 --- a/python-pick.spec +++ b/python-pick.spec @@ -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