package/python-future: bump to version 1.0.0
License hash changed due to date update:
6eef83de7d
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e908b2d531
commit
67562a9f1e
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# md5, sha256 from https://pypi.org/pypi/future/json
|
||||
md5 dedcb70d14b23388670d54145aab8be4 future-0.18.3.tar.gz
|
||||
sha256 34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307 future-0.18.3.tar.gz
|
||||
md5 028bd8af5a7dd853fd12c8bf627236a9 future-1.0.0.tar.gz
|
||||
sha256 bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05 future-1.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 916e561392d48471b9c23437f56e2652f320cb3b119ceaa162edf41016f746b9 LICENSE.txt
|
||||
sha256 beba04103c3a9fff928b59c77d5fbeb03a3e4bd0d7ac3d1e1f8994a21e30ee3b LICENSE.txt
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FUTURE_VERSION = 0.18.3
|
||||
PYTHON_FUTURE_VERSION = 1.0.0
|
||||
PYTHON_FUTURE_SOURCE = future-$(PYTHON_FUTURE_VERSION).tar.gz
|
||||
PYTHON_FUTURE_SITE = https://files.pythonhosted.org/packages/8f/2e/cf6accf7415237d6faeeebdc7832023c90e0282aa16fd3263db0eb4715ec
|
||||
PYTHON_FUTURE_SITE = https://files.pythonhosted.org/packages/a7/b2/4140c69c6a66432916b26158687e821ba631a4c9273c474343badf84d3ba
|
||||
PYTHON_FUTURE_SETUP_TYPE = setuptools
|
||||
PYTHON_FUTURE_LICENSE = MIT
|
||||
PYTHON_FUTURE_LICENSE_FILES = LICENSE.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue