15
0
forked from pool/python-pick

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
This commit is contained in:
2022-07-24 14:13:19 +00:00
committed by Git OBS Bridge
parent 4b6afd81b1
commit 23b0d8b790
4 changed files with 29 additions and 9 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Jul 24 14:10:38 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
- 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
-------------------------------------------------------------------
Mon Mar 16 08:48:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>