15
0

- 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
This commit is contained in:
2023-01-04 14:25:19 +00:00
committed by Git OBS Bridge
parent f117d7efe4
commit e17cf41bb2
4 changed files with 14 additions and 5 deletions

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>