From 1511579dfee658c34244d560c75c62919f315754db3aded2d4d62f37a12d5f24 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sun, 6 Nov 2022 12:18:50 +0000 Subject: [PATCH] Accepting request 1033853 from home:alois:branches:devel:languages:python - Update to version 2.1.0 * Change the way scroll is handled. version 2.0.2: * Remove the additional space version 2.0.1: * Change multiselect symbols * Bump pytest from 7.1.2 to 7.1.3 version 2.0.0: * Add Option class * Drop options_map_func * Drop register_custom_handler * Remove docstrings * Add multiselect example gif * Use markdown for README version 1.6.0: * Update multiselect mode style * Add multiselect example * Fix examples * Bump pytest from 6.2.5 to 7.1.2 * Bump mypy from 0.961 to 0.971 version 1.5.0: * Fix mypy call in ci * Create dependabot.yml * Add static type checking to ci * Check static type with pytest * Format code * Change list to sequence for Picker.options * Rename all_selected to selected_indexes OBS-URL: https://build.opensuse.org/request/show/1033853 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=14 --- pick-1.4.0.tar.gz | 3 --- pick-2.1.0.tar.gz | 3 +++ python-pick.changes | 32 ++++++++++++++++++++++++++++++++ python-pick.spec | 4 ++-- 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 pick-1.4.0.tar.gz create mode 100644 pick-2.1.0.tar.gz diff --git a/pick-1.4.0.tar.gz b/pick-1.4.0.tar.gz deleted file mode 100644 index 0cb011d..0000000 --- a/pick-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cabcf82727f6e72ce2a6d633c73ce397e3837e727ba3be109b2aee8315a5bf2 -size 61749 diff --git a/pick-2.1.0.tar.gz b/pick-2.1.0.tar.gz new file mode 100644 index 0000000..b6fb09b --- /dev/null +++ b/pick-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3a61ff2a2f7524bbb0b6b9d5f8f6f3ddca5a78b6ca179c6ea0be0eb351fd30 +size 86550 diff --git a/python-pick.changes b/python-pick.changes index 86dd0ef..8f2dfa6 100644 --- a/python-pick.changes +++ b/python-pick.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Nov 6 12:07:44 UTC 2022 - Luigi Baldoni + +- Update to version 2.1.0 + * Change the way scroll is handled. + version 2.0.2: + * Remove the additional space + version 2.0.1: + * Change multiselect symbols + * Bump pytest from 7.1.2 to 7.1.3 + version 2.0.0: + * Add Option class + * Drop options_map_func + * Drop register_custom_handler + * Remove docstrings + * Add multiselect example gif + * Use markdown for README + version 1.6.0: + * Update multiselect mode style + * Add multiselect example + * Fix examples + * Bump pytest from 6.2.5 to 7.1.2 + * Bump mypy from 0.961 to 0.971 + version 1.5.0: + * Fix mypy call in ci + * Create dependabot.yml + * Add static type checking to ci + * Check static type with pytest + * Format code + * Change list to sequence for Picker.options + * Rename all_selected to selected_indexes + ------------------------------------------------------------------- Sun Jul 24 14:10:38 UTC 2022 - Luigi Baldoni diff --git a/python-pick.spec b/python-pick.spec index 1e2b3ce..a003d2a 100644 --- a/python-pick.spec +++ b/python-pick.spec @@ -17,7 +17,7 @@ Name: python-pick -Version: 1.4.0 +Version: 2.1.0 Release: 0 Summary: Curses-based interactive selection list module License: MIT @@ -53,7 +53,7 @@ interactive selection list in the terminal. %files %{python_files} %license LICENSE -%doc README.rst +%doc README.md %{python_sitelib}/* %changelog