forked from pool/python-termcolor
- 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
This commit is contained in:
parent
67587fc555
commit
57c661d1e5
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 16:16:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <ecsos@opensue.org>
|
||||
|
||||
|
@ -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
|
||||
|
BIN
termcolor-2.1.1.tar.gz
(Stored with Git LFS)
BIN
termcolor-2.1.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
termcolor-2.3.0.tar.gz
Normal file
3
termcolor-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a
|
||||
size 12163
|
Loading…
Reference in New Issue
Block a user