From ce45fd914a9e41fff949e23c8d99788e5afa624d24631a13e75f38c7c1161751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 08:25:20 +0000 Subject: [PATCH] - 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 --- python-knack.changes | 7 +++++++ python-knack.spec | 2 +- v0.6.2.tar.gz | 3 --- v0.6.3.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 v0.6.2.tar.gz create mode 100644 v0.6.3.tar.gz diff --git a/python-knack.changes b/python-knack.changes index 1c3a417..916c15d 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 24 08:22:50 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-knack.spec b/python-knack.spec index d66e648..49272ee 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-knack -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: A Command-Line Interface framework License: MIT diff --git a/v0.6.2.tar.gz b/v0.6.2.tar.gz deleted file mode 100644 index b2583a0..0000000 --- a/v0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a354e9dfe965ecf4b8cea0ab6b757aae7936dc1c4231c70c10586b67ce4e73e1 -size 75413 diff --git a/v0.6.3.tar.gz b/v0.6.3.tar.gz new file mode 100644 index 0000000..8169284 --- /dev/null +++ b/v0.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c39ca8f885f0cff52412bf414aef9e0f88e8c66ce7fa689bf12e054197138d +size 75694