package/python-aiorwlock: bump version to 1.5.1

https://github.com/aio-libs/aiorwlock/blob/v1.5.1/CHANGES.rst

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-03-14 15:05:00 +01:00
committed by Julien Olivain
parent 9e08e5029f
commit bdacb1a483
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, sha256 from https://pypi.org/pypi/aiorwlock/json
md5 094d8676f4fa812ab35225e3737edbc8 aiorwlock-1.5.0.tar.gz md5 10074451350706f9e4150d6ee497a6db aiorwlock-1.5.1.tar.gz
sha256 b529da24da659bdedcf68faf216595bde00db228c905197ac554773620e7fd2f aiorwlock-1.5.0.tar.gz sha256 2729c77ec736c8d85ec305aa3827a50394fd8c6d823f4404d301cc8c59a4b7f5 aiorwlock-1.5.1.tar.gz
# Locally computed sha256 checksums # Locally computed sha256 checksums
sha256 fa99ee9d7727194a9f8994c67d1948dc42e8e00ab809fd4a47acfae119d11403 LICENSE sha256 fa99ee9d7727194a9f8994c67d1948dc42e8e00ab809fd4a47acfae119d11403 LICENSE

View File

@@ -4,9 +4,9 @@
# #
################################################################################ ################################################################################
PYTHON_AIORWLOCK_VERSION = 1.5.0 PYTHON_AIORWLOCK_VERSION = 1.5.1
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/c5/bf/d1ddcd676be027a963b3b01fdf9915daf4590b4dfd03bf1c8c2858aac7e3 PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/6b/65/316cdc82c1b92953235ced1c71a3763f0cd9273c3bec5db60bdb5ad59bfe
PYTHON_AIORWLOCK_SETUP_TYPE = poetry PYTHON_AIORWLOCK_SETUP_TYPE = poetry
PYTHON_AIORWLOCK_LICENSE = Apache-2.0 PYTHON_AIORWLOCK_LICENSE = Apache-2.0
PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE