From 776c9f247cf416ebafb69e76dcb89635584db65d Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 3 Nov 2020 15:44:35 +0800 Subject: python3-arrow: upgrade 0.15.7 -> 0.17.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-arrow_0.15.7.bb | 15 --------------- .../recipes-devtools/python/python3-arrow_0.17.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb diff --git a/meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb b/meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb deleted file mode 100644 index b37086c..0000000 --- a/meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Better dates and times for Python" -HOMEPAGE = "https://github.com/crsmithdev/arrow" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=62e977be69cd001d6545038b6bb1575c" - -SRC_URI[md5sum] = "2176ce6e28a1c43bbdb2ccc79886f420" -SRC_URI[sha256sum] = "3f1a92b25bbee5f80cc8f6bdecfeade9028219229137c559c37335b4f574a292" - -inherit setuptools3 pypi - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-backports-functools-lru-cache \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb b/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb new file mode 100644 index 0000000..65e4a03 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Better dates and times for Python" +HOMEPAGE = "https://github.com/crsmithdev/arrow" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=62e977be69cd001d6545038b6bb1575c" + +SRC_URI[md5sum] = "76d66d0d03effad1407fb4dcebce9566" +SRC_URI[sha256sum] = "ff08d10cda1d36c68657d6ad20d74fbea493d980f8b2d45344e00d6ed2bf6ed4" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-backports-functools-lru-cache \ + " -- cgit v1.2.3-54-g00ecf