15
0
forked from pool/python-pick

- update to 2.3.2:

* Disable some old Pythons on GitHub Actions with macos-latest
  * Add `clear_screen` parameter
- update to 2.3.1:
  * Allow pick list with non `str` or `Options` types
- update to 2.3.0:
  * Bump mypy from 0.990 to 0.991
  * Add Python 3.12 to test matrix
  * Bump pytest to 7.2.0
  * Adding descriptions for each option
  * Bump mypy from 0.991 to 1.4.1
  * added `position` argument so `pick` doesn't clear the screen
    every time
  * Bump version 2.3.0
- Update to version 2.2.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=23
This commit is contained in:
2024-05-01 07:41:51 +00:00
committed by Git OBS Bridge
parent 5d9c8c46fe
commit a6e45a5cb7
4 changed files with 23 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pick
Version: 2.2.0
Version: 2.3.2
Release: 0
Summary: Curses-based interactive selection list module
License: MIT