Browse Source

Merge pull request #12644 from jefferyto/python-idna-2.10

python-idna: Update to 2.10
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
e25c37e2da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/python-idna/Makefile

+ 3
- 3
lang/python/python-idna/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-idna
PKG_VERSION:=2.9
PKG_RELEASE:=2
PKG_VERSION:=2.10
PKG_RELEASE:=1
PYPI_NAME:=idna
PKG_HASH:=7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb
PKG_HASH:=b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.rst


Loading…
Cancel
Save