14
0
forked from pool/python-knack

Accepting request 790954 from home:glaubitz:branches:devel:languages:python

- Update to 0.7.0rc1
  * Allow disabling color (#171)
  * Support yaml and yamlc output (#173)
  * Drop support for python 2 and 3.5 (#174)
  * Support --only-show-errors to disable warnings (#179)
  * Add experimental tag (#180)
- Add patch to skip two tests that currently fail on openSUSE
  * k_skip-broken-tests.patch

OBS-URL: https://build.opensuse.org/request/show/790954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=20
This commit is contained in:
2020-04-02 21:04:12 +00:00
committed by Git OBS Bridge
parent ce45fd914a
commit 0f67e1d19a
5 changed files with 41 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 2 15:48:46 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.7.0rc1
* Allow disabling color (#171)
* Support yaml and yamlc output (#173)
* Drop support for python 2 and 3.5 (#174)
* Support --only-show-errors to disable warnings (#179)
* Add experimental tag (#180)
- Add patch to skip two tests that currently fail on openSUSE
* k_skip-broken-tests.patch
-------------------------------------------------------------------
Wed Jul 24 08:22:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>