package/python-jmespath: bump to version 1.0.0

While at it, remove the md5 hash as there is already a sha256 hash.

Changelog: https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Raphaël Mélotte 2022-06-14 18:47:54 +02:00 committed by Thomas Petazzoni
parent dfa0c8e3a8
commit d7ec0f7e97
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,4 @@
# md5, sha256 from https://pypi.org/pypi/jmespath/json
md5 65bdcb5fa5bcf1cc710ffa508e78e408 jmespath-0.10.0.tar.gz
sha256 b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9 jmespath-0.10.0.tar.gz
# sha256 from https://pypi.org/pypi/jmespath/json
sha256 a490e280edd1f57d6de88636992d05b71e97d69a26a19f058ecf7d304474bf5e jmespath-1.0.0.tar.gz
# Locally computed sha256 checksums
sha256 66b313cce80ed0623fc7db3f24863a0c80fd83eb341a46b57864158ae74faa56 LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_JMESPATH_VERSION = 0.10.0
PYTHON_JMESPATH_VERSION = 1.0.0
PYTHON_JMESPATH_SOURCE = jmespath-$(PYTHON_JMESPATH_VERSION).tar.gz
PYTHON_JMESPATH_SITE = https://files.pythonhosted.org/packages/3c/56/3f325b1eef9791759784aa5046a8f6a1aff8f7c898a2e34506771d3b99d8
PYTHON_JMESPATH_SITE = https://files.pythonhosted.org/packages/06/7e/44686b986ef9ca6069db224651baaa8300b93af2a085a5b135997bf659b3
PYTHON_JMESPATH_SETUP_TYPE = setuptools
PYTHON_JMESPATH_LICENSE = MIT
PYTHON_JMESPATH_LICENSE_FILES = LICENSE.txt