package/python-frozenlist: bump to version 1.5.0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
02193bb832
commit
3837323377
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# md5, sha256 from https://pypi.org/pypi/frozenlist/json
|
||||
md5 e64b421e8e571623695cd414515f0081 frozenlist-1.4.1.tar.gz
|
||||
sha256 c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b frozenlist-1.4.1.tar.gz
|
||||
md5 0882f528872840df39091fb5085e258a frozenlist-1.5.0.tar.gz
|
||||
sha256 81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817 frozenlist-1.5.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6 LICENSE
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FROZENLIST_VERSION = 1.4.1
|
||||
PYTHON_FROZENLIST_VERSION = 1.5.0
|
||||
PYTHON_FROZENLIST_SOURCE = frozenlist-$(PYTHON_FROZENLIST_VERSION).tar.gz
|
||||
PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/cf/3d/2102257e7acad73efc4a0c306ad3953f68c504c16982bbdfee3ad75d8085
|
||||
PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3
|
||||
PYTHON_FROZENLIST_SETUP_TYPE = pep517
|
||||
PYTHON_FROZENLIST_LICENSE = Apache-2.0
|
||||
PYTHON_FROZENLIST_LICENSE_FILES = LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue