17
0

Accepting request 1320443 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1320443
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-termcolor?expand=0&rev=34
This commit is contained in:
2025-11-29 22:19:25 +00:00
committed by Git OBS Bridge
parent aa806bfedc
commit 8522207cf5
4 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
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>