From fb5e9705fa60592917b2f73d651d46bae47e1a96 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Tue, 6 Aug 2019 19:13:54 +0800 Subject: python-keystoneauth1:upgrade 3.14.0 -> 3.15.0 Upgrade from python-keystoneauth1 from 3.14.0 to 3.15.0. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python-keystoneauth1_3.14.0.bb | 27 ---------------------- .../python/python-keystoneauth1_3.15.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-keystoneauth1_3.15.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb deleted file mode 100644 index e53f922..0000000 --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Authentication Library for OpenStack Identity" -HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" - -SRC_URI[md5sum] = "ada9836933f5aa6bd35faf01c314e81d" -SRC_URI[sha256sum] = "b14f363d02142177c968cfffeb9eb37113682c03ac3c65d483424e203dd602c3" - -inherit setuptools pypi - -DEPENDS += " \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-iso8601 \ - python-requests \ - python-six \ - python-stevedore \ - " diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.15.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.15.0.bb new file mode 100644 index 0000000..a584951 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.15.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Authentication Library for OpenStack Identity" +HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" + +SRC_URI[md5sum] = "0f3e21362a74d1fb8959fc2bf7d28882" +SRC_URI[sha256sum] = "439f7dcf6edde5ea5a16ef90603d198e118a03f529aba0f8a6d19d5f6433de95" + +inherit setuptools pypi + +DEPENDS += " \ + python-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-iso8601 \ + python-requests \ + python-six \ + python-stevedore \ + " -- cgit v1.2.3-54-g00ecf