From f818d3b9fc11a067a5144279a8dce8f4ef07e334 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 2 Jul 2019 16:16:17 +0800 Subject: python-pyparted/python3-pyparted: 3.11.1 -> 3.11.2 Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-python/recipes-extended/python-pyparted/python-pyparted.inc | 2 +- .../recipes-extended/python-pyparted/python-pyparted_3.11.1.bb | 8 -------- .../recipes-extended/python-pyparted/python-pyparted_3.11.2.bb | 8 ++++++++ .../recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb | 8 -------- .../recipes-extended/python-pyparted/python3-pyparted_3.11.2.bb | 8 ++++++++ 5 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb create mode 100644 meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.2.bb delete mode 100644 meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb create mode 100644 meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.2.bb diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc index a0ec02817a..f769f95a09 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\ DEPENDS += "parted" # upstream only publishes releases in github archives which are discouraged -SRCREV = "1fdb15120f35f5da1dc7ec116522f0c796a8376a" +SRCREV = "2396ba7df56de277b4999bdd5f7d1a1706a6388a" SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb deleted file mode 100644 index 32aa378cc7..0000000000 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -require python-pyparted.inc - -inherit distutils - -RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess" -RDEPENDS_${PN}_class-native = "" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.2.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.2.bb new file mode 100644 index 0000000000..32aa378cc7 --- /dev/null +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.2.bb @@ -0,0 +1,8 @@ +require python-pyparted.inc + +inherit distutils + +RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess" +RDEPENDS_${PN}_class-native = "" + +BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb deleted file mode 100644 index d83901ff3a..0000000000 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -require python-pyparted.inc - -inherit distutils3 - -RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math" -RDEPENDS_${PN}_class-native = "" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.2.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.2.bb new file mode 100644 index 0000000000..d83901ff3a --- /dev/null +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.2.bb @@ -0,0 +1,8 @@ +require python-pyparted.inc + +inherit distutils3 + +RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math" +RDEPENDS_${PN}_class-native = "" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg