From 1c19b1c1df6e6a2b94c3834eeb6aa315a756ba7d 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 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-tqdm.inc | 4 ++-- meta-python/recipes-devtools/python/python-tqdm_4.38.0.bb | 2 -- meta-python/recipes-devtools/python/python-tqdm_4.41.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-tqdm_4.38.0.bb | 2 -- meta-python/recipes-devtools/python/python3-tqdm_4.41.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-tqdm_4.38.0.bb create mode 100644 meta-python/recipes-devtools/python/python-tqdm_4.41.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-tqdm_4.38.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-tqdm_4.41.1.bb diff --git a/meta-python/recipes-devtools/python/python-tqdm.inc b/meta-python/recipes-devtools/python/python-tqdm.inc index 1e410f4022..8a0534f9af 100644 --- a/meta-python/recipes-devtools/python/python-tqdm.inc +++ b/meta-python/recipes-devtools/python/python-tqdm.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=054ef7105cba050017d1368262a1623c" inherit pypi -SRC_URI[md5sum] = "9a092a5878090996bbb0ed92bf572a8a" -SRC_URI[sha256sum] = "c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13" +SRC_URI[md5sum] = "aa3d5fd173c9fea7408cad14c0e73d5d" +SRC_URI[sha256sum] = "4789ccbb6fc122b5a6a85d512e4e41fc5acad77216533a6f2b8ce51e0f265c23" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-tqdm_4.38.0.bb b/meta-python/recipes-devtools/python/python-tqdm_4.38.0.bb deleted file mode 100644 index b3810097e6..0000000000 --- a/meta-python/recipes-devtools/python/python-tqdm_4.38.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-tqdm.inc diff --git a/meta-python/recipes-devtools/python/python-tqdm_4.41.1.bb b/meta-python/recipes-devtools/python/python-tqdm_4.41.1.bb new file mode 100644 index 0000000000..b3810097e6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-tqdm_4.41.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-tqdm.inc diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.38.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.38.0.bb deleted file mode 100644 index 348337f0d6..0000000000 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.38.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-tqdm.inc diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.41.1.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.41.1.bb new file mode 100644 index 0000000000..348337f0d6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.41.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-tqdm.inc -- cgit v1.2.3-54-g00ecf