From 76e896fea321bd996f4477c76b2f0069579acb19 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Jul 2020 23:00:36 +0800 Subject: 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-idna_2.10.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-idna_2.10.bb (limited to 'meta-python/recipes-devtools/python/python3-idna_2.10.bb') 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 -- cgit v1.2.3-54-g00ecf