15
0

- update to 24.8.0:

* Added the :func:`~webcolors.names` function to allow
    retrieving lists of color names. The underlying mappings of
    color names/values still are not supported API; to obtain the
    color value corresponding to a name, use the appropriate
    conversion function.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=26
This commit is contained in:
2024-08-19 07:42:47 +00:00
committed by Git OBS Bridge
parent 42cef3530b
commit b1461d6373
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 19 07:42:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.8.0:
* Added the :func:`~webcolors.names` function to allow
retrieving lists of color names. The underlying mappings of
color names/values still are not supported API; to obtain the
color value corresponding to a name, use the appropriate
conversion function.
-------------------------------------------------------------------
Sun Jun 30 09:14:36 UTC 2024 - Dirk Müller <dmueller@suse.com>