Signed-off-by: Derek Straka <[email protected]> --- meta-python/recipes-devtools/python/python-progress.inc | 4 ++-- .../python/{python-progress_1.3.bb => python-progress_1.4.bb} | 0 .../python/{python3-progress_1.3.bb => python3-progress_1.4.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-progress_1.3.bb => python-progress_1.4.bb} (100%) rename meta-python/recipes-devtools/python/{python3-progress_1.3.bb => python3-progress_1.4.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-progress.inc b/meta-python/recipes-devtools/python/python-progress.inc index 297c0d3..9f00615 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.4.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-progress_1.3.bb rename to meta-python/recipes-devtools/python/python-progress_1.4.bb diff --git a/meta-python/recipes-devtools/python/python3-progress_1.3.bb b/meta-python/recipes-devtools/python/python3-progress_1.4.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-progress_1.3.bb rename to meta-python/recipes-devtools/python/python3-progress_1.4.bb -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
