From ee5b734ced7b5a307df4b7f3f9bfc385e9840a2e Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 17 Jan 2020 16:36:52 +0800 Subject: python-tqdm: upgrade 4.38.0 -> 4.41.1 (From meta-openembedded commit: 1c19b1c1df6e6a2b94c3834eeb6aa315a756ba7d) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-tqdm_4.38.0.bb | 13 ------------- recipes-devtools/python/python-tqdm_4.41.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 recipes-devtools/python/python-tqdm_4.38.0.bb create mode 100644 recipes-devtools/python/python-tqdm_4.41.1.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-tqdm_4.38.0.bb b/recipes-devtools/python/python-tqdm_4.38.0.bb deleted file mode 100644 index cd742b8..0000000 --- a/recipes-devtools/python/python-tqdm_4.38.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Fast, Extensible Progress Meter" -HOMEPAGE = "http://tqdm.github.io/" -SECTION = "devel/python" - -LICENSE = "MIT & MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENCE;md5=054ef7105cba050017d1368262a1623c" - -inherit pypi setuptools - -SRC_URI[md5sum] = "9a092a5878090996bbb0ed92bf572a8a" -SRC_URI[sha256sum] = "c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13" - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python-tqdm_4.41.1.bb b/recipes-devtools/python/python-tqdm_4.41.1.bb new file mode 100644 index 0000000..2dfaa61 --- /dev/null +++ b/recipes-devtools/python/python-tqdm_4.41.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "Fast, Extensible Progress Meter" +HOMEPAGE = "http://tqdm.github.io/" +SECTION = "devel/python" + +LICENSE = "MIT & MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENCE;md5=054ef7105cba050017d1368262a1623c" + +inherit pypi setuptools + +SRC_URI[md5sum] = "aa3d5fd173c9fea7408cad14c0e73d5d" +SRC_URI[sha256sum] = "4789ccbb6fc122b5a6a85d512e4e41fc5acad77216533a6f2b8ce51e0f265c23" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg