forked from pool/python-knack
Accepting request 815749 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/815749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-knack?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66d1ff609ecfa1da48f731c9258f03d5dd1da324e2cf81732c78e993afc46683
|
|
||||||
size 65528
|
|
||||||
3
knack-0.7.1.tar.gz
Normal file
3
knack-0.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fcef6040164ebe7d69629e4e089b398c9b980791446496301befcf8381dba0fc
|
||||||
|
size 67146
|
||||||
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 16 12:19:05 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 7 08:01:03 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu May 7 08:01:03 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,15 +18,14 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define realver 0.7.0rc4
|
|
||||||
Name: python-knack
|
Name: python-knack
|
||||||
Version: 0.7.0~rc4
|
Version: 0.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Command-Line Interface framework
|
Summary: A Command-Line Interface framework
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/microsoft/knack
|
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 PyYAML}
|
||||||
BuildRequires: %{python_module argcomplete}
|
BuildRequires: %{python_module argcomplete}
|
||||||
BuildRequires: %{python_module colorama}
|
BuildRequires: %{python_module colorama}
|
||||||
@@ -54,7 +53,7 @@ BuildArch: noarch
|
|||||||
A Command-Line Interface framework
|
A Command-Line Interface framework
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n knack-%{realver}
|
%setup -q -n knack-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|||||||
Reference in New Issue
Block a user