package/python-argon2-cffi: bump to version 23.1.0

Migrate to new hatchling pep517 build backend.

License hash changed due to adding contributors:
1133f3c2ba

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2023-11-04 18:10:09 -06:00 committed by Arnout Vandecappelle
parent 9b4efc44fa
commit b1506a904c
2 changed files with 11 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/argon2-cffi/json
md5 b7843e8690c790f8e743d37bb75c25a8 argon2-cffi-21.3.0.tar.gz
sha256 d384164d944190a7dd7ef22c6aa3ff197da12962bd04b17f64d4e93d934dba5b argon2-cffi-21.3.0.tar.gz
md5 7371c126f21a895b33c4fe7e00ac6fc1 argon2_cffi-23.1.0.tar.gz
sha256 879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08 argon2_cffi-23.1.0.tar.gz
# Locally computed sha256 checksums
sha256 bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863 LICENSE
sha256 b6944d386e87ccf49d9632da083685a4b7624733e686a7fe283dd2d428341d77 LICENSE

View File

@ -4,11 +4,15 @@
#
################################################################################
PYTHON_ARGON2_CFFI_VERSION = 21.3.0
PYTHON_ARGON2_CFFI_SOURCE = argon2-cffi-$(PYTHON_ARGON2_CFFI_VERSION).tar.gz
PYTHON_ARGON2_CFFI_SITE = https://files.pythonhosted.org/packages/3f/18/20bb5b6bf55e55d14558b57afc3d4476349ab90e0c43e60f27a7c2187289
PYTHON_ARGON2_CFFI_SETUP_TYPE = flit
PYTHON_ARGON2_CFFI_VERSION = 23.1.0
PYTHON_ARGON2_CFFI_SOURCE = argon2_cffi-$(PYTHON_ARGON2_CFFI_VERSION).tar.gz
PYTHON_ARGON2_CFFI_SITE = https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f
PYTHON_ARGON2_CFFI_SETUP_TYPE = pep517
PYTHON_ARGON2_CFFI_LICENSE = MIT
PYTHON_ARGON2_CFFI_LICENSE_FILES = LICENSE
PYTHON_ARGON2_CFFI_DEPENDENCIES = \
host-python-hatchling \
host-python-hatch-fancy-pypi-readme \
host-python-hatch-vcs
$(eval $(python-package))