14
0
forked from pool/python-knack

- Update to 0.6.3:

* Fixes issue where argument marked is_preview=True would not always be handled correctly.
  * Fixes issue where ensuring a directory exists could cause a race condition.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-07-24 08:25:20 +00:00
committed by Git OBS Bridge
parent dcdd3e0338
commit ce45fd914a
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jul 24 08:22:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.3:
* Fixes issue where argument marked is_preview=True would not always be handled correctly.
* Fixes issue where ensuring a directory exists could cause a race condition.
-------------------------------------------------------------------
Fri May 24 12:36:58 UTC 2019 - pgajdos@suse.com