From db9b1ea86af6e5a4f338bdda7076ba5a37597fd4 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 3 Feb 2017 11:45:39 -0500 Subject: python-idna: update to version 2.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-idna.inc | 4 ++-- meta-python/recipes-devtools/python/python-idna_2.1.bb | 2 -- meta-python/recipes-devtools/python/python-idna_2.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-idna_2.1.bb | 2 -- meta-python/recipes-devtools/python/python3-idna_2.2.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-idna_2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-idna_2.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-idna_2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-idna_2.2.bb diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc index 8e1fcb42b1..ba5e341d52 100644 --- a/meta-python/recipes-devtools/python/python-idna.inc +++ b/meta-python/recipes-devtools/python/python-idna.inc @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kjd/idna" LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=134bdad79491c37bdae32811572b4bc6" -SRC_URI[md5sum] = "f6473caa9c5e0cc1ad3fd5d04c3c114b" -SRC_URI[sha256sum] = "ed36f281aebf3cd0797f163bb165d84c31507cedd15928b095b1675e2d04c676" +SRC_URI[md5sum] = "e2d3f8a45d3d048a653eb186896e9e3e" +SRC_URI[sha256sum] = "0ac27740937d86850010e035c6a10a564158a5accddf1aa24df89b0309252426" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-idna_2.1.bb b/meta-python/recipes-devtools/python/python-idna_2.1.bb deleted file mode 100644 index 2dcf72a292..0000000000 --- a/meta-python/recipes-devtools/python/python-idna_2.1.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.2.bb b/meta-python/recipes-devtools/python/python-idna_2.2.bb new file mode 100644 index 0000000000..2dcf72a292 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-idna_2.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-idna.inc diff --git a/meta-python/recipes-devtools/python/python3-idna_2.1.bb b/meta-python/recipes-devtools/python/python3-idna_2.1.bb deleted file mode 100644 index a08ca714ac..0000000000 --- a/meta-python/recipes-devtools/python/python3-idna_2.1.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.2.bb b/meta-python/recipes-devtools/python/python3-idna_2.2.bb new file mode 100644 index 0000000000..a08ca714ac --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-idna_2.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-idna.inc -- cgit v1.2.3-54-g00ecf