15
0
forked from pool/python-pick
Commit Graph

15 Commits

Author SHA256 Message Date
50c2678fbd Accepting request 1201276 from home:alois:branches:devel:languages:python
- Update to version 2.4.0
  * Bump windows-curses from 2.3.2 to 2.3.3
  * Use textwrap to get description lines
  * Fixed long title wrapping
  * Added ability to quit early
  * Bump version 2.4.0b1
  * Excluded indexes
  * Bump version 2.4.0

OBS-URL: https://build.opensuse.org/request/show/1201276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=25
2024-09-15 16:54:35 +00:00
a6e45a5cb7 - 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
2024-05-01 07:41:51 +00:00
5d9c8c46fe Accepting request 1147306 from home:alois:branches:devel:languages:python
Fix macro

OBS-URL: https://build.opensuse.org/request/show/1147306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=21
2024-02-17 10:18:58 +00:00
803a8f533c Accepting request 1147185 from home:alois:leap156
Fix Leap 15.6 build

OBS-URL: https://build.opensuse.org/request/show/1147185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=20
2024-02-16 19:53:33 +00:00
61b0e5776d Accepting request 1090035 from home:bnavigator:branches:devel:languages:python
- poetry-core is enough to build

OBS-URL: https://build.opensuse.org/request/show/1090035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=18
2023-06-01 11:04:19 +00:00
c4ca0d0eff Accepting request 1040491 from home:yarunachalam:branches:devel:languages:python
- Update to version 2.2.0 
  * Add option to pass in existing screen.

OBS-URL: https://build.opensuse.org/request/show/1040491
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=16
2022-12-09 10:40:22 +00:00
1511579dfe 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
2022-11-06 12:18:50 +00:00
23b0d8b790 Accepting request 990886 from home:alois:branches:devel:languages:python
- Update to version 1.4.0
  * Drop support for Python 3.6
  * Add pre-commit config
  * pick returns single tuple when multiselect=False
  version 1.3.1:
  * Bump version
  version 1.3.0:
  Add type hints
  version 1.2.0:
  * Fixed support for Python 3.6
  version 1.1.1:
  * Bump version
  version 1.1.0:
  * Fixes missing `screen` on call to `self.draw`
  version 1.0.0:
  * Drop python2 support

OBS-URL: https://build.opensuse.org/request/show/990886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=12
2022-07-24 14:13:19 +00:00
Tomáš Chvátal
4b6afd81b1 Accepting request 785485 from home:mcalabkova:branches:devel:languages:python
- Update to version 0.6.7
  * Simplify pick function arguments

OBS-URL: https://build.opensuse.org/request/show/785485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=10
2020-03-16 08:54:47 +00:00
2aad87fc22 Accepting request 768506 from home:alois:branches:devel:languages:python
update to 0.6.6

OBS-URL: https://build.opensuse.org/request/show/768506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=8
2020-01-30 07:37:19 +00:00
Tomáš Chvátal
c4c3e2653b Accepting request 707091 from home:pgajdos
- turn the testsuite on

OBS-URL: https://build.opensuse.org/request/show/707091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=6
2019-06-03 10:21:37 +00:00
549c80ef23 Accepting request 667773 from home:jengelh:branches:devel:languages:python
- Use noun phrase.

OBS-URL: https://build.opensuse.org/request/show/667773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=4
2019-01-22 11:48:36 +00:00
eefcce7706 Accepting request 667168 from devel:languages:python
- Replaced tarball with current one
- Removed tests (units no longer supplied)
- initial package for version 0.6.4

OBS-URL: https://build.opensuse.org/request/show/667168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pick?expand=0&rev=1
2019-01-21 10:01:12 +00:00
de553ff073 Accepting request 667167 from home:alois:branches:devel:languages:python
- Replaced tarball with current one
- Removed tests (units no longer supplied)

OBS-URL: https://build.opensuse.org/request/show/667167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=2
2019-01-19 14:12:10 +00:00
Tomáš Chvátal
2ca055fe68 Accepting request 667116 from home:alois:branches:devel:languages:python
- initial package for version 0.6.4

OBS-URL: https://build.opensuse.org/request/show/667116
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=1
2019-01-19 12:17:35 +00:00