From 57c661d1e5c70689cd3ceb71509f1640a234f8c18aec4647186381f8892c15c6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 18:35:44 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-termcolor?expand=0&rev=27 --- python-termcolor.changes | 8 ++++++++ python-termcolor.spec | 6 +++--- termcolor-2.1.1.tar.gz | 3 --- termcolor-2.3.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 termcolor-2.1.1.tar.gz create mode 100644 termcolor-2.3.0.tar.gz diff --git a/python-termcolor.changes b/python-termcolor.changes index 8be9c4a..c73a5d7 100644 --- a/python-termcolor.changes +++ b/python-termcolor.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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..3685751 100644 --- a/python-termcolor.spec +++ b/python-termcolor.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-termcolor -Version: 2.1.1 +Version: 2.3.0 Release: 0 Summary: ANSII Color formatting for output in terminal License: MIT @@ -28,7 +28,6 @@ BuildRequires: %{python_module base >= 3.7} 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.3.0.tar.gz b/termcolor-2.3.0.tar.gz new file mode 100644 index 0000000..102dbe8 --- /dev/null +++ b/termcolor-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a +size 12163