Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ab992a342a |
@@ -1,28 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sat Jun 10 11:51:43 UTC 2023 - ecsos <ecsos@opensue.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-termcolor
|
# spec file for package python-termcolor
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,16 +18,17 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-termcolor
|
Name: python-termcolor
|
||||||
Version: 2.5.0
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ANSII Color formatting for output in terminal
|
Summary: ANSII Color formatting for output in terminal
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/termcolor
|
URL: https://pypi.python.org/pypi/termcolor
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/termcolor/termcolor-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/termcolor/termcolor-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.9}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module hatch_vcs}
|
BuildRequires: %{python_module hatch_vcs}
|
||||||
BuildRequires: %{python_module hatchling}
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -52,7 +53,6 @@ Available attributes: bold, dark, underline, blink, reverse, concealed.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING.txt
|
%license COPYING.txt
|
||||||
%doc CHANGES.md README.md
|
%doc CHANGES.md README.md
|
||||||
%{python_sitelib}/termcolor
|
%{python_sitelib}/*
|
||||||
%{python_sitelib}/termcolor-%{version}.dist-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
termcolor-2.1.1.tar.gz
LFS
Normal file
BIN
termcolor-2.1.1.tar.gz
LFS
Normal file
Binary file not shown.
BIN
termcolor-2.5.0.tar.gz
LFS
BIN
termcolor-2.5.0.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user