forked from pool/python-colorlog
Accepting request 1006267 from home:yarunachalam:branches:devel:languages:python
- Update to 6.7.0 no log - Update to 6.6.0: Changes since v6.4.1. * Add a force_color option to colorlog.formatter.ColoredFormatter. * Support the FORCE_COLOR environment variable. - Update to 6.4.1: Changes since v5.0.0. * Dropped support for Python 2 and Python versions below Python 3.5. * Added type hints and added mypy to CI (#83). * Support 256 colour ANSI codes (#88). * Support "light" ANSI codes (#87). * Support the NO_COLOR environment variable, and a no_color option (#70). * Updated various examples and documentation (#85). * Merged TTYColoredFormatter into ColoredFormatter, and ensure no ANSI codes are printed when colors are disabled. * Replaced LevelFormatter with a far simpler implementation. * Fixed version_info check for the Formatter validate parameter. * Define formatMessage instead of format, so that ColoredRecord is used in fewer places. * Use setuptool's "normalised" format for the version number. * Add PEP 561 typing marker so mypy can find type annotations. * Renamed internal modules. * colorlog.colorlog is now colorlog.formatter. * colorlog.logging is now colorlog.wrappers. * Removed colorlog.escape_codes object so that the colorlog.escape_codes module can be imported and used. * Import log levels from the logging module (#111). OBS-URL: https://build.opensuse.org/request/show/1006267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=22
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f17c013a06962b02f4449ee07cfdbe6b287df29efc2c9a1515b4a376f4e588ea
|
||||
size 29356
|
||||
3
colorlog-6.7.0.tar.gz
Normal file
3
colorlog-6.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5
|
||||
size 29920
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 22:25:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 6.7.0
|
||||
no log
|
||||
|
||||
- Update to 6.6.0:
|
||||
Changes since v6.4.1.
|
||||
* Add a force_color option to colorlog.formatter.ColoredFormatter.
|
||||
* Support the FORCE_COLOR environment variable.
|
||||
|
||||
- Update to 6.4.1:
|
||||
Changes since v5.0.0.
|
||||
* Dropped support for Python 2 and Python versions below Python 3.5.
|
||||
* Added type hints and added mypy to CI (#83).
|
||||
* Support 256 colour ANSI codes (#88).
|
||||
* Support "light" ANSI codes (#87).
|
||||
* Support the NO_COLOR environment variable, and a no_color option (#70).
|
||||
* Updated various examples and documentation (#85).
|
||||
* Merged TTYColoredFormatter into ColoredFormatter, and ensure no ANSI codes are printed when colors are disabled.
|
||||
* Replaced LevelFormatter with a far simpler implementation.
|
||||
* Fixed version_info check for the Formatter validate parameter.
|
||||
* Define formatMessage instead of format, so that ColoredRecord is used in fewer places.
|
||||
* Use setuptool's "normalised" format for the version number.
|
||||
* Add PEP 561 typing marker so mypy can find type annotations.
|
||||
* Renamed internal modules.
|
||||
* colorlog.colorlog is now colorlog.formatter.
|
||||
* colorlog.logging is now colorlog.wrappers.
|
||||
* Removed colorlog.escape_codes object so that the colorlog.escape_codes module can be imported and used.
|
||||
* Import log levels from the logging module (#111).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 17 10:48:36 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-colorlog
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-colorlog
|
||||
Version: 5.0.1
|
||||
Version: 6.7.0
|
||||
Release: 0
|
||||
Summary: Log formatting with colors
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user