Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a0805c3601 | |||
| 0c5a0f9635 |
@@ -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>
|
||||
|
||||
|
||||
@@ -18,15 +18,15 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-termcolor
|
||||
Version: 2.5.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: ANSII Color formatting for output in terminal
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/termcolor
|
||||
Source: https://files.pythonhosted.org/packages/source/t/termcolor/termcolor-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module base >= 3.10}
|
||||
BuildRequires: %{python_module hatch_vcs}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module hatchling >= 1.27}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
|
||||
BIN
termcolor-2.5.0.tar.gz
LFS
BIN
termcolor-2.5.0.tar.gz
LFS
Binary file not shown.
3
termcolor-3.2.0.tar.gz
Normal file
3
termcolor-3.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:610e6456feec42c4bcd28934a8c87a06c3fa28b01561d46aa09a9881b8622c58
|
||||
size 14423
|
||||
Reference in New Issue
Block a user