Revisions of python-webcolors
Ana Guerrero (anag+factory)
accepted
request 1194656
from
Dirk Mueller (dirkmueller)
(revision 12)
- 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.
Dominique Leuenberger (dimstar_suse)
accepted
request 1184088
from
Dirk Mueller (dirkmueller)
(revision 11)
- 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. - update to 24.6.0: * to use a CalVer version number was 24.6.0. * The API stability/deprecation policy for this library is as follows: * The supported stable public API of this library is the set of symbols which are exported by its __all__ declaration and which are documented in this documentation. For classes exported there, the supported stable public API is the set of methods and attributes of those classes whose names do not begin with one or more underscore (_) characters and which are documented in this documentation. * When a public API is to be removed, or undergo a backwards-
Ana Guerrero (anag+factory)
accepted
request 1110959
from
Factory Maintainer (factory-maintainer)
(revision 10)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 1084230
from
Dirk Mueller (dirkmueller)
(revision 9)
- 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
Dominique Leuenberger (dimstar_suse)
accepted
request 1081727
from
Dirk Mueller (dirkmueller)
(revision 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 1007458
from
Dirk Mueller (dirkmueller)
(revision 7)
- update to 1.12: * CI only fixes, no bug fixes or new features
Dominique Leuenberger (dimstar_suse)
accepted
request 783014
from
Dirk Mueller (dirkmueller)
(revision 6)
- 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.
Dominique Leuenberger (dimstar_suse)
accepted
request 731241
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
- Update to 1.10: * Similar to the change in version 1.9 which normalized conversions to named colors
Dominique Leuenberger (dimstar_suse)
accepted
request 709953
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
Dominique Leuenberger (dimstar_suse)
accepted
request 689881
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
Dominique Leuenberger (dimstar_suse)
accepted
request 659752
from
Matej Cepl (mcepl)
(revision 2)
Remove superfluous devel dependency for noarch package
Dominique Leuenberger (dimstar_suse)
accepted
request 531775
from
Todd R (TheBlackCat)
(revision 1)
Required by a bunch of python-sphinxcontrib packages.
Displaying all 12 revisions