From 09acc5af343834c24bae3bdbe10a68bcad38b26e Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Mon, 12 Aug 2019 14:02:19 +0800 Subject: python-configparser: upgrade 3.7.4 -> 3.8.1 Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-configparser.inc | 4 ++-- meta-python/recipes-devtools/python/python-configparser_3.7.4.bb | 2 -- meta-python/recipes-devtools/python/python-configparser_3.8.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-configparser_3.7.4.bb | 2 -- meta-python/recipes-devtools/python/python3-configparser_3.8.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-configparser_3.7.4.bb create mode 100644 meta-python/recipes-devtools/python/python-configparser_3.8.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-configparser_3.7.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-configparser_3.8.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-configparser.inc b/meta-python/recipes-devtools/python/python-configparser.inc index 2860989308..7f4385e77b 100644 --- a/meta-python/recipes-devtools/python/python-configparser.inc +++ b/meta-python/recipes-devtools/python/python-configparser.inc @@ -5,7 +5,7 @@ LICENSE = "unknown" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=23f9ad5cad3d8cc0336e2a5d8a87e1fa" -SRC_URI[md5sum] = "aaa80b58b6b0810e54f66486860b3ed1" -SRC_URI[sha256sum] = "da60d0014fd8c55eb48c1c5354352e363e2d30bbf7057e5e171a468390184c75" +SRC_URI[md5sum] = "bc1558ed941cb1acb80ff650726d5af8" +SRC_URI[sha256sum] = "bc37850f0cc42a1725a796ef7d92690651bf1af37d744cc63161dac62cabee17" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-configparser_3.7.4.bb b/meta-python/recipes-devtools/python/python-configparser_3.7.4.bb deleted file mode 100644 index 69f045dbab..0000000000 --- a/meta-python/recipes-devtools/python/python-configparser_3.7.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-configparser.inc diff --git a/meta-python/recipes-devtools/python/python-configparser_3.8.1.bb b/meta-python/recipes-devtools/python/python-configparser_3.8.1.bb new file mode 100644 index 0000000000..69f045dbab --- /dev/null +++ b/meta-python/recipes-devtools/python/python-configparser_3.8.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-configparser.inc diff --git a/meta-python/recipes-devtools/python/python3-configparser_3.7.4.bb b/meta-python/recipes-devtools/python/python3-configparser_3.7.4.bb deleted file mode 100644 index 770cba5962..0000000000 --- a/meta-python/recipes-devtools/python/python3-configparser_3.7.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-configparser.inc diff --git a/meta-python/recipes-devtools/python/python3-configparser_3.8.1.bb b/meta-python/recipes-devtools/python/python3-configparser_3.8.1.bb new file mode 100644 index 0000000000..770cba5962 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-configparser_3.8.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-configparser.inc -- cgit v1.2.3-54-g00ecf