From d2302348e0756252de30497abe2eb2d7285907b6 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Thu, 8 Aug 2019 13:40:46 +0800 Subject: python-kombu: upgrade 4.6.0 -> 4.6.3 Signed-off-by: Yuan Chao Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-kombu.inc | 4 ++-- meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb | 3 --- meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb | 3 +++ meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb | 2 -- meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc index 7f66a4b..722adcd 100644 --- a/meta-openstack/recipes-devtools/python/python-kombu.inc +++ b/meta-openstack/recipes-devtools/python/python-kombu.inc @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" -SRC_URI[md5sum] = "3543525c1bfaa74260cbf9a6e47dad2f" -SRC_URI[sha256sum] = "27345bb569eb6bb583bca27dfc0ef181ca6c59c40c6e203cecaa0aeca84360be" +SRC_URI[md5sum] = "adc9167ba3571c5465d6f7abe4945a12" +SRC_URI[sha256sum] = "eb365ea795cd7e629ba2f1f398e0c3ba354b91ef4de225ffdf6ab45fdfc7d581" FILES_${PN}-doc += "${datadir}/${SRCNAME}" diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb deleted file mode 100644 index 28b6258..0000000 --- a/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools pypi -require python-kombu.inc - diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb new file mode 100644 index 0000000..28b6258 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb @@ -0,0 +1,3 @@ +inherit setuptools pypi +require python-kombu.inc + diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb deleted file mode 100644 index fc752d9..0000000 --- a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 pypi -require python-kombu.inc diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb new file mode 100644 index 0000000..fc752d9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 pypi +require python-kombu.inc -- cgit v1.2.3-54-g00ecf