mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-filelock: bump version to 3.25.2
https://github.com/tox-dev/filelock/blob/3.25.2/docs/changelog.rst
Upstream switched license to MIT:
4aac7862f5
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d92aa484d7
commit
eafd8fb98d
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/filelock/json
|
||||
md5 c422db4828e34fcadac68449fafd5cb2 filelock-3.20.2.tar.gz
|
||||
sha256 a2241ff4ddde2a7cebddf78e39832509cb045d18ec1a09d7248d6bfc6bfbbe64 filelock-3.20.2.tar.gz
|
||||
md5 c0e50eab0beb1642dca5bae6246a2b54 filelock-3.25.2.tar.gz
|
||||
sha256 b64ece2b38f4ca29dd3e810287aa8c48182bbecd1ae6e9ae126c9b35f1382694 filelock-3.25.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 88d9b4eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd LICENSE
|
||||
sha256 608c89d5060ae9921adccf3236695bc654a9946e12323ef6c021dfa04e294d48 LICENSE
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FILELOCK_VERSION = 3.20.2
|
||||
PYTHON_FILELOCK_VERSION = 3.25.2
|
||||
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/c1/e0/a75dbe4bca1e7d41307323dad5ea2efdd95408f74ab2de8bd7dba9b51a1a
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/94/b8/00651a0f559862f3bb7d6f7477b192afe3f583cc5e26403b44e59a55ab34
|
||||
PYTHON_FILELOCK_SETUP_TYPE = hatch
|
||||
PYTHON_FILELOCK_LICENSE = Public Domain
|
||||
PYTHON_FILELOCK_LICENSE = MIT
|
||||
PYTHON_FILELOCK_LICENSE_FILES = LICENSE
|
||||
PYTHON_FILELOCK_DEPENDENCIES = host-python-hatch-vcs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user