diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-02 20:38:32 +0800 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-04-06 14:55:16 -0400 |
commit | 6897a20aeac5ddfa2a787797fc3abfb366a9ee29 (patch) | |
tree | aa1b6e5ed3758d371ba6a83527bda61b4e841403 | |
parent | e0e359d6320ce85dda217b51fe065f3877a52143 (diff) | |
download | meta-openembedded-6897a20aeac5ddfa2a787797fc3abfb366a9ee29.tar.gz |
python3-twine: upgrade 3.8.0 -> 4.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twine_4.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-twine_3.8.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twine_3.8.0.bb b/meta-python/recipes-devtools/python/python3-twine_4.0.0.bb index 4296ab2b33..08252e837b 100644 --- a/meta-python/recipes-devtools/python/python3-twine_3.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-twine_4.0.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://twine.readthedocs.io/" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "8efa52658e0ae770686a13b675569328f1fba9837e5de1867bfe5f46a9aefe19" | 6 | SRC_URI[sha256sum] = "817aa0c0bdc02a5ebe32051e168e23c71a0608334e624c793011f120dbbc05b7" |
7 | 7 | ||
8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
9 | 9 | ||