17
0

34 Commits

Author SHA256 Message Date
7ae6879509 Accepting request 1312061 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1312061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=15
2025-10-17 18:14:36 +00:00
cfd7b4821e - Update to 6.10.1
* Support Python 3.14
  * Support for exception logging

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=32
2025-10-17 14:49:42 +00:00
86caa0f549 Accepting request 1221949 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=14
2024-11-07 15:28:03 +00:00
8bd6854e74 - Update to 6.9.0
* Support Python 3.13
  * Satisfy mypy
- Drop support-python-313.patch, merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=30
2024-11-06 20:18:19 +00:00
707cbfc933 Accepting request 1218906 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1218906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=13
2024-10-29 13:35:52 +00:00
87243a6010 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=28
2024-10-29 04:30:41 +00:00
c34ed05434 Accepting request 1142776 from devel:languages:python
- update to 6.8.2:
  * Update package links in README
  * Added docs/CONTRIBUTING.md.
  * Documented "bright" colours in the README.

OBS-URL: https://build.opensuse.org/request/show/1142776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=12
2024-01-30 17:26:53 +00:00
a8c266f903 - update to 6.8.2:
* Update package links in README
  * Added docs/CONTRIBUTING.md.
  * Documented "bright" colours in the README.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=26
2024-01-30 12:20:26 +00:00
d0d7dbebeb Accepting request 1130977 from devel:languages:python
- 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/request/show/1130977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=11
2023-12-05 16:04:32 +00:00
f60a3ff6bd - 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
2023-12-05 12:47:56 +00:00
414ee0c666 Accepting request 1006326 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=10
2022-09-27 18:14:02 +00:00
90b9f4f3bb 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
2022-09-27 07:00:54 +00:00
Richard Brown
8d2f868589 Accepting request 912687 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/912687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=9
2021-08-18 06:56:15 +00:00
9129b79907 Accepting request 912656 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/912656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=21
2021-08-17 13:21:16 +00:00
6c0df426e5 Accepting request 877830 from devel:languages:python
- update to 4.7.2:
  * no upstream changes available

OBS-URL: https://build.opensuse.org/request/show/877830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=8
2021-03-10 07:56:55 +00:00
b4a2ca0087 - update to 4.7.2:
* no upstream changes available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=19
2021-03-08 22:37:00 +00:00
55b2ffc807 Accepting request 834776 from devel:languages:python
- Update to 4.2.1:
  * Add setuptools to setup_requires.

OBS-URL: https://build.opensuse.org/request/show/834776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=7
2020-09-16 17:35:36 +00:00
700aac302a - Update to 4.2.1:
* Add setuptools to setup_requires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=17
2020-09-16 04:38:10 +00:00
334f2bd224 Accepting request 784865 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/784865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=6
2020-03-16 09:17:59 +00:00
Tomáš Chvátal
31b823370f - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=15
2020-03-14 08:57:43 +00:00
5e2cb44db2 Accepting request 765458 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/765458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=5
2020-01-19 19:56:31 +00:00
Tomáš Chvátal
57c8ee1e5a Accepting request 765437 from home:alarrosa:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/765437
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=13
2020-01-18 11:57:50 +00:00
94a9fdfe37 Accepting request 738303 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/738303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=4
2019-10-16 07:14:12 +00:00
f524555209 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=11
2019-10-14 11:44:34 +00:00
6a39d88212 Accepting request 680068 from devel:languages:python
- Update to 4.0.2:
  * Minor typo fixes

OBS-URL: https://build.opensuse.org/request/show/680068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=3
2019-03-01 15:48:19 +00:00
Tomáš Chvátal
4966a1fc47 - Update to 4.0.2:
* Minor typo fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=9
2019-02-28 09:44:26 +00:00
2f067c3195 Accepting request 666684 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/666684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=2
2019-01-21 09:59:09 +00:00
Tomáš Chvátal
538710d5da Accepting request 666679 from home:jubalh:branches:devel:languages:python
- Update to 4.0.0:
  * Breaking change: TTYColoredFormatter requires the stream
    argument, avoiding checking the wrong stream and still
	displaying colors when it shouldn't.
  * Includes some other minor changes, and attempts to close the
    last few months worth of minor issues (#54, #62, #64, #65).
- Changes from 3.1.0:
  * This removed the use of parse_colors directly in format
    strings, as it relied on an implementation specific detail of
	Python 2 and was broken on Python 3
- Install LICENSE
- Run tests

OBS-URL: https://build.opensuse.org/request/show/666679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=7
2019-01-17 11:56:47 +00:00
39c15af150 Accepting request 478845 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/478845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=1
2017-03-31 13:06:01 +00:00
8467de3810 Accepting request 477097 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/477097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=5
2017-03-06 08:34:15 +00:00
7977a42c50 Accepting request 452823 from home:jengelh:branches:devel:languages:python
- Description fixes

OBS-URL: https://build.opensuse.org/request/show/452823
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=4
2017-01-27 15:22:43 +00:00
f80298ce07 Accepting request 446659 from home:alois:branches:devel:languages:python
Update to 2.10.0

OBS-URL: https://build.opensuse.org/request/show/446659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=3
2016-12-16 11:21:07 +00:00
7ca8374687 Accepting request 434190 from home:mnhauke
- Update to version 2.7.0
  + Adds a level based formatter
- Fix source url
- minor spec-cleanups

OBS-URL: https://build.opensuse.org/request/show/434190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=2
2016-10-10 20:41:58 +00:00
Denisart Benjamin
8e8ec4c989 Accepting request 286299 from home:alois:branches:devel:languages:python
colorlog.ColoredFormatter is a formatter for use with pythons logging module.

OBS-URL: https://build.opensuse.org/request/show/286299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=1
2015-02-17 10:24:01 +00:00