diff --git a/python-termcolor.spec b/python-termcolor.spec index cc0f51e74a8768fc8e34d8cb3ed3e182b60aa687..effbf9be29ef355ce8ebc12a7a481ec5f1153280 100644 --- a/python-termcolor.spec +++ b/python-termcolor.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-termcolor -Version: 2.4.0 -Release: 2 +Version: 3.1.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/10/56/d7d66a84f96d804155f6ff2873d065368b25a07222a6fd51c4f24ef6d764/termcolor-2.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz BuildArch: noarch @@ -70,6 +70,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 09 2025 Yu Peng - 3.1.0-1 +- Upgrade to 3.1.0 + * Add true colour RGB option as input arguments + * Cache system lookups to save invocation time + * Advertise typing via classifier + * Migrate coverage configuration to pyproject.toml + * Wed Jun 11 2025 yaoxin <1024769339@qq.com> - 2.4.0-2 - Fix the problem of residual directory after uninstallation diff --git a/termcolor-2.4.0.tar.gz b/termcolor-2.4.0.tar.gz deleted file mode 100644 index 552407770121855e31a6156e49783cb072ebcb7e..0000000000000000000000000000000000000000 Binary files a/termcolor-2.4.0.tar.gz and /dev/null differ diff --git a/termcolor-3.1.0.tar.gz b/termcolor-3.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..42cddb6905f87053918c102302572a253af1a5ea Binary files /dev/null and b/termcolor-3.1.0.tar.gz differ