15
0

Accepting request 1055865 from devel:languages:python

- update to 0.5.5:
  * Fix `setup(colormode=NO_COLORS)`
  * Fix correctnes of `__str__` to return always a str
  * Drop Python 2 support
  * Test Python 3.5 - Python 3.11

OBS-URL: https://build.opensuse.org/request/show/1055865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorful?expand=0&rev=2
This commit is contained in:
2023-01-04 16:53:37 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

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

3
colorful-0.5.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 4 14:25:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.5.5:
* Fix `setup(colormode=NO_COLORS)`
* Fix correctnes of `__str__` to return always a str
* Drop Python 2 support
* Test Python 3.5 - Python 3.11
-------------------------------------------------------------------
Mon Oct 10 03:57:10 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-colorful
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-colorful
Version: 0.5.4
Version: 0.5.5
Release: 0
Summary: Terminal string styling done right, in Python
License: MIT