diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-15 05:12:21 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-15 20:54:21 -0800 |
commit | fdaf9ee097aa1ad4d701dd51ee3ce4f91b0fccd3 (patch) | |
tree | 13a13435841f27b2033e0304a8abe037b5a99d9b /meta-python/recipes-devtools | |
parent | b2bef913f9fd897b6041864650c50de4712b10fc (diff) | |
download | meta-openembedded-fdaf9ee097aa1ad4d701dd51ee3ce4f91b0fccd3.tar.gz |
python3-more-itertools: 7.2.0 -> 8.1.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-more-itertools_7.2.0.bb | 5 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-more-itertools_8.1.0.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-more-itertools_7.2.0.bb b/meta-python/recipes-devtools/python/python3-more-itertools_7.2.0.bb deleted file mode 100644 index 06d45ce545..0000000000 --- a/meta-python/recipes-devtools/python/python3-more-itertools_7.2.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-more-itertools.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "f647bfd27243a7bebe53b5ddb6a3b1c4" | ||
5 | SRC_URI[sha256sum] = "409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832" | ||
diff --git a/meta-python/recipes-devtools/python/python3-more-itertools_8.1.0.bb b/meta-python/recipes-devtools/python/python3-more-itertools_8.1.0.bb new file mode 100644 index 0000000000..9a09c10b13 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-more-itertools_8.1.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-more-itertools.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "a552b06cec1bdf01d60f952dbcc9a021" | ||
5 | SRC_URI[sha256sum] = "c468adec578380b6281a114cb8a5db34eb1116277da92d7c46f904f0b52d3288" | ||