All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-kombu: upgrade 4.6.3 -> 4.6.4
@ 2019-08-16  1:37 Zang Ruochen
  2019-08-19  2:29 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Zang Ruochen @ 2019-08-16  1:37 UTC (permalink / raw)
  To: meta-virtualization

From: Yuan Chao <yuanc.fnst@cn.fujitsu.com>

Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-kombu.inc               | 4 ++--
 .../python/{python-kombu_4.6.3.bb => python-kombu_4.6.4.bb}           | 0
 .../python/{python3-kombu_4.6.3.bb => python3-kombu_4.6.4.bb}         | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-kombu_4.6.3.bb => python-kombu_4.6.4.bb} (100%)
 rename meta-openstack/recipes-devtools/python/{python3-kombu_4.6.3.bb => python3-kombu_4.6.4.bb} (100%)

diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc
index 722adcd..3053f71 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] = "adc9167ba3571c5465d6f7abe4945a12"
-SRC_URI[sha256sum] = "eb365ea795cd7e629ba2f1f398e0c3ba354b91ef4de225ffdf6ab45fdfc7d581"
+SRC_URI[md5sum] = "4eb5f1e6f669e04f5bd0c627c7467156"
+SRC_URI[sha256sum] = "e5f0312dfb9011bebbf528ccaf118a6c2b5c3b8244451f08381fb23e7715809b"
 
 FILES_${PN}-doc += "${datadir}/${SRCNAME}"
 
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb
similarity index 100%
rename from meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb
rename to meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb
diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb
similarity index 100%
rename from meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb
rename to meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] python-kombu: upgrade 4.6.3 -> 4.6.4
  2019-08-16  1:37 [PATCH] python-kombu: upgrade 4.6.3 -> 4.6.4 Zang Ruochen
@ 2019-08-19  2:29 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2019-08-19  2:29 UTC (permalink / raw)
  To: Zang Ruochen; +Cc: meta-virtualization

merged

Bruce

On Thu, Aug 15, 2019 at 9:44 PM Zang Ruochen <zangrc.fnst@cn.fujitsu.com> wrote:
>
> From: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
>
> Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-kombu.inc               | 4 ++--
>  .../python/{python-kombu_4.6.3.bb => python-kombu_4.6.4.bb}           | 0
>  .../python/{python3-kombu_4.6.3.bb => python3-kombu_4.6.4.bb}         | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-kombu_4.6.3.bb => python-kombu_4.6.4.bb} (100%)
>  rename meta-openstack/recipes-devtools/python/{python3-kombu_4.6.3.bb => python3-kombu_4.6.4.bb} (100%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc
> index 722adcd..3053f71 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] = "adc9167ba3571c5465d6f7abe4945a12"
> -SRC_URI[sha256sum] = "eb365ea795cd7e629ba2f1f398e0c3ba354b91ef4de225ffdf6ab45fdfc7d581"
> +SRC_URI[md5sum] = "4eb5f1e6f669e04f5bd0c627c7467156"
> +SRC_URI[sha256sum] = "e5f0312dfb9011bebbf528ccaf118a6c2b5c3b8244451f08381fb23e7715809b"
>
>  FILES_${PN}-doc += "${datadir}/${SRCNAME}"
>
> diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python-kombu_4.6.3.bb
> rename to meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb
> diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python3-kombu_4.6.3.bb
> rename to meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-19  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-16  1:37 [PATCH] python-kombu: upgrade 4.6.3 -> 4.6.4 Zang Ruochen
2019-08-19  2:29 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.