diff --git a/python-termcolor.changes b/python-termcolor.changes index 8be9c4a..4ecd8e1 100644 --- a/python-termcolor.changes +++ b/python-termcolor.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Oct 7 20:37:45 UTC 2024 - Dirk Müller + +- update to 2.5.0: + * drop python 3.8 + * switch to ruff + +------------------------------------------------------------------- +Wed Dec 27 16:10:59 UTC 2023 - Dirk Müller + +- update to 2.4.0: + * document terminal colour detection overrides (#60) @hugovk + * Add support for Python 3.13 (#55) @hugovk + * Improve isatty check (#56) @XiaoliChan + * Improve typing (#44) @marcin-serwin + * Drop support for EOL Python 3.7 (#47) @hugovk + +------------------------------------------------------------------- +Mon Nov 27 16:16:22 UTC 2023 - Dirk Müller + +- update to 2.3.0: + * Add no_color and force_color parameters to override env vars + * Add support for Python 3.12 + * Add light shades, dark grey and black + ------------------------------------------------------------------- Sat Jun 10 11:51:43 UTC 2023 - ecsos diff --git a/python-termcolor.spec b/python-termcolor.spec index 42abc21..7ef80d0 100644 --- a/python-termcolor.spec +++ b/python-termcolor.spec @@ -1,7 +1,7 @@ # # spec file for package python-termcolor # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,16 @@ %{?sle15_python_module_pythons} Name: python-termcolor -Version: 2.1.1 +Version: 2.5.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.7} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -53,6 +52,7 @@ Available attributes: bold, dark, underline, blink, reverse, concealed. %files %{python_files} %license COPYING.txt %doc CHANGES.md README.md -%{python_sitelib}/* +%{python_sitelib}/termcolor +%{python_sitelib}/termcolor-%{version}.dist-info %changelog diff --git a/termcolor-2.1.1.tar.gz b/termcolor-2.1.1.tar.gz deleted file mode 100644 index bcd85f6..0000000 --- a/termcolor-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67cee2009adc6449c650f6bcf3bdeed00c8ba53a8cda5362733c53e0a39fb70b -size 10831 diff --git a/termcolor-2.5.0.tar.gz b/termcolor-2.5.0.tar.gz new file mode 100644 index 0000000..cc89401 --- /dev/null +++ b/termcolor-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f +size 13057