package/python-filelock: bump to version 3.9.0

Migrate from setuptools to hatchling pep517 build backend.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard 2023-01-08 21:06:02 -07:00 committed by Yann E. MORIN
parent 203cf2d8b7
commit 9b88d0f7b9
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/filelock/json
md5 d66099b8823ebbdd980cde0dae8f7341 filelock-3.8.2.tar.gz
sha256 7565f628ea56bfcd8e54e42bdc55da899c85c1abfe1b5bcfd147e9188cebb3b2 filelock-3.8.2.tar.gz
md5 40eeb4a2963e1b07b8eab12b5db08418 filelock-3.9.0.tar.gz
sha256 7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de filelock-3.9.0.tar.gz
# Locally computed sha256 checksums
sha256 88d9b4eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd LICENSE

View File

@ -4,11 +4,12 @@
#
################################################################################
PYTHON_FILELOCK_VERSION = 3.8.2
PYTHON_FILELOCK_VERSION = 3.9.0
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/d8/73/292d9ea2370840a163e6dd2d2816a571244e9335e2f6ad957bf0527c492f
PYTHON_FILELOCK_SETUP_TYPE = setuptools
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/0b/dc/eac02350f06c6ed78a655ceb04047df01b02c6b7ea3fc02d4df24ca87d24
PYTHON_FILELOCK_SETUP_TYPE = pep517
PYTHON_FILELOCK_LICENSE = Public Domain
PYTHON_FILELOCK_LICENSE_FILES = LICENSE
PYTHON_FILELOCK_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
$(eval $(python-package))