./www/py-webcolors, Library for working with color specifications for HTML and CSS

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 24.11.1, Package name: py312-webcolors-24.11.1, Maintainer: pkgsrc-users

webcolors is a Python module for working with HTML/CSS color definitions.
Support is included for the following formats (RGB colorspace only;
conversion to/from HSL can be handled by the ``colorsys`` module in
the Python standard library):

* Specification-defined color names

* Six-digit hexadecimal

* Three-digit hexadecimal

* Integer rgb() triplet

* Percentage rgb() triplet


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 44.008 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-16 11:32:21 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-webcolors: updated to 24.11.1

Version 24.11.1

* Correct an error with specifying the version in the 24.11.0 package. The
  version number of the package was accidentally defined in two places, and
  they were out of sync. The extra definition has been removed. The 24.11.0
  package has been yanked from PyPI to prevent problems.

Version 24.11.0

* Supported Python versions are now 3.9, 3.10, 3.11, 3.12, and 3.13.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-08-11 09:33:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-webcolors: updated to 24.8.0

Version 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.
   2024-06-11 08:31:46 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-webcolors: updated to 24.6.0

Version 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 <https://calver.org>`_.

* The raw mappings of color names/values are no longer publicly exposed; use
  the appropriate normalizing conversion functions instead of accessing the
  mappings directly.
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-04-23 13:00:22 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-webcolors: updated to 1.13

Version 1.13

No bug fixes or new features.

Other changes

* 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
  <https://peps.python.org/pep-0517/>`_ support from ``setuptools``.
   2022-09-05 13:24:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-webcolors: updated to 1.12

Version 1.12, released 2022-05-25
---------------------------------
No bug fixes or new features.

Other changes
* Supported Python versions are now 3.7, 3.8, 3.9, and 3.10.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS