package/python-aiorwlock: bump to version 1.4.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-09-14 14:59:58 -06:00 committed by Thomas Petazzoni
parent 534833edbf
commit 08a842aec7
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiorwlock/json
md5 28e4812a1d1d67a2be4370209ece5528 aiorwlock-1.3.0.tar.gz
sha256 83f12d87df4b9728a0b8fda1756585ab0d652b107bab59c6084e1b1ad692ab45 aiorwlock-1.3.0.tar.gz
md5 669ff2887392cfa393205cea23661c2f aiorwlock-1.4.0.tar.gz
sha256 4cea5bec4e9d03533a26919299394822a1422aa519bca9dd09178ec490f8d1cc aiorwlock-1.4.0.tar.gz
# Locally computed sha256 checksums
sha256 fa99ee9d7727194a9f8994c67d1948dc42e8e00ab809fd4a47acfae119d11403 LICENSE

View file

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AIORWLOCK_VERSION = 1.3.0
PYTHON_AIORWLOCK_VERSION = 1.4.0
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/77/fe/7027595f5e635ac1f597f7160a420e1f642a474576efb697001efea16bdc
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/ba/c5/882b4c89d71d6f9c7d0d8dee18d267025e71d4c3241eb3b16ab39105a0d1
PYTHON_AIORWLOCK_SETUP_TYPE = setuptools
PYTHON_AIORWLOCK_LICENSE = Apache-2.0
PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE