diff --git a/pick-2.2.0.tar.gz b/pick-2.2.0.tar.gz deleted file mode 100644 index c3df71b..0000000 --- a/pick-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:670dd45045e1b2ac1dd696511666e19b131ee67a463f1197657eaa77a0b67134 -size 87923 diff --git a/pick-2.3.2.tar.gz b/pick-2.3.2.tar.gz new file mode 100644 index 0000000..7e86d39 --- /dev/null +++ b/pick-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a658a5e6b4ef6ef01e977c575084bf90d5f02abfd72c0279d75c2e0b4a370a +size 89722 diff --git a/python-pick.changes b/python-pick.changes index 783b922..1037716 100644 --- a/python-pick.changes +++ b/python-pick.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed May 1 07:41:02 UTC 2024 - Dirk Müller + +- 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 @@ -11,7 +29,7 @@ Wed May 31 15:54:12 UTC 2023 - Ben Greiner ------------------------------------------------------------------- Tue Dec 6 04:21:32 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 2.2.0 +- Update to version 2.2.0 * Add option to pass in existing screen. ------------------------------------------------------------------- diff --git a/python-pick.spec b/python-pick.spec index 0114015..633e437 100644 --- a/python-pick.spec +++ b/python-pick.spec @@ -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