diff options
author | wangmy <wangmy@fujitsu.com> | 2021-05-14 07:44:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-16 08:29:59 +0100 |
commit | f8019df2b926295df8bb76df195cf2f7743d550e (patch) | |
tree | 8f253a3ab713fb7066a6b845456dbfc5529d2236 | |
parent | eb83c19d97325eff099fab8d2eec302a630c5132 (diff) | |
download | poky-f8019df2b926295df8bb76df195cf2f7743d550e.tar.gz |
python3-six: upgrade 1.15.0 -> 1.16.0
(From OE-Core rev: c27ede9d77edc0a0ca71707642f19e43fe9c4e7d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-six_1.15.0.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-six_1.16.0.bb | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-six_1.15.0.bb b/meta/recipes-devtools/python/python3-six_1.15.0.bb deleted file mode 100644 index 6c6f3f9629..0000000000 --- a/meta/recipes-devtools/python/python3-six_1.15.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-six.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "9f90a0eaa0ea7747fda01ca79d21ebcb" | ||
5 | SRC_URI[sha256sum] = "30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259" | ||
diff --git a/meta/recipes-devtools/python/python3-six_1.16.0.bb b/meta/recipes-devtools/python/python3-six_1.16.0.bb new file mode 100644 index 0000000000..1ba48d4f47 --- /dev/null +++ b/meta/recipes-devtools/python/python3-six_1.16.0.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-six.inc | ||
3 | |||
4 | SRC_URI[sha256sum] = "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" | ||