diff --git a/python-termcolor.spec b/python-termcolor.spec index 9cf88289765027c2414c74ce21ffef11cef44346..580dc585c5da8ca300445c13d037e7c1fa303e48 100644 --- a/python-termcolor.spec +++ b/python-termcolor.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-termcolor -Version: 2.4.0 +Version: 2.3.0 Release: 1 Summary: ANSII Color formatting for output in terminal. License: MIT @@ -70,14 +70,6 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 06 2024 liweigang - 2.4.0-1 -- update to version 2.4.0 -- Document terminal colour detection overrides -- Add support for Python 3.13 -- Improve isatty check -- Improve typing -- Drop support for EOL Python 3.7 - * Fri May 05 2023 yaoxin - 2.3.0-1 - Update to 2.3.0 diff --git a/termcolor-2.3.0.tar.gz b/termcolor-2.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..56cbdba4f23ab15dfb6c77b6cdb51bda26eb4687 Binary files /dev/null and b/termcolor-2.3.0.tar.gz differ 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