From c97c59897de443f453263f879afe0ce46f112e7a Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 12 Nov 2019 19:23:39 -0500 Subject: python3-itsdangerous: upgrade from 0.24 to 1.1.0 Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-itsdangerous.inc | 6 +++--- meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb | 6 ------ meta-python/recipes-devtools/python/python-itsdangerous_1.1.0.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | 6 ------ meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb | 6 ++++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb create mode 100644 meta-python/recipes-devtools/python/python-itsdangerous_1.1.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb create mode 100644 meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-itsdangerous.inc b/meta-python/recipes-devtools/python/python-itsdangerous.inc index 84f9e7742d..241786a7c8 100644 --- a/meta-python/recipes-devtools/python/python-itsdangerous.inc +++ b/meta-python/recipes-devtools/python/python-itsdangerous.inc @@ -1,10 +1,10 @@ SUMMARY = "Various helpers to pass trusted data to untrusted environments and back." HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=370799bf709a1e4a6a369fa089ac73a6" -SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f" -SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519" +SRC_URI[md5sum] = "9b7f5afa7f1e3acfb7786eeca3d99307" +SRC_URI[sha256sum] = "321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19" CLEANBROKEN = "1" diff --git a/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb deleted file mode 100644 index 8c99cb4ca7..0000000000 --- a/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools -require python-itsdangerous.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-zlib \ -" diff --git a/meta-python/recipes-devtools/python/python-itsdangerous_1.1.0.bb b/meta-python/recipes-devtools/python/python-itsdangerous_1.1.0.bb new file mode 100644 index 0000000000..8c99cb4ca7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-itsdangerous_1.1.0.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools +require python-itsdangerous.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-zlib \ +" diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb deleted file mode 100644 index a71c20f0e0..0000000000 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools3 -require python-itsdangerous.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-compression \ -" diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb new file mode 100644 index 0000000000..a71c20f0e0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools3 +require python-itsdangerous.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-compression \ +" -- cgit v1.2.3-54-g00ecf