mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/python-cssutils: bump version to 2.15.0
https://github.com/jaraco/cssutils/blob/v2.15.0/NEWS.rst Updated license hash due to upstream commit0ac56dd192Added dependency to host-python-coherent-licensed due to upstream commitd2b8d7750fwhich was first included in version 2.12.0. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
35473bc31e
commit
a285385264
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user