diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-02-24 04:45:09 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-02-24 04:45:09 +0800 |
commit | 111d7ae088545615aeb453cee20cf5e9f91c82c9 (patch) | |
tree | fedbb12f6a1c786dadc874d1449f92a97cec0650 /lang/python/python-idna | |
parent | 9c64725f3f1a5decfcfc912e522d056a6532dead (diff) |
python-idna: Update to 2.9
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-idna')
-rw-r--r-- | lang/python/python-idna/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile index d70ae3907..57b6d7abe 100644 --- a/lang/python/python-idna/Makefile +++ b/lang/python/python-idna/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-idna -PKG_VERSION:=2.8 -PKG_RELEASE:=2 +PKG_VERSION:=2.9 +PKG_RELEASE:=1 PYPI_NAME:=idna -PKG_HASH:=c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 +PKG_HASH:=7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.rst |