14
0

- update to 6.8.0:

* Fix running tests in environment with NO_COLOR=1
- Update to 6.4.1:
  * no upstream changes available
  * Add setuptools to setup_requires.
  * Add a TTYColoredFormatter class
  * Remove qutebrowser from projects using colorlog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=24
This commit is contained in:
2023-12-05 12:47:56 +00:00
committed by Git OBS Bridge
parent 90b9f4f3bb
commit f60a3ff6bd
4 changed files with 17 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-colorlog
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-colorlog
Version: 6.7.0
Version: 6.8.0
Release: 0
Summary: Log formatting with colors
License: MIT