From 8d9a3bf7eaebe5556bdaf536e2b3f3bf37b0a811 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 3 Nov 2020 15:29:13 +0800 Subject: python3-flake8: upgrade 3.8.3 -> 3.8.4 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-flake8_3.8.3.bb | 17 ----------------- .../recipes-devtools/python/python3-flake8_3.8.4.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb diff --git a/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb deleted file mode 100644 index 9385c80..0000000 --- a/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "The modular source code checker: pep8, pyflakes and co" -HOMEPAGE = "https://github.com/dreamhost/cliff" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=75b26781f1adf1aa310bda6098937878" - -SRC_URI[md5sum] = "b11380b47468c3dc7323396d4b8c1746" -SRC_URI[sha256sum] = "f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208" - -inherit setuptools3 pypi - -RDEPENDS_${PN} += "python3-prettytable \ - python3-cmd2 \ - python3-pyparsing \ - python3-mccabe \ - python3-pep8 \ - python3-pyflakes" diff --git a/meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb new file mode 100644 index 0000000..cc860c4 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "The modular source code checker: pep8, pyflakes and co" +HOMEPAGE = "https://github.com/dreamhost/cliff" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=75b26781f1adf1aa310bda6098937878" + +SRC_URI[md5sum] = "6ab0ad6630b6917fafabded7f80344b4" +SRC_URI[sha256sum] = "aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += "python3-prettytable \ + python3-cmd2 \ + python3-pyparsing \ + python3-mccabe \ + python3-pep8 \ + python3-logging \ + python3-pyflakes" -- cgit v1.2.3-54-g00ecf