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-falcon: Change python to python3
Date: Wed, 8 Jul 2020 23:03:52 -0400 [thread overview]
Message-ID: <20200709030349.GA7843@gmail.com> (raw)
In-Reply-To: <1594198463-42395-2-git-send-email-wangmy@cn.fujitsu.com> <1594198463-42395-3-git-send-email-wangmy@cn.fujitsu.com> <1594198463-42395-4-git-send-email-wangmy@cn.fujitsu.com> <1594198463-42395-1-git-send-email-wangmy@cn.fujitsu.com>
merged.
Bruce
In message: [meta-virtualization][meta-cloud-services][PATCH] python3-falcon: Change python to python3
on 08/07/2020 Wang Mingyu wrote:
> upgrade 0.2 -> 2.0.0
>
> python-mimeparse is only for Python 2, so remove it.
>
> content of README.rst is changed.
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> ...ython-falcon_0.2.bb => python3-falcon_2.0.0.bb} | 14 ++++++++------
> 1 file changed, 8 insertions(+), 6 deletions(-)
> rename meta-openstack/recipes-devtools/python/{python-falcon_0.2.bb => python3-falcon_2.0.0.bb} (51%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-falcon_0.2.bb b/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
> similarity index 51%
> rename from meta-openstack/recipes-devtools/python/python-falcon_0.2.bb
> rename to meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
> index b014a72..648a7dd 100644
> --- a/meta-openstack/recipes-devtools/python/python-falcon_0.2.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-falcon_2.0.0.bb
> @@ -2,10 +2,10 @@ DESCRIPTION = "An unladen web framework for building APIs and app backends."
> HOMEPAGE = "http://falconframework.org"
> SECTION = "devel/python"
> LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://README.rst;md5=2bf705a48be7b7799862ffe602c94b87"
> +LIC_FILES_CHKSUM = "file://README.rst;md5=a0c7260e38287caff6c266d1f287e962"
>
> -SRC_URI[md5sum] = "bf9e8bdd20700f1ff7ce6397cd441fbd"
> -SRC_URI[sha256sum] = "92bb899bf6e58e2299e3b1de1e628b90c38544ba3354a0141d108318b50c3402"
> +SRC_URI[md5sum] = "77c52c144dd284e6259d257c6f008072"
> +SRC_URI[sha256sum] = "eea593cf466b9c126ce667f6d30503624ef24459f118c75594a69353b6c3d5fc"
>
> inherit setuptools3 pypi
>
> @@ -15,10 +15,12 @@ do_install_append() {
> }
>
> DEPENDS += " \
> - python-pip \
> + python3-pip \
> "
>
> RDEPENDS_${PN} += " \
> - python-six \
> - python-mimeparse \
> + python3-six \
> + python3-json \
> + python3-xml \
> + python3-netserver \
> "
> --
> 2.17.1
>
>
>
>
prev parent reply other threads:[~2020-07-09 3:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-08 8:54 [meta-virtualization][meta-cloud-services][PATCH] python3-falcon: Change python to python3 Wang Mingyu
2020-07-08 8:54 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-bootstrap-datepicker: upgrade 1.3.1.0 -> 1.4.0.0 Wang Mingyu
2020-07-08 8:54 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-jquery-ui: Change python to python3 Wang Mingyu
2020-07-08 8:54 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-tv4: " Wang Mingyu
2020-07-09 3:03 ` Bruce Ashfield [this message]
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=20200709030349.GA7843@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.