15
0

Accepting request 1137631 from devel:languages:python

- update to 0.5.6:
  * Fix PEP420 Implicit name space thanks @MocioF
  * Test Python 3.12 support

OBS-URL: https://build.opensuse.org/request/show/1137631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorful?expand=0&rev=3
This commit is contained in:
2024-01-09 19:49:34 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 8 20:42:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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