mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-filelock: bump to version 3.16.0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
8114723b43
commit
8f5d46c212
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/filelock/json
|
||||
md5 368d00d1946b89c910d4bf1da68b5a66 filelock-3.13.1.tar.gz
|
||||
sha256 521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e filelock-3.13.1.tar.gz
|
||||
md5 b630d3af1f7347fde354f82e0f190411 filelock-3.16.0.tar.gz
|
||||
sha256 81de9eb8453c769b63369f87f11131a7ab04e367f8d97ad39dc230daa07e3bec filelock-3.16.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 88d9b4eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FILELOCK_VERSION = 3.13.1
|
||||
PYTHON_FILELOCK_VERSION = 3.16.0
|
||||
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/70/70/41905c80dcfe71b22fb06827b8eae65781783d4a14194bce79d16a013263
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/e6/76/3981447fd369539aba35797db99a8e2ff7ed01d9aa63e9344a31658b8d81
|
||||
PYTHON_FILELOCK_SETUP_TYPE = pep517
|
||||
PYTHON_FILELOCK_LICENSE = Public Domain
|
||||
PYTHON_FILELOCK_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user