* Expose can_colorize as public API (#114) @hugovk * Add support for Python 3.15 (#123) @hugovk * Drop support for Python 3.9 (#121) @hugovk * Replace action-pre-commit-uv with prek-action (#124) @hugovk - from version 3.1.0 * Add true colour RGB option as input arguments (#102) @icyveins7 * Cache system lookups to save invocation time (#107) @miketheman * Advertise typing via classifier (#104) @miketheman * Migrate coverage configuration to pyproject.toml (#105) @miketheman - from version 3.0.1 * Fix licence filename in metadata (#100) @hugovk - from version 3.0.0 * Add support for Python 3.14 (#87) @hugovk * Only apply FORCE_COLOR, NO_COLOR and ANSI_COLORS_DISABLED when present and not an empty string (#92) @hugovk * Replace deprecated classifier with licence expression (PEP 639) (#95) @hugovk * Speedup: move typing imports into type-checking block (#94) @hugovk * Lint with faster action-pre-commit-uv: 1m22s -> 48s and 21s -> 15s (#86) @hugovk * Replace literal types with strings (#97) @hugovk * Remove deprecated __ALL__, use __all__ instead (#93) @hugovk - Update BuildRequires from pyproject.toml OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-termcolor?expand=0&rev=34
127 lines
4.5 KiB
Plaintext
127 lines
4.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 28 10:55:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 3.2.0
|
|
* Expose can_colorize as public API (#114) @hugovk
|
|
* Add support for Python 3.15 (#123) @hugovk
|
|
* Drop support for Python 3.9 (#121) @hugovk
|
|
* Replace action-pre-commit-uv with prek-action (#124) @hugovk
|
|
- from version 3.1.0
|
|
* Add true colour RGB option as input arguments (#102) @icyveins7
|
|
* Cache system lookups to save invocation time (#107) @miketheman
|
|
* Advertise typing via classifier (#104) @miketheman
|
|
* Migrate coverage configuration to pyproject.toml (#105) @miketheman
|
|
- from version 3.0.1
|
|
* Fix licence filename in metadata (#100) @hugovk
|
|
- from version 3.0.0
|
|
* Add support for Python 3.14 (#87) @hugovk
|
|
* Only apply FORCE_COLOR, NO_COLOR and ANSI_COLORS_DISABLED when present
|
|
and not an empty string (#92) @hugovk
|
|
* Replace deprecated classifier with licence expression (PEP 639) (#95) @hugovk
|
|
* Speedup: move typing imports into type-checking block (#94) @hugovk
|
|
* Lint with faster action-pre-commit-uv: 1m22s -> 48s and 21s -> 15s (#86) @hugovk
|
|
* Replace literal types with strings (#97) @hugovk
|
|
* Remove deprecated __ALL__, use __all__ instead (#93) @hugovk
|
|
- Update BuildRequires from pyproject.toml
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 7 20:37:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.0:
|
|
* drop python 3.8
|
|
* switch to ruff
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 27 16:10:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.4.0:
|
|
* document terminal colour detection overrides (#60) @hugovk
|
|
* Add support for Python 3.13 (#55) @hugovk
|
|
* Improve isatty check (#56) @XiaoliChan
|
|
* Improve typing (#44) @marcin-serwin
|
|
* Drop support for EOL Python 3.7 (#47) @hugovk
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 27 16:16:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.3.0:
|
|
* Add no_color and force_color parameters to override env vars
|
|
* Add support for Python 3.12
|
|
* Add light shades, dark grey and black
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 10 11:51:43 UTC 2023 - ecsos <ecsos@opensue.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 2 09:55:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.1.1:
|
|
* Add __main__ to re-enable demo via python -m termcolor
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 3 01:09:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 2.1.0
|
|
* Support FORCE_COLOR and detect tty (#25) @hugovk
|
|
* Deprecate __ALL__, use __all__ instead (#23) @hugovk
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 3 16:03:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.0.1:
|
|
* Add support for Python 3.11 and PyPy
|
|
* Add support for Python 3.10
|
|
* Support NO_COLOR
|
|
* Add type annotations to the project and run mypy on CI
|
|
* Add tests
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 14 14:44:45 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:55:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 5 08:49:09 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Converted to single-spec
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:15:45 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 15 17:20:00 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Initial python3 support
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 19 13:37:43 UTC 2012 - saschpe@suse.de
|
|
|
|
- Macro cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 23 10:36:16 UTC 2011 - saschpe@suse.de
|
|
|
|
- Update to version 1.1.0:
|
|
* Added cprint function.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 26 22:29:36 UTC 2009 - poeml@cmdline.net
|
|
|
|
- add missing tarball
|
|
- add changes file
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 24 00:00:00 UTC 2009 - cfarrell1980@gmail.com
|
|
|
|
- First build
|
|
|