From e17cf41bb2e018e032f11f7d12e37ba885f5a760eaf029c60fe0198855971f8d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 14:25:19 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-colorful?expand=0&rev=3 --- colorful-0.5.4.tar.gz | 3 --- colorful-0.5.5.tar.gz | 3 +++ python-colorful.changes | 9 +++++++++ python-colorful.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 colorful-0.5.4.tar.gz create mode 100644 colorful-0.5.5.tar.gz diff --git a/colorful-0.5.4.tar.gz b/colorful-0.5.4.tar.gz deleted file mode 100644 index fa9702d..0000000 --- a/colorful-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6800079a7bd4a3d17b4915b195267f80802703df8fe276565e5cedf7691807dd -size 367192 diff --git a/colorful-0.5.5.tar.gz b/colorful-0.5.5.tar.gz new file mode 100644 index 0000000..2c82797 --- /dev/null +++ b/colorful-0.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2da1d8b68762be5fabec5188c30230f95e813e9571318c61227158a5e62f6f +size 366498 diff --git a/python-colorful.changes b/python-colorful.changes index 932c1ce..8282ed9 100644 --- a/python-colorful.changes +++ b/python-colorful.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 4 14:25:06 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-colorful.spec b/python-colorful.spec index 56daf93..e48ec1e 100644 --- a/python-colorful.spec +++ b/python-colorful.spec @@ -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