From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Wang Mingyu <wangmy@cn.fujitsu.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][meta-cloud-services][PATCH] python3-kazoo: Change python to python3
Date: Mon, 6 Jul 2020 16:31:30 -0400 [thread overview]
Message-ID: <20200706203127.GA50063@gmail.com> (raw)
In-Reply-To: <1593496973-20225-1-git-send-email-wangmy@cn.fujitsu.com> <1593586793-23074-4-git-send-email-wangmy@cn.fujitsu.com> <1593586793-23074-3-git-send-email-wangmy@cn.fujitsu.com> <1593586793-23074-2-git-send-email-wangmy@cn.fujitsu.com>
merged
Bruce
In message: [meta-virtualization][meta-cloud-services][PATCH] python3-kazoo: Change python to python3
on 01/07/2020 Wang Mingyu wrote:
> upgrade 2.0 -> 2.7.0
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> .../{python-kazoo_2.0.bb => python3-kazoo_2.7.0.bb} | 12 +++++++-----
> 1 file changed, 7 insertions(+), 5 deletions(-)
> rename meta-openstack/recipes-devtools/python/{python-kazoo_2.0.bb => python3-kazoo_2.7.0.bb} (65%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-kazoo_2.0.bb b/meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb
> similarity index 65%
> rename from meta-openstack/recipes-devtools/python/python-kazoo_2.0.bb
> rename to meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb
> index db7c023..adfec92 100644
> --- a/meta-openstack/recipes-devtools/python/python-kazoo_2.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-kazoo_2.7.0.bb
> @@ -5,17 +5,19 @@ LICENSE = "Apache-2.0"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
>
> # Archived version so we have to overwrite what the pypi class will derive
> -PYPI_SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/kazoo-${PV}.zip"
> +SRCNAME = "kazoo"
>
> -SRC_URI[md5sum] = "4b172de456c102b0e33f661e7e2b3583"
> -SRC_URI[sha256sum] = "f0c42cc7752a331ba59269827bd19cb271210399a9dcab32b6a91465b4431a18"
> +PYPI_SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/kazoo-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "073445f65d71520de2b6275530d88c4e"
> +SRC_URI[sha256sum] = "6883f6dd3e8d4e1741076dd3b23b0861592f13759072e3835f035bcb72b077cb"
>
> inherit setuptools3 pypi
>
> -# DEPENDS_default: python-pip
> +# DEPENDS_default: python3-pip
>
> DEPENDS += " \
> - python-pip \
> + python3-pip \
> "
>
> # RDEPENDS_default:
> --
> 2.17.1
>
>
>
>
next prev parent reply other threads:[~2020-07-06 20:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-01 6:59 [meta-virtualization][PATCH] lxc: upgrade 4.0.2 > 4.0.3 Wang Mingyu
2020-07-01 6:59 ` [meta-virtualization][meta-cloud-services][PATCH] python3-kazoo: Change python to python3 Wang Mingyu
2020-07-06 20:31 ` Bruce Ashfield [this message]
2020-07-01 6:59 ` [meta-virtualization][meta-cloud-services][PATCH] python3-lockfile: " Wang Mingyu
2020-07-01 6:59 ` [meta-virtualization][meta-cloud-services][PATCH] python3-warlock: fix build error Wang Mingyu
2020-07-06 20:28 ` [meta-virtualization][PATCH] lxc: upgrade 4.0.2 > 4.0.3 Bruce Ashfield
-- strict thread matches above, loose matches on Subject: below --
2020-06-30 6:02 [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: Change python to python3 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=20200706203127.GA50063@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.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.