All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Wang Mingyu <wangmy@cn.fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] python-futurist: 1.9.0 -> 1.10.0
Date: Fri, 6 Dec 2019 14:13:37 -0500	[thread overview]
Message-ID: <20191206191337.GC37280@gmail.com> (raw)
In-Reply-To: <1575384511-121432-2-git-send-email-wangmy@cn.fujitsu.com> <1575384511-121432-4-git-send-email-wangmy@cn.fujitsu.com> <1575384511-121432-3-git-send-email-wangmy@cn.fujitsu.com> <1575384511-121432-1-git-send-email-wangmy@cn.fujitsu.com> <1575471849-11822-2-git-send-email-wangmy@cn.fujitsu.com> <1575471849-11822-1-git-send-email-wangmy@cn.fujitsu.com>

These patches are now merged.

Cheers,

Bruce

In message: [meta-virtualization] [PATCH] python-futurist: 1.9.0 -> 1.10.0
on 04/12/2019 Wang Mingyu wrote:

> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  .../python/{python-futurist_1.9.0.bb => python-futurist_1.10.0.bb}    | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-futurist_1.9.0.bb => python-futurist_1.10.0.bb} (78%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb
> similarity index 78%
> rename from meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb
> rename to meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb
> index 06624c1..3571c77 100644
> --- a/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
>  
> -SRC_URI[md5sum] = "cbfa47202a5724215edc83cc91bdf0ac"
> -SRC_URI[sha256sum] = "0c58c359d0fa09852841efc587870db4c186c7a9175768176f69013c8acd83a6"
> +SRC_URI[md5sum] = "d7f98e9a5cb09fe9706e4afcbeab1552"
> +SRC_URI[sha256sum] = "139d223503d47275636285ae98e7b470085b2b3b6fb2fc9a0d04a76de4b3d30e"
>  
>  inherit setuptools pypi
>  
> -- 
> 2.7.4
> 
> 
> 

> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#4822): https://lists.yoctoproject.org/g/meta-virtualization/message/4822
> Mute This Topic: https://lists.yoctoproject.org/mt/66414379/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-


In message: [meta-virtualization][PATCH] python-dogpile.cache: 0.8.0 -> 0.9.0
on 04/12/2019 Wang Mingyu wrote:

> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-dogpile.cache.inc       | 4 ++--
>  .../{python-dogpile.cache_0.8.0.bb => python-dogpile.cache_0.9.0.bb}  | 0
>  ...{python3-dogpile.cache_0.8.0.bb => python3-dogpile.cache_0.9.0.bb} | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-dogpile.cache_0.8.0.bb => python-dogpile.cache_0.9.0.bb} (100%)
>  rename meta-openstack/recipes-devtools/python/{python3-dogpile.cache_0.8.0.bb => python3-dogpile.cache_0.9.0.bb} (100%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc b/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc
> index 020b171..5074acf 100644
> --- a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc
> +++ b/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
>  LICENSE = "BSD"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=e8d5890806254a2648269bb4029f74c6"
>  
> -SRC_URI[md5sum] = "62512dea6839d2fd1f88532fb573077c"
> -SRC_URI[sha256sum] = "70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6"
> +SRC_URI[md5sum] = "d48b4752b404e2e2a33f984d261fff7d"
> +SRC_URI[sha256sum] = "b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b"
>  
>  inherit pypi
>  
> diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.9.0.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python-dogpile.cache_0.8.0.bb
> rename to meta-openstack/recipes-devtools/python/python-dogpile.cache_0.9.0.bb
> diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.8.0.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.8.0.bb
> rename to meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb
> -- 
> 2.7.4
> 
> 
> 

> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#4823): https://lists.yoctoproject.org/g/meta-virtualization/message/4823
> Mute This Topic: https://lists.yoctoproject.org/mt/66414381/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-


In message: [meta-virtualization][PATCH] python-sqlalchemy-migrate: 0.12.0 -> 0.13.0
on 03/12/2019 Wang Mingyu wrote:

> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  ...lalchemy-migrate_0.12.0.bb => python-sqlalchemy-migrate_0.13.0.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-sqlalchemy-migrate_0.12.0.bb => python-sqlalchemy-migrate_0.13.0.bb} (80%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.12.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb
> similarity index 80%
> rename from meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.12.0.bb
> rename to meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb
> index dcb6d9d..ce9ccac 100644
> --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.12.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb
> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204
>  
>  inherit pypi
>  
> -SRC_URI[md5sum] = "6a4920f2a2e07d193e95cf712d762b08"
> -SRC_URI[sha256sum] = "8cfada30bbcf79a83b3a2d1bcd637de7e1f43e390d54de33e4f3249fd9aacfae"
> +SRC_URI[md5sum] = "86572c92ae84334907f5e3a2cecc92a6"
> +SRC_URI[sha256sum] = "0bc02e292a040ade5e35a01d3ea744119e1309cdddb704fdb99bac13236614f8"
>  
>  inherit setuptools
>  
> -- 
> 2.7.4
> 
> 
> 

> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#4803): https://lists.yoctoproject.org/g/meta-virtualization/message/4803
> Mute This Topic: https://lists.yoctoproject.org/mt/65653062/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-


In message: [meta-virtualization][PATCH] python-kombu: 4.6.5 -> 4.6.6
on 03/12/2019 Wang Mingyu wrote:

> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-kombu.inc               | 4 ++--
>  .../python/{python-kombu_4.6.5.bb => python-kombu_4.6.6.bb}           | 0
>  .../python/{python3-kombu_4.6.5.bb => python3-kombu_4.6.6.bb}         | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-kombu_4.6.5.bb => python-kombu_4.6.6.bb} (100%)
>  rename meta-openstack/recipes-devtools/python/{python3-kombu_4.6.5.bb => python3-kombu_4.6.6.bb} (100%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc
> index 923278a..8029707 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] = "6279c780cfa64beda3a303f54cb19a7a"
> -SRC_URI[sha256sum] = "c9078124ce2616b29cf6607f0ac3db894c59154252dee6392cdbbe15e5c4b566"
> +SRC_URI[md5sum] = "5f751ea817b1f6a4293d4e3a01040d4f"
> +SRC_URI[sha256sum] = "1760b54b1d15a547c9a26d3598a1c8cdaf2436386ac1f5561934bc8a3cbbbd86"
>  
>  inherit pypi
>  
> diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.5.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.6.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python-kombu_4.6.5.bb
> rename to meta-openstack/recipes-devtools/python/python-kombu_4.6.6.bb
> diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.5.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python3-kombu_4.6.5.bb
> rename to meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb
> -- 
> 2.7.4
> 
> 
> 

> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#4806): https://lists.yoctoproject.org/g/meta-virtualization/message/4806
> Mute This Topic: https://lists.yoctoproject.org/mt/65653386/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-


In message: [meta-virtualization][PATCH] python-keystoneauth1: 3.17.1 -> 3.18.0
on 03/12/2019 Wang Mingyu wrote:

> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-keystoneauth1.inc       | 4 ++--
>  ...{python-keystoneauth1_3.17.1.bb => python-keystoneauth1_3.18.0.bb} | 0
>  ...ython3-keystoneauth1_3.17.1.bb => python3-keystoneauth1_3.18.0.bb} | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-keystoneauth1_3.17.1.bb => python-keystoneauth1_3.18.0.bb} (100%)
>  rename meta-openstack/recipes-devtools/python/{python3-keystoneauth1_3.17.1.bb => python3-keystoneauth1_3.18.0.bb} (100%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc b/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc
> index 14893d6..bca6ce9 100644
> --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc
> +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
>  
> -SRC_URI[md5sum] = "0864f3485db8709d1dec0c8fa6073a31"
> -SRC_URI[sha256sum] = "db91ccab5cc43dac4a25dc2c090642d7c31f9ceb28df2c685620d7c12335a8cd"
> +SRC_URI[md5sum] = "6104205044175fa8aac659582fdd0260"
> +SRC_URI[sha256sum] = "3ae67c6542ed66a37cddcd26a35457c1ff5cd14b20f5490973273cf9eb555a52"
>  
>  inherit pypi
>  
> diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.1.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.18.0.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.1.bb
> rename to meta-openstack/recipes-devtools/python/python-keystoneauth1_3.18.0.bb
> diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.17.1.bb b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.18.0.bb
> similarity index 100%
> rename from meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.17.1.bb
> rename to meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.18.0.bb
> -- 
> 2.7.4
> 
> 
> 

> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#4805): https://lists.yoctoproject.org/g/meta-virtualization/message/4805
> Mute This Topic: https://lists.yoctoproject.org/mt/65653376/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-


In message: [meta-virtualization][PATCH] python-osprofiler: 2.8.2 -> 2.9.0
on 03/12/2019 Wang Mingyu wrote:

> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  .../python/{python-osprofiler_2.8.2.bb => python-osprofiler_2.9.0.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-osprofiler_2.8.2.bb => python-osprofiler_2.9.0.bb} (83%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_2.9.0.bb
> similarity index 83%
> rename from meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb
> rename to meta-openstack/recipes-devtools/python/python-osprofiler_2.9.0.bb
> index 408bbdb..8dcab0d 100644
> --- a/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb
> +++ b/meta-openstack/recipes-devtools/python/python-osprofiler_2.9.0.bb
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
>  
> -SRC_URI[md5sum] = "b192bdcbf201101a97d163d7ec6f4783"
> -SRC_URI[sha256sum] = "525b2becd692e3c6ed77a6fdf8a9ad8a52127f18e48a3abc1264c16d7fc5208a"
> +SRC_URI[md5sum] = "75f190b00ac248b3d547b67a480801db"
> +SRC_URI[sha256sum] = "6915cbf8ac390dc3e125340b0ff368dd53f5889e3d053f9122dd83ba0dd366f7"
>  
>  inherit setuptools pypi
>  
> -- 
> 2.7.4
> 
> 
> 

> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#4804): https://lists.yoctoproject.org/g/meta-virtualization/message/4804
> Mute This Topic: https://lists.yoctoproject.org/mt/65653361/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-



  parent reply	other threads:[~2019-12-06 19:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-04 15:04 [meta-virtualization] [PATCH] python-futurist: 1.9.0 -> 1.10.0 Wang Mingyu
2019-12-04 15:04 ` [meta-virtualization][PATCH] python-dogpile.cache: 0.8.0 -> 0.9.0 Wang Mingyu
2019-12-06 19:13 ` Bruce Ashfield [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-03 14:48 [meta-virtualization][PATCH] python-sqlalchemy-migrate: 0.12.0 -> 0.13.0 wangmy
2019-12-03 14:48 ` [meta-virtualization][PATCH] python-osprofiler: 2.8.2 -> 2.9.0 Wang Mingyu
2019-12-03 14:48 ` [meta-virtualization][PATCH] python-kombu: 4.6.5 -> 4.6.6 Wang Mingyu
2019-12-03 14:48 ` [meta-virtualization][PATCH] python-keystoneauth1: 3.17.1 -> 3.18.0 Wang Mingyu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191206191337.GC37280@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=wangmy@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.