From 806cad5df9482899ad11c5402748fb12569748ec Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 11 Mar 2018 20:29:37 -0400 Subject: python-protobuf: update to version 3.5.2 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-protobuf.inc | 4 ++-- meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb | 2 -- meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-protobuf_3.5.1.bb | 2 -- meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc index 07346d372c..b84983d5b9 100644 --- a/meta-python/recipes-devtools/python/python-protobuf.inc +++ b/meta-python/recipes-devtools/python/python-protobuf.inc @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec inherit pypi -SRC_URI[md5sum] = "27b52592aab674f96a1762d66d48a57c" -SRC_URI[sha256sum] = "95b78959572de7d7fafa3acb718ed71f482932ddddddbd29ba8319c10639d863" +SRC_URI[md5sum] = "393a53483224cb338df5c643646c0300" +SRC_URI[sha256sum] = "09879a295fd7234e523b62066223b128c5a8a88f682e3aff62fb115e4a0d8be0" RDEPENDS_${PN} += " \ ${PYTHON_PN}-datetime \ diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb b/meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb deleted file mode 100644 index f04fc489f0..0000000000 --- a/meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-protobuf.inc diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb b/meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb new file mode 100644 index 0000000000..f04fc489f0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-protobuf.inc diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.5.1.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.5.1.bb deleted file mode 100644 index 781d1dc4da..0000000000 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.5.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-protobuf.inc diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb new file mode 100644 index 0000000000..781d1dc4da --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-protobuf.inc -- cgit 1.2.3-korg