From 857c6b35c6d0317f5a3ad3a15dd29b2afe297859 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 13 Nov 2019 16:44:15 +0800 Subject: python-cffi: upgrade 1.13.1 -> 1.13.2 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cffi.inc | 4 ++-- meta-python/recipes-devtools/python/python-cffi_1.13.1.bb | 6 ------ meta-python/recipes-devtools/python/python-cffi_1.13.2.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-cffi_1.13.1.bb | 2 -- meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cffi_1.13.1.bb create mode 100644 meta-python/recipes-devtools/python/python-cffi_1.13.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cffi_1.13.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index df4f7a405c..a2b0c3bb0c 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc @@ -4,8 +4,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" DEPENDS += "libffi ${PYTHON_PN}-pycparser" -SRC_URI[md5sum] = "824ad9f228fbc6ce203c334e2ff4ab8f" -SRC_URI[sha256sum] = "558b3afef987cf4b17abd849e7bedf64ee12b28175d564d05b628a0f9355599b" +SRC_URI[md5sum] = "652203cf99faa254efff7fab23c2f3a2" +SRC_URI[sha256sum] = "599a1e8ff057ac530c9ad1778293c665cb81a791421f46922d80a86473c13346" RDEPENDS_${PN}_class-target = " \ ${PYTHON_PN}-ctypes \ diff --git a/meta-python/recipes-devtools/python/python-cffi_1.13.1.bb b/meta-python/recipes-devtools/python/python-cffi_1.13.1.bb deleted file mode 100644 index bc667b8056..0000000000 --- a/meta-python/recipes-devtools/python/python-cffi_1.13.1.bb +++ /dev/null @@ -1,6 +0,0 @@ -require python-cffi.inc -inherit pypi setuptools - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-cffi_1.13.2.bb b/meta-python/recipes-devtools/python/python-cffi_1.13.2.bb new file mode 100644 index 0000000000..bc667b8056 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cffi_1.13.2.bb @@ -0,0 +1,6 @@ +require python-cffi.inc +inherit pypi setuptools + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.13.1.bb b/meta-python/recipes-devtools/python/python3-cffi_1.13.1.bb deleted file mode 100644 index e888084347..0000000000 --- a/meta-python/recipes-devtools/python/python3-cffi_1.13.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-cffi.inc diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb b/meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb new file mode 100644 index 0000000000..e888084347 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-cffi.inc -- cgit v1.2.3-54-g00ecf