From 25cfde9682a2c5cd00a72478e4371cb5b5f6ba1f Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 18 Oct 2019 16:29:59 +0800 Subject: python-kombu: upgrade 4.6.4 -> 4.6.5 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-kombu.inc | 4 ++-- meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb | 3 --- meta-openstack/recipes-devtools/python/python-kombu_4.6.5.bb | 3 +++ meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb | 2 -- meta-openstack/recipes-devtools/python/python3-kombu_4.6.5.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb create mode 100644 meta-openstack/recipes-devtools/python/python-kombu_4.6.5.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-kombu_4.6.5.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 9918281..923278a 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] = "4eb5f1e6f669e04f5bd0c627c7467156" -SRC_URI[sha256sum] = "e5f0312dfb9011bebbf528ccaf118a6c2b5c3b8244451f08381fb23e7715809b" +SRC_URI[md5sum] = "6279c780cfa64beda3a303f54cb19a7a" +SRC_URI[sha256sum] = "c9078124ce2616b29cf6607f0ac3db894c59154252dee6392cdbbe15e5c4b566" inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb deleted file mode 100644 index 8c5c4d6..0000000 --- a/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools -require python-kombu.inc - diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.5.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.5.bb new file mode 100644 index 0000000..8c5c4d6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.6.5.bb @@ -0,0 +1,3 @@ +inherit setuptools +require python-kombu.inc + diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb deleted file mode 100644 index 11b0826..0000000 --- a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-kombu.inc diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.5.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.5.bb new file mode 100644 index 0000000..11b0826 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.5.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-kombu.inc -- cgit v1.2.3-54-g00ecf