2024-11-16 11:32:21 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|