From df44139f32a5811f557b34ba4509cccd0da8066a Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 23 Oct 2019 13:18:16 +0800 Subject: python-attrs: upgrade 19.2.0 -> 19.3.0 (From meta-openembedded commit: 90d172da7458831260bf3e363cddd5504935e206) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-attrs.inc | 4 ++-- recipes-devtools/python/python-attrs_19.2.0.bb | 6 ------ recipes-devtools/python/python-attrs_19.3.0.bb | 6 ++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 recipes-devtools/python/python-attrs_19.2.0.bb create mode 100644 recipes-devtools/python/python-attrs_19.3.0.bb diff --git a/recipes-devtools/python/python-attrs.inc b/recipes-devtools/python/python-attrs.inc index 13c9e5f..35d28a4 100644 --- a/recipes-devtools/python/python-attrs.inc +++ b/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] = "f913492e1663d3c36f502e5e9ba6cd13cf19d7fab50aa13239e420fef95e1396" -SRC_URI[md5sum] = "d5a6ee80beaa072bd2b3bcb6fee0d508" +SRC_URI[sha256sum] = "f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72" +SRC_URI[md5sum] = "5b2db50fcc31be34d32798183c9bd062" inherit pypi diff --git a/recipes-devtools/python/python-attrs_19.2.0.bb b/recipes-devtools/python/python-attrs_19.2.0.bb deleted file mode 100644 index e3bec0f..0000000 --- a/recipes-devtools/python/python-attrs_19.2.0.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools -require python-attrs.inc - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-subprocess \ -" diff --git a/recipes-devtools/python/python-attrs_19.3.0.bb b/recipes-devtools/python/python-attrs_19.3.0.bb new file mode 100644 index 0000000..e3bec0f --- /dev/null +++ b/recipes-devtools/python/python-attrs_19.3.0.bb @@ -0,0 +1,6 @@ +inherit setuptools +require python-attrs.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" -- cgit 1.2.3-korg