diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-05-28 14:01:13 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-30 12:32:48 +0100 |
| commit | 37ec0f628ad7e4b14cee5c8b3663431b18007d5d (patch) | |
| tree | faaaf219f7d517d9790f51b18dd1eb5615199b70 /meta/recipes-devtools/python | |
| parent | 28dc58904c378c594591c652791fd74f5722721c (diff) | |
| download | poky-37ec0f628ad7e4b14cee5c8b3663431b18007d5d.tar.gz | |
python3-six: upgrade 1.14.0 -> 1.15.0
(From OE-Core rev: b9a6042e210ecf5c3b5d771f95c8505deab2739b)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-six_1.14.0.bb | 5 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-six_1.15.0.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-six_1.14.0.bb b/meta/recipes-devtools/python/python3-six_1.14.0.bb deleted file mode 100644 index 151c366caa..0000000000 --- a/meta/recipes-devtools/python/python3-six_1.14.0.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-six.inc | ||
| 3 | |||
| 4 | SRC_URI[md5sum] = "21674588a57e649d1a6d977ec3122140" | ||
| 5 | SRC_URI[sha256sum] = "236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a" | ||
diff --git a/meta/recipes-devtools/python/python3-six_1.15.0.bb b/meta/recipes-devtools/python/python3-six_1.15.0.bb new file mode 100644 index 0000000000..6c6f3f9629 --- /dev/null +++ b/meta/recipes-devtools/python/python3-six_1.15.0.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-six.inc | ||
| 3 | |||
| 4 | SRC_URI[md5sum] = "9f90a0eaa0ea7747fda01ca79d21ebcb" | ||
| 5 | SRC_URI[sha256sum] = "30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259" | ||
