diff --git a/coloredlogs-14.0.tar.gz b/coloredlogs-14.0.tar.gz deleted file mode 100644 index a696460..0000000 --- a/coloredlogs-14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1fab193d2053aa6c0a97608c4342d031f1f93a3d1218432c59322441d31a505 -size 275863 diff --git a/coloredlogs-15.0.1.tar.gz b/coloredlogs-15.0.1.tar.gz new file mode 100644 index 0000000..af0280b --- /dev/null +++ b/coloredlogs-15.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0 +size 278520 diff --git a/python-coloredlogs.changes b/python-coloredlogs.changes index a3164f5..46e4215 100644 --- a/python-coloredlogs.changes +++ b/python-coloredlogs.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Nov 16 13:00:38 UTC 2021 - ecsos + +- Update to 15.0.1 + - Bug fix: Restore :class:`.StandardErrorHandler` functionality + - The :class:`.StandardErrorHandler` class is responsible for dynamically + resolving (looking up the value of) sys.stderr for each logged message instead + of once when :func:`coloredlogs.install()` is called. + - This was unintentionally broken by changes in `release 14.1`_. + - _Release 15.0.1: https://github.com/xolox/python-coloredlogs/compare/15.0...15.0.1 +- Update to 15.0 + - Don't enable system logging on MacOS and Windows anymore. + - This is backwards incompatible (which is why I'm bumping the major version + number) however the old behavior has been reported to be rather problematic + (see :func:`~coloredlogs.syslog.is_syslog_supported()` for details) so this + seems like the best choice. + - _Release 15.0: https://github.com/xolox/python-coloredlogs/compare/14.2...15.0 +- Update to 14.3 + * Merged pull request `#89`_ which enhances :func:`coloredlogs.install()` to + preserve the filters on handlers that are replaced by :pypi:`coloredlogs`. + * _Release 14.3: https://github.com/xolox/python-coloredlogs/compare/14.2...14.3 + * _#89: https://github.com/xolox/python-coloredlogs/pull/89 +- Update to 14.2 + * Honor the ``$NO_COLOR`` environment variable as suggested in issue `#88`_. + * _Release 14.2: https://github.com/xolox/python-coloredlogs/compare/14.1...14.2 + * _#88: https://github.com/xolox/python-coloredlogs/issues/88 +- Update to 14.1 + **Bug fixes:** + - Don't allow interactive terminal detection to disable colored text when + colored text is being forced by the caller (reported in issue `#84`_). + - Automatically disable colored text when logging output is being redirected to + a file in such a way that it actually works 😬 (reported in issue `#100`_). + **Other changes:** + - Start testing on PyPy 3 (because why not?) + - _Release 14.1: https://github.com/xolox/python-coloredlogs/compare/14.0...14.1 + - _#84: https://github.com/xolox/python-coloredlogs/issues/84 + - _#100: https://github.com/xolox/python-coloredlogs/issues/100 + ------------------------------------------------------------------- Sat Aug 1 07:23:57 UTC 2020 - John Vandenberg @@ -74,4 +112,3 @@ Wed Sep 6 18:00:41 UTC 2017 - toddrme2178@gmail.com Mon Oct 10 20:41:08 UTC 2016 - mardnh@gmx.de - initial package, version 5.1.1 - diff --git a/python-coloredlogs.spec b/python-coloredlogs.spec index dc903d6..fda7ef0 100644 --- a/python-coloredlogs.spec +++ b/python-coloredlogs.spec @@ -1,7 +1,7 @@ # # spec file for package python-coloredlogs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-coloredlogs -Version: 14.0 +Version: 15.0.1 Release: 0 Summary: Colored terminal output for Python's logging module License: MIT