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@lists.yoctoproject.org
Subject: Re: [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: Change python to python3
Date: Tue, 30 Jun 2020 03:58:55 +0000	[thread overview]
Message-ID: <20200630035852.GA8891@gmail.com> (raw)
In-Reply-To: <1593320522-14645-3-git-send-email-wangmy@cn.fujitsu.com> <1593320522-14645-4-git-send-email-wangmy@cn.fujitsu.com> <1593320522-14645-2-git-send-email-wangmy@cn.fujitsu.com> <1593320522-14645-1-git-send-email-wangmy@cn.fujitsu.com> <1593320546-14682-1-git-send-email-wangmy@cn.fujitsu.com> <1593401871-17345-2-git-send-email-wangmy@cn.fujitsu.com> <1593401871-17345-3-git-send-email-wangmy@cn.fujitsu.com> <1593401871-17345-4-git-send-email-wangmy@cn.fujitsu.com> <1593401871-17345-5-git-send-email-wangmy@cn.fujitsu.com> <1593401871-17345-1-git-send-email-wangmy@cn.fujitsu.com>

thanks for the updates. Most appreciated.

These are now merged.

Bruce


In message: [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: Change python to python3
on 29/06/2020 Wang Mingyu wrote:

> upgrade 2.4.0 -> 3.8.3
> 
> -License-Update: Copyright year updated to 2016.
> 
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  .../python/python-flake8_2.4.0.bb               | 17 -----------------
>  .../python/python3-flake8_3.8.3.bb              | 17 +++++++++++++++++
>  2 files changed, 17 insertions(+), 17 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb b/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
> deleted file mode 100644
> index f476c42..0000000
> --- a/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -DESCRIPTION = "The modular source code checker: pep8, pyflakes and co"
> -HOMEPAGE = "https://github.com/dreamhost/cliff"
> -SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=7a76e57e683629e1ac2a49406169c2a3"
> -
> -SRC_URI[md5sum] = "d413935bb21026c18aca82654114502f"
> -SRC_URI[sha256sum] = "d26a9d0252da9f831b8277b824961bb10b1f9d79f4752d32e4814b7bcd1e089b"
> -
> -inherit setuptools3 pypi
> -
> -RDEPENDS_${PN} += "python-prettytable \
> -            python-cmd2 \
> -            python-pyparsing \
> -            python-mccabe \
> -            python-pep8 \
> -            python-pyflakes"
> diff --git a/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb
> new file mode 100644
> index 0000000..9385c80
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTION = "The modular source code checker: pep8, pyflakes and co"
> +HOMEPAGE = "https://github.com/dreamhost/cliff"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=75b26781f1adf1aa310bda6098937878"
> +
> +SRC_URI[md5sum] = "b11380b47468c3dc7323396d4b8c1746"
> +SRC_URI[sha256sum] = "f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208"
> +
> +inherit setuptools3 pypi
> +
> +RDEPENDS_${PN} += "python3-prettytable \
> +            python3-cmd2 \
> +            python3-pyparsing \
> +            python3-mccabe \
> +            python3-pep8 \
> +            python3-pyflakes"
> -- 
> 2.17.1
> 
> 
> 

> 



  parent reply	other threads:[~2020-06-30  3:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29  3:37 [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: Change python to python3 Wang Mingyu
2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-oslotest: " Wang Mingyu
2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-ovsdbapp: " Wang Mingyu
2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-trollius: " Wang Mingyu
2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-bootswatch: " Wang Mingyu
2020-06-30  3:58 ` Bruce Ashfield [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-30  6:02 [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: " Wang Mingyu
2020-06-28  5:01 [meta-virtualization][meta-cloud-services][PATCH 1/4] python3-oslo.utils: Remove inc file Wang Mingyu
2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH 2/4] python3-oslo.serialization: Change python to python3 Wang Mingyu
2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH 3/4] python3-automaton: " Wang Mingyu
2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH 4/4] python3-taskflow: " Wang Mingyu
2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH] python3-oslo.context: " 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=20200630035852.GA8891@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.