From 3aeeda42ace5fe51210e0593ec69d806854349b3 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 14 Nov 2019 13:41:36 +0800 Subject: python-tqdm: upgrade 4.31.1 -> 4.38.0 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.31.1.bb | 2 -- meta-python/recipes-devtools/python/python-tqdm_4.38.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-tqdm_4.31.1.bb | 2 -- meta-python/recipes-devtools/python/python3-tqdm_4.38.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-tqdm_4.31.1.bb create mode 100644 meta-python/recipes-devtools/python/python-tqdm_4.38.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-tqdm_4.31.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-tqdm_4.38.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-tqdm.inc b/meta-python/recipes-devtools/python/python-tqdm.inc index 967a80c20e..1e410f4022 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] = "807e8c13e16e3660ac88e05d711daeb0" -SRC_URI[sha256sum] = "e22977e3ebe961f72362f6ddfb9197cc531c9737aaf5f607ef09740c849ecd05" +SRC_URI[md5sum] = "9a092a5878090996bbb0ed92bf572a8a" +SRC_URI[sha256sum] = "c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-tqdm_4.31.1.bb b/meta-python/recipes-devtools/python/python-tqdm_4.31.1.bb deleted file mode 100644 index b3810097e6..0000000000 --- a/meta-python/recipes-devtools/python/python-tqdm_4.31.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-tqdm.inc 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 new file mode 100644 index 0000000000..b3810097e6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-tqdm_4.38.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-tqdm.inc diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.31.1.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.31.1.bb deleted file mode 100644 index 348337f0d6..0000000000 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.31.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -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 new file mode 100644 index 0000000000..348337f0d6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.38.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-tqdm.inc -- cgit v1.2.3-54-g00ecf