mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/python-validators: bump to version 0.22.0
- python-decorator is not a runtime dependency sinceb6255c4908
- Replace https://github.com/kvesteri/validators by https://python-validators.github.io/validators - Update hash of LICENSE file (update in year with2e0d0ec703
) https://github.com/python-validators/validators/blob/0.22.0/CHANGES.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
de8256e3f8
commit
280d06236e
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_VALIDATORS
|
||||
bool "python-validators"
|
||||
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
||||
help
|
||||
Python Data Validation for Humans.
|
||||
|
||||
https://github.com/kvesteri/validators
|
||||
https://python-validators.github.io/validators
|
||||
|
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/validators/json
|
||||
md5 f03b5acb91079450bae664726ae01948 validators-0.20.0.tar.gz
|
||||
sha256 24148ce4e64100a2d5e267233e23e7afeb55316b47d30faae7eb6e7292bc226a validators-0.20.0.tar.gz
|
||||
md5 e7b36d935ebafe149629146cbfe5b0c8 validators-0.22.0.tar.gz
|
||||
sha256 77b2689b172eeeb600d9605ab86194641670cdb73b60afd577142a9397873370 validators-0.22.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a7fd9d761c7ca1c6508b9baf030f6e21f5752d1caea3e49a270634aa9ef01e6f LICENSE
|
||||
sha256 7c1bdc4712afecb46d402ec79da0ea2877811711e76dbaf1e425ee0b0e331b1f LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_VALIDATORS_VERSION = 0.20.0
|
||||
PYTHON_VALIDATORS_VERSION = 0.22.0
|
||||
PYTHON_VALIDATORS_SOURCE = validators-$(PYTHON_VALIDATORS_VERSION).tar.gz
|
||||
PYTHON_VALIDATORS_SITE = https://files.pythonhosted.org/packages/95/14/ed0af6865d378cfc3c504aed0d278a890cbefb2f1934bf2dbe92ecf9d6b1
|
||||
PYTHON_VALIDATORS_SITE = https://files.pythonhosted.org/packages/9b/21/40a249498eee5a244a017582c06c0af01851179e2617928063a3d628bc8f
|
||||
PYTHON_VALIDATORS_SETUP_TYPE = setuptools
|
||||
PYTHON_VALIDATORS_LICENSE = MIT
|
||||
PYTHON_VALIDATORS_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user