pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-webcolors
Module Name: pkgsrc
Committed By: adam
Date: Tue Jun 11 06:31:46 UTC 2024
Modified Files:
pkgsrc/www/py-webcolors: Makefile PLIST distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-webcolors/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-webcolors/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-webcolors/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-webcolors/Makefile
diff -u pkgsrc/www/py-webcolors/Makefile:1.14 pkgsrc/www/py-webcolors/Makefile:1.15
--- pkgsrc/www/py-webcolors/Makefile:1.14 Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-webcolors/Makefile Tue Jun 11 06:31:46 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/10/28 19:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/06/11 06:31:46 adam Exp $
-DISTNAME= webcolors-1.13
+DISTNAME= webcolors-24.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webcolors/}
Index: pkgsrc/www/py-webcolors/PLIST
diff -u pkgsrc/www/py-webcolors/PLIST:1.6 pkgsrc/www/py-webcolors/PLIST:1.7
--- pkgsrc/www/py-webcolors/PLIST:1.6 Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-webcolors/PLIST Tue Jun 11 06:31:46 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2023/10/28 19:57:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/06/11 06:31:46 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -7,18 +7,18 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
${PYSITELIB}/webcolors/__init__.py
${PYSITELIB}/webcolors/__init__.pyc
${PYSITELIB}/webcolors/__init__.pyo
-${PYSITELIB}/webcolors/constants.py
-${PYSITELIB}/webcolors/constants.pyc
-${PYSITELIB}/webcolors/constants.pyo
-${PYSITELIB}/webcolors/conversion.py
-${PYSITELIB}/webcolors/conversion.pyc
-${PYSITELIB}/webcolors/conversion.pyo
-${PYSITELIB}/webcolors/html5.py
-${PYSITELIB}/webcolors/html5.pyc
-${PYSITELIB}/webcolors/html5.pyo
-${PYSITELIB}/webcolors/normalization.py
-${PYSITELIB}/webcolors/normalization.pyc
-${PYSITELIB}/webcolors/normalization.pyo
-${PYSITELIB}/webcolors/types.py
-${PYSITELIB}/webcolors/types.pyc
-${PYSITELIB}/webcolors/types.pyo
+${PYSITELIB}/webcolors/_conversion.py
+${PYSITELIB}/webcolors/_conversion.pyc
+${PYSITELIB}/webcolors/_conversion.pyo
+${PYSITELIB}/webcolors/_definitions.py
+${PYSITELIB}/webcolors/_definitions.pyc
+${PYSITELIB}/webcolors/_definitions.pyo
+${PYSITELIB}/webcolors/_html5.py
+${PYSITELIB}/webcolors/_html5.pyc
+${PYSITELIB}/webcolors/_html5.pyo
+${PYSITELIB}/webcolors/_normalization.py
+${PYSITELIB}/webcolors/_normalization.pyc
+${PYSITELIB}/webcolors/_normalization.pyo
+${PYSITELIB}/webcolors/_types.py
+${PYSITELIB}/webcolors/_types.pyc
+${PYSITELIB}/webcolors/_types.pyo
Index: pkgsrc/www/py-webcolors/distinfo
diff -u pkgsrc/www/py-webcolors/distinfo:1.9 pkgsrc/www/py-webcolors/distinfo:1.10
--- pkgsrc/www/py-webcolors/distinfo:1.9 Sun Apr 23 11:00:22 2023
+++ pkgsrc/www/py-webcolors/distinfo Tue Jun 11 06:31:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/04/23 11:00:22 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/06/11 06:31:46 adam Exp $
-BLAKE2s (webcolors-1.13.tar.gz) = c2e856787772b9c61d3b342ddb76ca38a00e0d2a7459b42d715f814693b90e0a
-SHA512 (webcolors-1.13.tar.gz) = 074aaf135ac6b0025b88b731d1d6dfa4c539b4fff7195658cc58a4326bb9f0449a231685d312b4a1ec48ca535a838bfa5c680787fe0e61473a2a092c448937d0
-Size (webcolors-1.13.tar.gz) = 41152 bytes
+BLAKE2s (webcolors-24.6.0.tar.gz) = 28190319c4bd4c7532dc3d8364113ef77688eab0ebf66085cbd1f6a0f505cb84
+SHA512 (webcolors-24.6.0.tar.gz) = 22b4eda3c6b0c06c6cb5873f22b63227db4d1f87c8c673556be8a2f58ea4b27aedd1b115b882602a07d997066c973c1b64ba8162abf538fae96ff54e00f699a5
+Size (webcolors-24.6.0.tar.gz) = 41449 bytes
Home |
Main Index |
Thread Index |
Old Index