aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2023-04-17 20:46:40 +0800
committerRosen Penev <rosenp@gmail.com>2023-04-25 07:48:47 +0300
commit743204ff2dc5f170ea40b13159b9a061112fc363 (patch)
tree0373ef73d01d64f61aa6dfcdff6d5cfb778e1d42
parent36587eced2530575d493a2561463f232ba8ee795 (diff)
python-idna: Update to 3.4
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r--lang/python/python-idna/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile
index 0844a87c1..ee8738a61 100644
--- a/lang/python/python-idna/Makefile
+++ b/lang/python/python-idna/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2015-2019 OpenWrt.org
+# Copyright (C) 2015-2016, 2018-2020, 2023 Jeffery To
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,16 +8,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-idna
-PKG_VERSION:=3.3
-PKG_RELEASE:=2
+PKG_VERSION:=3.4
+PKG_RELEASE:=1
PYPI_NAME:=idna
-PKG_HASH:=9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
+PKG_HASH:=814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.rst
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
+PKG_BUILD_DEPENDS:=python-flit-core/host
+
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk