package/python-aiorwlock: bump to version 1.1.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
James Hilliard 2021-10-06 17:08:54 -06:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 16b76aefe2
commit 40a518cbda
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 8d89ed0d80820aad8d9320204779fd62 aiorwlock-1.0.0.tar.gz
sha256 4f773e31d78037e3ec27056a22200af482768b43da66e2cc33dd64aa5ea6518a aiorwlock-1.0.0.tar.gz
md5 066260ea2c6798f6e18258d4430031bb aiorwlock-1.1.0.tar.gz
sha256 2aaf1d1cc995abfd5b2f07ca0e9b5c23bd369517c75495a347eb5896bc307f29 aiorwlock-1.1.0.tar.gz
# Locally computed sha256 checksums
sha256 fa99ee9d7727194a9f8994c67d1948dc42e8e00ab809fd4a47acfae119d11403 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AIORWLOCK_VERSION = 1.0.0
PYTHON_AIORWLOCK_VERSION = 1.1.0
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/40/af/e55b3266352f3383c723e0a3304b0df46a59dfc6235b0b1a0a416afd60c1
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/ca/e5/3221d49edb432024f6b1b7e9e36cad6363601973375667477f2130d5da7d
PYTHON_AIORWLOCK_SETUP_TYPE = setuptools
PYTHON_AIORWLOCK_LICENSE = Apache-2.0
PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE