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 +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.
-------------------------------------------------------------------