[Buildroot] [git commit] package/python-cssutils: bump version to 2.15.0

Julien Olivain ju.o at free.fr
Sun May 3 14:48:24 UTC 2026


commit: https://gitlab.com/buildroot.org/buildroot/-/commit/a2853852647730be1b2777bf778206f72c93b928
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master

https://github.com/jaraco/cssutils/blob/v2.15.0/NEWS.rst

Updated license hash due to upstream commit
https://github.com/jaraco/cssutils/commit/0ac56dd192a2d6d8c4dafb41c4701fbea2f844f0

Added dependency to host-python-coherent-licensed due to upstream commit
https://github.com/jaraco/cssutils/commit/d2b8d7750f78e870def98c4e04053af4acc86e29
which was first included in version 2.12.0.

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 package/python-cssutils/python-cssutils.hash | 6 +++---
 package/python-cssutils/python-cssutils.mk   | 8 +++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/package/python-cssutils/python-cssutils.hash b/package/python-cssutils/python-cssutils.hash
index 66c87904b4..96576f9717 100644
--- a/package/python-cssutils/python-cssutils.hash
+++ b/package/python-cssutils/python-cssutils.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/cssutils/json
-md5  c8c21e635454d9ca73b21892def35f55  cssutils-2.11.1.tar.gz
-sha256  0563a76513b6af6eebbe788c3bf3d01c920e46b3f90c8416738c5cfc773ff8e2  cssutils-2.11.1.tar.gz
+md5  8a90c28a2f037c525a25e5a2541fd9a5  cssutils-2.15.0.tar.gz
+sha256  e9739237f3915037dacba787c4b58f280e3ec5d9864953e185bf23d40ff7d021  cssutils-2.15.0.tar.gz
 # Locally computed sha256 checksums
-sha256  03c570a068086ee577dcd795519ea93462b2ed2fcb6dcc4dfce56a71a2fd6e5a  LICENSE
+sha256  b8f0d64361b0d6480ebd172c2c53c51e80745e41d69d612e4ffa35e85f8d822c  LICENSE
diff --git a/package/python-cssutils/python-cssutils.mk b/package/python-cssutils/python-cssutils.mk
index 0fc706780c..9b7a93ddd0 100644
--- a/package/python-cssutils/python-cssutils.mk
+++ b/package/python-cssutils/python-cssutils.mk
@@ -4,12 +4,14 @@
 #
 ################################################################################
 
-PYTHON_CSSUTILS_VERSION = 2.11.1
+PYTHON_CSSUTILS_VERSION = 2.15.0
 PYTHON_CSSUTILS_SOURCE = cssutils-$(PYTHON_CSSUTILS_VERSION).tar.gz
-PYTHON_CSSUTILS_SITE = https://files.pythonhosted.org/packages/33/9f/329d26121fe165be44b1dfff21aa0dc348f04633931f1d20ed6cf448a236
+PYTHON_CSSUTILS_SITE = https://files.pythonhosted.org/packages/01/00/7e89107ea389e952eea73b1b90ac6633e15a519c4a518ee90bb93a2f83dc
 PYTHON_CSSUTILS_LICENSE = LGPL-3.0+
 PYTHON_CSSUTILS_LICENSE_FILES = LICENSE
 PYTHON_CSSUTILS_SETUP_TYPE = setuptools
-PYTHON_CSSUTILS_DEPENDENCIES = host-python-setuptools-scm
+PYTHON_CSSUTILS_DEPENDENCIES = \
+	host-python-coherent-licensed \
+	host-python-setuptools-scm
 
 $(eval $(python-package))


More information about the buildroot mailing list