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:
committed by
Git OBS Bridge
parent
a07452b2e7
commit
7abd6137c7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user