All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-osc-lib: upgrade 1.13.0 -> 1.14.1
@ 2019-09-20  4:03 Zang Ruochen
  2019-09-23  6:34 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Zang Ruochen @ 2019-09-20  4:03 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-osc-lib.inc             | 4 ++--
 .../python/{python-osc-lib_1.13.0.bb => python-osc-lib_1.14.1.bb}     | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-osc-lib_1.13.0.bb => python-osc-lib_1.14.1.bb} (100%)

diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib.inc b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
index 0589137..1767b43 100644
--- a/meta-openstack/recipes-devtools/python/python-osc-lib.inc
+++ b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-SRC_URI[md5sum] = "5e91028524b50a72f9913ccd2994cf77"
-SRC_URI[sha256sum] = "9dcd3b55bd887525a7020a8adbabb661a340fc4a4a707950dc1c6f0b286cce77"
+SRC_URI[md5sum] = "240d3debc1b6eaadf5e8838f5f2d06fb"
+SRC_URI[sha256sum] = "3467a1edf62946f1b67724fa7f9c699b5e31d80b111ed9e4c7aec21633a3e30d"
 
 inherit pypi
 
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.14.1.bb
similarity index 100%
rename from meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb
rename to meta-openstack/recipes-devtools/python/python-osc-lib_1.14.1.bb
-- 
2.7.4





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

* Re: [PATCH] python-osc-lib: upgrade 1.13.0 -> 1.14.1
  2019-09-20  4:03 [PATCH] python-osc-lib: upgrade 1.13.0 -> 1.14.1 Zang Ruochen
@ 2019-09-23  6:34 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2019-09-23  6:34 UTC (permalink / raw)
  To: Zang Ruochen; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1997 bytes --]

merged

Bruce

On Fri, Sep 20, 2019 at 12:04 AM Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
wrote:

> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-osc-lib.inc             | 4
> ++--
>  .../python/{python-osc-lib_1.13.0.bb => python-osc-lib_1.14.1.bb}     | 0
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-osc-lib_1.13.0.bb
> => python-osc-lib_1.14.1.bb} (100%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib.inc
> b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
> index 0589137..1767b43 100644
> --- a/meta-openstack/recipes-devtools/python/python-osc-lib.inc
> +++ b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
>
> -SRC_URI[md5sum] = "5e91028524b50a72f9913ccd2994cf77"
> -SRC_URI[sha256sum] =
> "9dcd3b55bd887525a7020a8adbabb661a340fc4a4a707950dc1c6f0b286cce77"
> +SRC_URI[md5sum] = "240d3debc1b6eaadf5e8838f5f2d06fb"
> +SRC_URI[sha256sum] =
> "3467a1edf62946f1b67724fa7f9c699b5e31d80b111ed9e4c7aec21633a3e30d"
>
>  inherit pypi
>
> diff --git a/meta-openstack/recipes-devtools/python/
> python-osc-lib_1.13.0.bb b/meta-openstack/recipes-devtools/python/
> python-osc-lib_1.14.1.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/
> python-osc-lib_1.13.0.bb
> rename to meta-openstack/recipes-devtools/python/python-osc-lib_1.14.1.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

[-- Attachment #2: Type: text/html, Size: 3567 bytes --]

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

end of thread, other threads:[~2019-09-23  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-20  4:03 [PATCH] python-osc-lib: upgrade 1.13.0 -> 1.14.1 Zang Ruochen
2019-09-23  6:34 ` 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.