Sync from SUSE:SLFO:Main python-termcolor revision f7af96f5e86c00cea06b204410d16af8
This commit is contained in:
parent
3628477750
commit
3d8cda69c6
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 20:37:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.5.0:
|
||||
* drop python 3.8
|
||||
* switch to ruff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 16:10:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <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>
|
||||
|
||||
|
@ -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
|
||||
|
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.
BIN
termcolor-2.5.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
termcolor-2.5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user