- update to 2.0.1:

* Add support for Python 3.11 and PyPy
  * Add support for Python 3.10
  * Support NO_COLOR
  * Add type annotations to the project and run mypy on CI
  * Add tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-termcolor?expand=0&rev=19
This commit is contained in:
Dirk Mueller 2022-10-03 16:04:44 +00:00 committed by Git OBS Bridge
parent fc88281b7d
commit 1bc3268aa4
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 3 16:03:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.0.1:
* Add support for Python 3.11 and PyPy
* Add support for Python 3.10
* Support NO_COLOR
* Add type annotations to the project and run mypy on CI
* Add tests
-------------------------------------------------------------------
Mon Oct 14 14:44:45 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-termcolor
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-termcolor
Version: 1.1.0
Version: 2.0.1
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 setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b
size 3912

3
termcolor-2.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388
size 9693