Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-colorlog-6.9.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-colorlog Distribution: openSUSE Tumbleweed
Version: 6.9.0 Vendor: openSUSE
Release: 1.1 Build date: Wed Nov 6 16:41:28 2024
Group: Unspecified Build host: reproducible
Size: 58082 Source RPM: python-colorlog-6.9.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/borntyping/python-colorlog
Summary: Log formatting with colors
colorlog.ColoredFormatter is a formatter for use with Python's logging module.
It allows colors to be placed in the format string, which is mostly useful
when paired with a StreamHandler that is outputting to a terminal.
This is accomplished by added a set of terminal color codes to the record
before it is used to format the string.

Provides

Requires

License

MIT

Changelog

* Wed Nov 06 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 6.9.0
    * Support Python 3.13
    * Satisfy mypy
  - Drop support-python-313.patch, merged upstream
* Tue Oct 29 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to autosetup and pyproject macros.
  - Set this package to noarch, since it doesn't ship any arch-dep files.
  - Add patch support-python-313.patch:
    * Support Python 3.13's logging changes.
* Tue Jan 30 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.8.2:
    * Update package links in README
    * Added docs/CONTRIBUTING.md.
    * Documented "bright" colours in the README.
* Tue Dec 05 2023 Dirk Müller <dmueller@suse.com>
  - update to 6.8.0:
    * Fix running tests in environment with NO_COLOR=1
* Mon Sep 26 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 2021 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 5.0.1
    * Fix version check
  - from version 5.0.0
    * Release v5.0.0, warning on older Python versions
    * Fix #68
  - from version 4.8.0
    * Reformat code with black
    * Fix #98
* Mon Mar 08 2021 Dirk Müller <dmueller@suse.com>
  - update to 4.7.2:
    * no upstream changes available
* Wed Sep 16 2020 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 4.2.1:
    * Add setuptools to setup_requires.
* Sat Mar 14 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Fix build without python2
* Sat Jan 18 2020 Antonio Larrosa <alarrosa@suse.com>
  - Update to 4.1.0:
    * Fix for LevelFormatter in Python >= 3.8
    * Wrapped lines to match the rest of the code
    * Add check if fmt is dict, missed an elif
    * Test only on all currently supported python versions
    * Suppress docstring section related errors
    * Update classifiers to reflect supported versions of Python

Files

/usr/lib/python3.11/site-packages/colorlog
/usr/lib/python3.11/site-packages/colorlog-6.9.0.dist-info
/usr/lib/python3.11/site-packages/colorlog-6.9.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/colorlog-6.9.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/colorlog-6.9.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/colorlog-6.9.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/colorlog-6.9.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/colorlog-6.9.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/colorlog-6.9.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/colorlog/__init__.py
/usr/lib/python3.11/site-packages/colorlog/__pycache__
/usr/lib/python3.11/site-packages/colorlog/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorlog/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorlog/__pycache__/escape_codes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorlog/__pycache__/escape_codes.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorlog/__pycache__/formatter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorlog/__pycache__/formatter.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorlog/__pycache__/wrappers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorlog/__pycache__/wrappers.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorlog/escape_codes.py
/usr/lib/python3.11/site-packages/colorlog/formatter.py
/usr/lib/python3.11/site-packages/colorlog/py.typed
/usr/lib/python3.11/site-packages/colorlog/wrappers.py
/usr/share/doc/packages/python311-colorlog
/usr/share/doc/packages/python311-colorlog/README.md
/usr/share/licenses/python311-colorlog
/usr/share/licenses/python311-colorlog/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Nov 16 23:53:07 2024