diff --git a/python-termcolor.spec b/python-termcolor.spec index effbf9be29ef355ce8ebc12a7a481ec5f1153280..f86247b42c8ee97b2ac0f97864c9fa3d646bfa85 100644 --- a/python-termcolor.spec +++ b/python-termcolor.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-termcolor -Version: 3.1.0 +Version: 3.2.0 Release: 1 Summary: ANSII Color formatting for output in terminal. License: MIT -URL: http://pypi.python.org/pypi/termcolor -Source0: https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz +URL: https://github.com/termcolor/termcolor +Source0: %{pypi_source termcolor} BuildArch: noarch @@ -70,6 +70,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 30 2025 lilu -3.2.0-1 +- Update package to version 3.2.0 and modify URL + * Expose can_colorize as public API + * Add support for Python 3.15 + * Drop support for Python 3.9 + * Replace action-pre-commit-uv with prek-action + * Thu Oct 09 2025 Yu Peng - 3.1.0-1 - Upgrade to 3.1.0 * Add true colour RGB option as input arguments diff --git a/termcolor-3.1.0.tar.gz b/termcolor-3.1.0.tar.gz deleted file mode 100644 index 42cddb6905f87053918c102302572a253af1a5ea..0000000000000000000000000000000000000000 Binary files a/termcolor-3.1.0.tar.gz and /dev/null differ diff --git a/termcolor-3.2.0.tar.gz b/termcolor-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9f1a2b8f1c3029f05b1fdaf617f0dc48ea1f9db2 Binary files /dev/null and b/termcolor-3.2.0.tar.gz differ