From 8f3361031e9ee6d65f5d3f2bf9f7bc6e72110735 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Thu, 5 Sep 2019 12:27:40 +0900 Subject: python-futurist: upgrade 1.8.1 -> 1.9.0 Signed-off-by: Yuan Chao Signed-off-by: Bruce Ashfield --- .../python/python-futurist_1.8.1.bb | 25 ---------------------- .../python/python-futurist_1.9.0.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-futurist_1.8.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-futurist_1.8.1.bb b/meta-openstack/recipes-devtools/python/python-futurist_1.8.1.bb deleted file mode 100644 index 0f35c96..0000000 --- a/meta-openstack/recipes-devtools/python/python-futurist_1.8.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Useful additions to futures, from the future" -HOMEPAGE = "https://pypi.python.org/pypi/futurist" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRC_URI[md5sum] = "3e5a4b8254ded1624ec807cb7ae04ba5" -SRC_URI[sha256sum] = "499ee57728a987028725f836ac22aa18899702162fa0a0f1bbe2ecd5c8daf1eb" - -inherit setuptools pypi - -DEPENDS += " \ - python-pip \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-six \ - python-monotonic \ - python-futures \ - python-contextlib2 \ - python-prettytable \ - " - diff --git a/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb new file mode 100644 index 0000000..06624c1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Useful additions to futures, from the future" +HOMEPAGE = "https://pypi.python.org/pypi/futurist" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI[md5sum] = "cbfa47202a5724215edc83cc91bdf0ac" +SRC_URI[sha256sum] = "0c58c359d0fa09852841efc587870db4c186c7a9175768176f69013c8acd83a6" + +inherit setuptools pypi + +DEPENDS += " \ + python-pip \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-six \ + python-monotonic \ + python-futures \ + python-contextlib2 \ + python-prettytable \ + " + -- cgit v1.2.3-54-g00ecf