aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-idna_2.10.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-07-09 23:00:36 +0800
committerKhem Raj <raj.khem@gmail.com>2020-07-12 19:04:17 -0700
commit76e896fea321bd996f4477c76b2f0069579acb19 (patch)
tree3ac9faaa88d8358f117cd1c7be8c4e12af13dc70 /meta-python/recipes-devtools/python/python3-idna_2.10.bb
parentc64a73b3edaaccde08be9d4f543c225f7e7bf686 (diff)
downloadmeta-openembedded-contrib-76e896fea321bd996f4477c76b2f0069579acb19.tar.gz
python3-idna: upgrade 2.9 -> 2.10
Main new features of idna release 2.10: - Update to Unicode 13.0.0. - Throws a more specific exception if "xn--" is provided as a label. - This is expected to be the last version that supports Python 2. See here for a full comparison: https://github.com/kjd/idna/commit/e5c11dbcd8dd32bb048b4dbdd344b49d18ecdf45 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-idna_2.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-idna_2.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.10.bb b/meta-python/recipes-devtools/python/python3-idna_2.10.bb
new file mode 100644
index 0000000000..a08ca714ac
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-idna_2.10.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-idna.inc