From 04907fffe33e9bb604e1eee5f6e0fc5259b2b3f7 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 24 Sep 2019 15:29:55 +0800 Subject: python-arrow: upgrade 0.12.0 -> 0.15.2 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-arrow_0.12.0.bb | 15 --------------- .../recipes-devtools/python/python-arrow_0.15.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-arrow_0.12.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-arrow_0.15.2.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/python/python-arrow_0.12.0.bb b/meta-openstack/recipes-devtools/python/python-arrow_0.12.0.bb deleted file mode 100644 index 46a4021..0000000 --- a/meta-openstack/recipes-devtools/python/python-arrow_0.12.0.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=458d41a4064e4dc109666cfd941a29e4" - -SRC_URI[md5sum] = "fafb41dadf2134688797bf1102eebeb6" -SRC_URI[sha256sum] = "a15ecfddf334316e3ac8695e48c15d1be0d6038603b33043930dcf0e675c86ee" - -inherit setuptools pypi - -RDEPENDS_${PN} += " \ - python-dateutil \ - python-backports-functools-lru-cache \ - " diff --git a/meta-openstack/recipes-devtools/python/python-arrow_0.15.2.bb b/meta-openstack/recipes-devtools/python/python-arrow_0.15.2.bb new file mode 100644 index 0000000..d2d0616 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-arrow_0.15.2.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=458d41a4064e4dc109666cfd941a29e4" + +SRC_URI[md5sum] = "554f18b0e23182ee0e8cb2a882d2f607" +SRC_URI[sha256sum] = "10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f" + +inherit setuptools pypi + +RDEPENDS_${PN} += " \ + python-dateutil \ + python-backports-functools-lru-cache \ + " -- cgit v1.2.3-54-g00ecf