2aecc379d5
- 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.
Dirk Mueller2024-08-19 07:42:47 +00:00
42cef3530b
- update to 24.6.0: * Supported Python versions are now 3.8, 3.9, 3.10, and 3.11. * Running the unit tests no longer uses a third-party test runner; the standard-library unittest module's runner is used instead. * Documentation of the HTML5 color algorithms has been updated to emphasize which HTML5 spec is used (the WHATWG spec, which is now the only canonical and maintained HTML5 spec) and comments in the implementations have been updated to include the latest prose description of the HTML5 algorithms from the spec. These updates do not change the behavior of the HTML5 algorithms, and are only for clarity of documentation and explanation. * Adopted CalVer versioning. * The raw mappings of color names/values are no longer publicly exposed; use the appropriate normalizing conversion functions instead of accessing the mappings directly.
Dirk Mueller2024-06-30 09:15:49 +00:00
912cd24f9f
Accepting request 1110959 from devel:languages:python
Ana Guerrero2023-09-14 14:24:56 +00:00
f78a884671
- Include in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)
Dirk Mueller2023-09-06 21:46:56 +00:00
a291ff1bca
- update to 1.13: * Supported Python versions are now 3.7, 3.8, 3.9, 3.10, and 3.11. The codebase was significantly reorganized and modernized. Public API is unchanged. Imports should continue to be directly from the top-level `webcolors module; attempting to import from submodules is not supported. * Now packaging declaratively via pyproject.toml with PEP 517
Dirk Mueller2023-05-03 09:21:30 +00:00
27037de98e
- update to 1.11.1: * Python 2 has reached the end of its support cycle from the Python core team; accordingly, Python 2 support is dropped. Supported Python versions are now 3.5, 3.6, 3.7, and 3.8.
Dirk Mueller2020-03-09 16:18:53 +00:00
db2e5808eb
- Update to 1.10: * Similar to the change in version 1.9 which normalized conversions to named colors
Tomáš Chvátal
2019-09-16 10:19:52 +00:00