diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-09 23:00:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-12 19:04:17 -0700 |
commit | 76e896fea321bd996f4477c76b2f0069579acb19 (patch) | |
tree | 3ac9faaa88d8358f117cd1c7be8c4e12af13dc70 /meta-python | |
parent | c64a73b3edaaccde08be9d4f543c225f7e7bf686 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-idna.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-idna_2.10.bb (renamed from meta-python/recipes-devtools/python/python3-idna_2.9.bb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc index adf26e0279..4968f10726 100644 --- a/meta-python/recipes-devtools/python/python-idna.inc +++ b/meta-python/recipes-devtools/python/python-idna.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/kjd/idna" | |||
3 | LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" | 3 | LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=cf36c8682cc154d2d4aa57bd6246b9a1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=cf36c8682cc154d2d4aa57bd6246b9a1" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "870b8b80267f00f0faf1b7ba4bdbf14e" | 6 | SRC_URI[md5sum] = "7a910c706db30d758f377db2762c0f9a" |
7 | SRC_URI[sha256sum] = "7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb" | 7 | SRC_URI[sha256sum] = "b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6" |
8 | 8 | ||
9 | RDEPENDS_${PN}_class-target = "\ | 9 | RDEPENDS_${PN}_class-target = "\ |
10 | ${PYTHON_PN}-codecs \ | 10 | ${PYTHON_PN}-codecs \ |
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.9.bb b/meta-python/recipes-devtools/python/python3-idna_2.10.bb index a08ca714ac..a08ca714ac 100644 --- a/meta-python/recipes-devtools/python/python3-idna_2.9.bb +++ b/meta-python/recipes-devtools/python/python3-idna_2.10.bb | |||