14
0
forked from pool/python-knack

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
This commit is contained in:
Tomáš Chvátal
2018-05-02 14:02:08 +00:00
committed by Git OBS Bridge
parent a07452b2e7
commit 7abd6137c7
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fceb1676c51e146a49641d574bde93adb85fb2e43912609bfafa6c126072d47e
size 31165

3
knack-0.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aaf825bf9929edffc7a6f067fde44873666d3cd6e43d9557b060d8c9c3f2af5c
size 31167

View File

@@ -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

View File

@@ -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