From e034bfd75055d9c52c8bd6ef900bee6726824f1a4a7d6aec3498efd96318216c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jan 2024 20:42:16 +0000 Subject: [PATCH] - update to 0.5.6: * Fix PEP420 Implicit name space thanks @MocioF * Test Python 3.12 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorful?expand=0&rev=5 --- colorful-0.5.5.tar.gz | 3 --- colorful-0.5.6.tar.gz | 3 +++ python-colorful.changes | 7 +++++++ python-colorful.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 colorful-0.5.5.tar.gz create mode 100644 colorful-0.5.6.tar.gz diff --git a/colorful-0.5.5.tar.gz b/colorful-0.5.5.tar.gz deleted file mode 100644 index 2c82797..0000000 --- a/colorful-0.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef2da1d8b68762be5fabec5188c30230f95e813e9571318c61227158a5e62f6f -size 366498 diff --git a/colorful-0.5.6.tar.gz b/colorful-0.5.6.tar.gz new file mode 100644 index 0000000..96eb8e3 --- /dev/null +++ b/colorful-0.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0ae0dd5afc64c7c21cc6747ef738731667e45a75f733c30eb0892ee7165d3a +size 366563 diff --git a/python-colorful.changes b/python-colorful.changes index 8282ed9..23ab998 100644 --- a/python-colorful.changes +++ b/python-colorful.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 8 20:42:10 UTC 2024 - Dirk Müller + +- update to 0.5.6: + * Fix PEP420 Implicit name space thanks @MocioF + * Test Python 3.12 support + ------------------------------------------------------------------- Wed Jan 4 14:25:06 UTC 2023 - Dirk Müller diff --git a/python-colorful.spec b/python-colorful.spec index e48ec1e..8a0c96a 100644 --- a/python-colorful.spec +++ b/python-colorful.spec @@ -1,7 +1,7 @@ # # spec file for package python-colorful # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-colorful -Version: 0.5.5 +Version: 0.5.6 Release: 0 Summary: Terminal string styling done right, in Python License: MIT