forked from pool/python-knack
Accepting request 815237 from home:glaubitz:branches:devel:languages:python
- Update to version 0.7.1 * Rollback `get_config_parser` in `config.py` (#205) - from version 0.7.0 * Add a `default_value_source` property in `HelpParameter` (#202) * Support removing option/section from config file (#201) * Support writing comment to config file (#201) * Import `configparser` directly instead of from `six` (#201) * Drop `get_config_parser` function from `config.py` (#201) - Remove workaround for version number in spec file OBS-URL: https://build.opensuse.org/request/show/815237 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=25
This commit is contained in:
@@ -18,15 +18,14 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define realver 0.7.0rc4
|
||||
Name: python-knack
|
||||
Version: 0.7.0~rc4
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: A Command-Line Interface framework
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/microsoft/knack
|
||||
Source: https://files.pythonhosted.org/packages/source/k/knack/knack-%{realver}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/k/knack/knack-%{version}.tar.gz
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module argcomplete}
|
||||
BuildRequires: %{python_module colorama}
|
||||
@@ -54,7 +53,7 @@ BuildArch: noarch
|
||||
A Command-Line Interface framework
|
||||
|
||||
%prep
|
||||
%setup -q -n knack-%{realver}
|
||||
%setup -q -n knack-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user