From 7abd6137c7f925ac7fc8747597f6836a6ffcfba56deb08a2143bb445a4c1aa10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 May 2018 14:02:08 +0000 Subject: [PATCH] Accepting request 603136 from home:glaubitz:branches:devel:languages:python - New upstream release + Version 0.3.2 + ArgumentsContext.ignore() should use hidden options_list (#76) + Consolidate exception handling (#66) - Fix bogus comment in spec file OBS-URL: https://build.opensuse.org/request/show/603136 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=3 --- knack-0.3.1.tar.gz | 3 --- knack-0.3.2.tar.gz | 3 +++ python-knack.changes | 9 +++++++++ python-knack.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 knack-0.3.1.tar.gz create mode 100644 knack-0.3.2.tar.gz diff --git a/knack-0.3.1.tar.gz b/knack-0.3.1.tar.gz deleted file mode 100644 index 938a092..0000000 --- a/knack-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fceb1676c51e146a49641d574bde93adb85fb2e43912609bfafa6c126072d47e -size 31165 diff --git a/knack-0.3.2.tar.gz b/knack-0.3.2.tar.gz new file mode 100644 index 0000000..60a42d7 --- /dev/null +++ b/knack-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf825bf9929edffc7a6f067fde44873666d3cd6e43d9557b060d8c9c3f2af5c +size 31167 diff --git a/python-knack.changes b/python-knack.changes index 81d472c..861debd 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 2 13:54:59 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 0.3.2 + + ArgumentsContext.ignore() should use hidden options_list (#76) + + Consolidate exception handling (#66) +- Fix bogus comment in spec file + ------------------------------------------------------------------- Thu Feb 8 22:50:26 UTC 2018 - adrian.glaubitz@suse.com diff --git a/python-knack.spec b/python-knack.spec index cad5838..a61ea17 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -1,5 +1,5 @@ # -# spec file for package python-msrestazure +# spec file for package python-knack # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-knack -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: A Command-Line Interface framework License: MIT @@ -30,11 +30,11 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-PyYAML Requires: python-argcomplete Requires: python-colorama Requires: python-jmespath Requires: python-pygments -Requires: python-PyYAML Requires: python-six Requires: python-tabulate BuildRoot: %{_tmppath}/%{name}-%{version}-build