14
0
forked from pool/python-knack

Accepting request 865464 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/865464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-knack?expand=0&rev=14
This commit is contained in:
2021-01-22 20:51:48 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 5 deletions

View File

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

3
knack-0.8.0rc2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 14 10:54:49 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.8.0rc2
* Support multiple cli loggers by adding more logger names to
`knack.log.cli_logger_names` list (#227)
- from version 0.8.0rc1
* Make config item names case-insensitive (#220)
* `get_logger` uses `module_name` directly and no
longer adds `cli` prefix (#221)
* `CLILogging` accepts a custom `cli_logger_name` (#221)
* Support ppc64le arch in Travis CI (#222)
* Allow customizing tag message (#223)
* Add `EVENT_CLI_SUCCESSFUL_EXECUTE` (#224)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 18 12:22:19 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Tue Aug 18 12:22:19 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-knack # spec file for package python-knack
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!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.7.2 Version: 0.8.0rc2
Release: 0 Release: 0
Summary: A Command-Line Interface framework Summary: A Command-Line Interface framework
License: MIT License: MIT