From f18bbfe986b389f6923fa73d9e4d6d82aaa9a73e Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 13:42:17 -0400 Subject: python-progress: update to version 1.4 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-progress.inc | 4 ++-- meta-python/recipes-devtools/python/python-progress_1.3.bb | 2 -- meta-python/recipes-devtools/python/python-progress_1.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-progress_1.3.bb | 2 -- meta-python/recipes-devtools/python/python3-progress_1.4.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-progress_1.3.bb create mode 100644 meta-python/recipes-devtools/python/python-progress_1.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-progress_1.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-progress_1.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-progress.inc b/meta-python/recipes-devtools/python/python-progress.inc index 297c0d373a..9f00615c46 100644 --- a/meta-python/recipes-devtools/python/python-progress.inc +++ b/meta-python/recipes-devtools/python/python-progress.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://github.com/verigak/progress/" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317" -SRC_URI[md5sum] = "f65ccfcc2339d522b2dd5801aaa40dc7" -SRC_URI[sha256sum] = "c88d89ee3bd06716a0b8b5504d9c3bcb3c1c0ab98f96dc7f1dc5f56812a4f60a" +SRC_URI[md5sum] = "057981e2f09029288f5255b1ea3ab64d" +SRC_URI[sha256sum] = "5e2f9da88ed8236a76fffbee3ceefd259589cf42dfbc2cec2877102189fae58a" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-datetime \ diff --git a/meta-python/recipes-devtools/python/python-progress_1.3.bb b/meta-python/recipes-devtools/python/python-progress_1.3.bb deleted file mode 100644 index 80608627a6..0000000000 --- a/meta-python/recipes-devtools/python/python-progress_1.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-progress.inc diff --git a/meta-python/recipes-devtools/python/python-progress_1.4.bb b/meta-python/recipes-devtools/python/python-progress_1.4.bb new file mode 100644 index 0000000000..80608627a6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-progress_1.4.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-progress.inc diff --git a/meta-python/recipes-devtools/python/python3-progress_1.3.bb b/meta-python/recipes-devtools/python/python3-progress_1.3.bb deleted file mode 100644 index 45e2642133..0000000000 --- a/meta-python/recipes-devtools/python/python3-progress_1.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-progress.inc diff --git a/meta-python/recipes-devtools/python/python3-progress_1.4.bb b/meta-python/recipes-devtools/python/python3-progress_1.4.bb new file mode 100644 index 0000000000..45e2642133 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-progress_1.4.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-progress.inc -- cgit 1.2.3-korg