From cf871bdc3fb25e417201555e275e49969ff54c83 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 1 Mar 2019 14:54:57 -0300 Subject: python-idna: Upgrade 2.7 -> 2.8 Signed-off-by: Otavio Salvador Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-idna.inc | 4 ++-- meta-python/recipes-devtools/python/python-idna_2.7.bb | 2 -- meta-python/recipes-devtools/python/python-idna_2.8.bb | 2 ++ meta-python/recipes-devtools/python/python3-idna_2.7.bb | 2 -- meta-python/recipes-devtools/python/python3-idna_2.8.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-idna_2.7.bb create mode 100644 meta-python/recipes-devtools/python/python-idna_2.8.bb delete mode 100644 meta-python/recipes-devtools/python/python3-idna_2.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-idna_2.8.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc index 519812ddc6..13b0cdb624 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" LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd" -SRC_URI[md5sum] = "0e5bb69018ddef1b9d95f681182be82c" -SRC_URI[sha256sum] = "684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16" +SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1" +SRC_URI[sha256sum] = "c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407" RDEPENDS_${PN}_class-target = "\ ${PYTHON_PN}-codecs \ diff --git a/meta-python/recipes-devtools/python/python-idna_2.7.bb b/meta-python/recipes-devtools/python/python-idna_2.7.bb deleted file mode 100644 index 2dcf72a292..0000000000 --- a/meta-python/recipes-devtools/python/python-idna_2.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-idna.inc diff --git a/meta-python/recipes-devtools/python/python-idna_2.8.bb b/meta-python/recipes-devtools/python/python-idna_2.8.bb new file mode 100644 index 0000000000..2dcf72a292 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-idna_2.8.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-idna.inc diff --git a/meta-python/recipes-devtools/python/python3-idna_2.7.bb b/meta-python/recipes-devtools/python/python3-idna_2.7.bb deleted file mode 100644 index a08ca714ac..0000000000 --- a/meta-python/recipes-devtools/python/python3-idna_2.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-idna.inc diff --git a/meta-python/recipes-devtools/python/python3-idna_2.8.bb b/meta-python/recipes-devtools/python/python3-idna_2.8.bb new file mode 100644 index 0000000000..a08ca714ac --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-idna_2.8.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-idna.inc -- cgit 1.2.3-korg