mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/python-validators: bump version to 0.15.0
Upstream dropped python 2.x support, so add a dependency on python3:
f8608f4537
And adjust the .hash spacing for the new agreements.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
d682a3aeb9
commit
75b833bad0
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_VALIDATORS_VERSION = 0.14.2
|
||||
PYTHON_VALIDATORS_VERSION = 0.15.0
|
||||
PYTHON_VALIDATORS_SOURCE = validators-$(PYTHON_VALIDATORS_VERSION).tar.gz
|
||||
PYTHON_VALIDATORS_SITE = https://files.pythonhosted.org/packages/4d/56/9b48c918ef118ea12b90f227c4498ed4703b418bdd8fb49479dfcbeae4ef
|
||||
PYTHON_VALIDATORS_SITE = https://files.pythonhosted.org/packages/c4/4a/4f9c892f9a9f08ee5f99c32bbd4297499099c2c5f7eff8c617a57d31a7d8
|
||||
PYTHON_VALIDATORS_SETUP_TYPE = setuptools
|
||||
PYTHON_VALIDATORS_LICENSE = MIT
|
||||
PYTHON_VALIDATORS_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user