14
0
forked from pool/python-knack

Accepting request 891993 from home:glaubitz:branches:devel:languages:python

- Update to version 0.8.2
  * Always use UTF-8 for log file encoding (#247)
- from version 0.8.1
  * Add error message for invalid argument value (#244)
- Remove temporary version override

OBS-URL: https://build.opensuse.org/request/show/891993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=33
This commit is contained in:
2021-05-11 05:55:25 +00:00
committed by Git OBS Bridge
parent 5034665f43
commit bad30a08e8
4 changed files with 22 additions and 12 deletions

View File

@@ -16,18 +16,16 @@
#
%define realversion 0.8.0
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-knack
Version: 0.8.0.0
Version: 0.8.2
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-%{realversion}.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}
@@ -53,7 +51,7 @@ BuildArch: noarch
A Command-Line Interface framework
%prep
%setup -q -n knack-%{realversion}
%setup -q -n knack-%{version}
%build
%python_build