From 66f6837e1e7a3281b3a4732f1c426e353e9a2f7f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jan 2020 05:12:29 -0800 Subject: python-packaging: 19.2 -> 20.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-packaging.inc | 4 ++-- meta-python/recipes-devtools/python/python-packaging_19.2.bb | 2 -- meta-python/recipes-devtools/python/python-packaging_20.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-packaging_19.2.bb | 2 -- meta-python/recipes-devtools/python/python3-packaging_20.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-packaging_19.2.bb create mode 100644 meta-python/recipes-devtools/python/python-packaging_20.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-packaging_19.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-packaging_20.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-packaging.inc b/meta-python/recipes-devtools/python/python-packaging.inc index c32caaa408..7cedadf692 100644 --- a/meta-python/recipes-devtools/python/python-packaging.inc +++ b/meta-python/recipes-devtools/python/python-packaging.inc @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/pypa/packaging" LICENSE = "Apache-2.0 & BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" -SRC_URI[md5sum] = "867ce70984dc7b89bbbc3cac2a72b171" -SRC_URI[sha256sum] = "28b924174df7a2fa32c1953825ff29c61e2f5e082343165438812f00d3a7fc47" +SRC_URI[md5sum] = "93d6ccbdfcb5b7697b6ecea53ecc294b" +SRC_URI[sha256sum] = "fe1d8331dfa7cc0a883b49d75fc76380b2ab2734b220fbb87d774e4fd4b851f8" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" diff --git a/meta-python/recipes-devtools/python/python-packaging_19.2.bb b/meta-python/recipes-devtools/python/python-packaging_19.2.bb deleted file mode 100644 index 55d0746bb5..0000000000 --- a/meta-python/recipes-devtools/python/python-packaging_19.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-packaging.inc diff --git a/meta-python/recipes-devtools/python/python-packaging_20.0.bb b/meta-python/recipes-devtools/python/python-packaging_20.0.bb new file mode 100644 index 0000000000..55d0746bb5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-packaging_20.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-packaging.inc diff --git a/meta-python/recipes-devtools/python/python3-packaging_19.2.bb b/meta-python/recipes-devtools/python/python3-packaging_19.2.bb deleted file mode 100644 index aa20fb26f9..0000000000 --- a/meta-python/recipes-devtools/python/python3-packaging_19.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-packaging.inc diff --git a/meta-python/recipes-devtools/python/python3-packaging_20.0.bb b/meta-python/recipes-devtools/python/python3-packaging_20.0.bb new file mode 100644 index 0000000000..aa20fb26f9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-packaging_20.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-packaging.inc -- cgit v1.2.3-54-g00ecf