From 4eb588a90d94db21676d125bbfc2647ac48ca245 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 12 Apr 2019 10:57:46 +0800 Subject: python-attrs: upgrade 18.1.0 -> 19.1.0 -Upgrade from python-attrs_18.1.0.bb to python-attrs_19.1.0.bb. -Upgrade from python3-attrs_18.1.0.bb to python3-attrs_19.1.0.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-attrs.inc | 4 ++-- meta-python/recipes-devtools/python/python-attrs_18.1.0.bb | 6 ------ meta-python/recipes-devtools/python/python-attrs_19.1.0.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-attrs_18.1.0.bb | 2 -- meta-python/recipes-devtools/python/python3-attrs_19.1.0.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-attrs_18.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python-attrs_19.1.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-attrs_18.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-attrs_19.1.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc index d0b5697cbc..1f767ba199 100644 --- a/meta-python/recipes-devtools/python/python-attrs.inc +++ b/meta-python/recipes-devtools/python/python-attrs.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://www.attrs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" -SRC_URI[sha256sum] = "e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b" -SRC_URI[md5sum] = "3f3f3e0750dab74cfa1dc8b0fd7a5f86" +SRC_URI[sha256sum] = "f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399" +SRC_URI[md5sum] = "2be7bce157988928f5ff2bb50a0b510d" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-attrs_18.1.0.bb b/meta-python/recipes-devtools/python/python-attrs_18.1.0.bb deleted file mode 100644 index e3bec0fdfd..0000000000 --- a/meta-python/recipes-devtools/python/python-attrs_18.1.0.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools -require python-attrs.inc - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-attrs_19.1.0.bb b/meta-python/recipes-devtools/python/python-attrs_19.1.0.bb new file mode 100644 index 0000000000..e3bec0fdfd --- /dev/null +++ b/meta-python/recipes-devtools/python/python-attrs_19.1.0.bb @@ -0,0 +1,6 @@ +inherit setuptools +require python-attrs.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-attrs_18.1.0.bb b/meta-python/recipes-devtools/python/python3-attrs_18.1.0.bb deleted file mode 100644 index c34693f506..0000000000 --- a/meta-python/recipes-devtools/python/python3-attrs_18.1.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-attrs.inc diff --git a/meta-python/recipes-devtools/python/python3-attrs_19.1.0.bb b/meta-python/recipes-devtools/python/python3-attrs_19.1.0.bb new file mode 100644 index 0000000000..c34693f506 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-attrs_19.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-attrs.inc -- cgit 1.2.3-korg