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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:670dd45045e1b2ac1dd696511666e19b131ee67a463f1197657eaa77a0b67134
size 87923

3
pick-2.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53a658a5e6b4ef6ef01e977c575084bf90d5f02abfd72c0279d75c2e0b4a370a
size 89722

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 1 07:41:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Fri Feb 16 19:44:51 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
@@ -11,7 +29,7 @@ Wed May 31 15:54:12 UTC 2023 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Tue Dec 6 04:21:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.2.0
- Update to version 2.2.0
* Add option to pass in existing screen.
-------------------------------------------------------------------

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