diff --git a/python-termcolor.changes b/python-termcolor.changes index 4ecd8e1..534e1b7 100644 --- a/python-termcolor.changes +++ b/python-termcolor.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Nov 28 10:55:38 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-termcolor.spec b/python-termcolor.spec index 7ef80d0..c146074 100644 --- a/python-termcolor.spec +++ b/python-termcolor.spec @@ -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 diff --git a/termcolor-2.5.0.tar.gz b/termcolor-2.5.0.tar.gz deleted file mode 100644 index cc89401..0000000 --- a/termcolor-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f -size 13057 diff --git a/termcolor-3.2.0.tar.gz b/termcolor-3.2.0.tar.gz new file mode 100644 index 0000000..7c54a2a --- /dev/null +++ b/termcolor-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610e6456feec42c4bcd28934a8c87a06c3fa28b01561d46aa09a9881b8622c58 +size 14423