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

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

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

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

View File

@@ -1,10 +1,22 @@
-------------------------------------------------------------------
Mon May 10 08:39:40 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 29 11:18:30 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Mar 29 11:18:30 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release - Update to version 0.8.0
+ Version 0.8.0 * Make colors customizable (#242)
+ For detailed information about changes see the * Init colorama only in Windows legacy terminal (#238)
CHANGELOG.md file provided with this package * Add `raw_result` to `CommandResultItem` (#235)
* Refine code style to comply with Python 3 (#232, #233)
* CI: Support Python 3.9 (#229)
* Logging: `CLILogging.configure` returns as early as possible (#228)
- Override upstream version with 0.8.0.0 to ensure - Override upstream version with 0.8.0.0 to ensure
proper upgrade from previous version 0.8.0rc2 proper upgrade from previous version 0.8.0rc2
- Update BuildRequires and Requires from setup.py - Update BuildRequires and Requires from setup.py

View File

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