15
0

Accepting request 960155 from home:pgajdos:python

- version update to 2.2.1
  Version 2.2.1
  -------------
  * Fix pygments tokens passed as strings
  Version 2.2.0
  -------------
  * Remove dependency on terminaltables
  * Add psql_unicode table format
  * Add minimal table format
  * Fix pip2 installing py3-only versions
  * Format unprintable bytes (eg 0x00, 0x01) as hex

OBS-URL: https://build.opensuse.org/request/show/960155
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=12
This commit is contained in:
2022-03-08 21:20:49 +00:00
committed by Git OBS Bridge
parent 1507553ca4
commit b5b623ff09
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 8 08:01:06 UTC 2022 - pgajdos@suse.com
- version update to 2.2.1
Version 2.2.1
-------------
* Fix pygments tokens passed as strings
Version 2.2.0
-------------
* Remove dependency on terminaltables
* Add psql_unicode table format
* Add minimal table format
* Fix pip2 installing py3-only versions
* Format unprintable bytes (eg 0x00, 0x01) as hex
-------------------------------------------------------------------
Wed Jun 24 02:11:31 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>