15
0

- Update to 2.0.1:

* Fix newline escaping in plain-text formatters (ascii, double, github)
  * Use built-in unittest.mock instead of mock.
  * Remove Python 2.7 and 3.5.
  * Style config for missing value.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=10
This commit is contained in:
2020-06-24 02:13:45 +00:00
committed by Git OBS Bridge
parent ad158ab328
commit 1507553ca4
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 24 02:11:31 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.1:
* Fix newline escaping in plain-text formatters (ascii, double, github)
* Use built-in unittest.mock instead of mock.
* Remove Python 2.7 and 3.5.
* Style config for missing value.
-------------------------------------------------------------------
Thu Apr 23 11:20:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>