From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: zhengruoqin <zhengrq.fnst@cn.fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35
Date: Tue, 27 Oct 2020 23:28:18 -0400 [thread overview]
Message-ID: <20201028032817.GC46280@gmail.com> (raw)
In-Reply-To: <1603176096-40364-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176138-40410-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176148-40446-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176157-40482-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176184-40527-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176202-40565-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176207-40601-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176227-40638-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176243-40682-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176256-40720-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176262-40756-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1603176285-40793-1-git-send-email-zhengrq.fnst@cn.fujitsu.com>
Thanks for the fixes / updates / cleanups!
These are now merged.
Bruce
In message: [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35
on 20/10/2020 zhengruoqin wrote:
> Consolidate inc and bb files into a single bb file.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
> .../python/python3-webtest_2.0.33.bb | 2 --
> ...{python-webtest.inc => python3-webtest_2.0.35.bb} | 12 ++++++++++--
> 2 files changed, 10 insertions(+), 4 deletions(-)
> delete mode 100644 meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
> rename meta-openstack/recipes-devtools/python/{python-webtest.inc => python3-webtest_2.0.35.bb} (55%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
> deleted file mode 100644
> index aaf0b42..0000000
> --- a/meta-openstack/recipes-devtools/python/python3-webtest_2.0.33.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -inherit setuptools3 pypi
> -require python-webtest.inc
> diff --git a/meta-openstack/recipes-devtools/python/python-webtest.inc b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
> similarity index 55%
> rename from meta-openstack/recipes-devtools/python/python-webtest.inc
> rename to meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
> index d4e9e07..5fd4f5a 100644
> --- a/meta-openstack/recipes-devtools/python/python-webtest.inc
> +++ b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
> @@ -8,5 +8,13 @@ PYPI_PACKAGE = "WebTest"
>
> RDEPENDS_${PN} += "${PYTHON_PN}-beautifulsoup4"
>
> -SRC_URI[md5sum] = "dd0385c725b85ac1e8079f38d2acd7b1"
> -SRC_URI[sha256sum] = "41348efe4323a647a239c31cde84e5e440d726ca4f449859264e538d39037fd0"
> +SRC_URI[md5sum] = "a5d027ffa0991fdf20e305c62bd37791"
> +SRC_URI[sha256sum] = "aac168b5b2b4f200af4e35867cf316712210e3d5db81c1cbdff38722647bb087"
> +
> +RDEPENDS_${PN} += " \
> + python3-html \
> + python3-logging \
> + python3-webob \
> +"
> +
> +inherit setuptools3 pypi
> --
> 2.25.1
>
>
>
>
>
>
prev parent reply other threads:[~2020-10-28 3:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-20 6:41 [meta-virtualization] [PATCH] python3-oslo.privsep: change to python3 zhengruoqin
2020-10-20 6:42 ` [meta-virtualization] [PATCH] python3-oslo.versionedobjects: " zhengruoqin
2020-10-20 6:42 ` [meta-virtualization] [PATCH] python3-testrepository: Consolidate in a single file zhengruoqin
2020-10-20 6:42 ` [meta-virtualization] [PATCH] python3-testresources: upgrade 0.2.7 -> 2.0.1 zhengruoqin
2020-10-20 6:43 ` [meta-virtualization] [PATCH] python3-testscenarios: Consolidate in a single file zhengruoqin
2020-10-20 6:43 ` [meta-virtualization] [PATCH] python3-testtools: remove recipe zhengruoqin
2020-10-20 6:43 ` [meta-virtualization] [PATCH] python3-thrift: Consolidate in a single file zhengruoqin
2020-10-20 6:43 ` [meta-virtualization] [PATCH] python3-tooz: upgrade 1.48.0 -> 2.7.1 zhengruoqin
2020-10-20 6:44 ` [meta-virtualization] [PATCH] python3-vine: upgrade 1.1.4 -> 5.0.0 zhengruoqin
2020-10-20 6:44 ` [meta-virtualization] [PATCH] python3-voluptuous: upgrade 0.10.5 -> 0.12.0 zhengruoqin
2020-10-20 6:44 ` [meta-virtualization] [PATCH] python3-weakrefmethod: Consolidate in a single file zhengruoqin
2020-10-20 6:44 ` [meta-virtualization] [PATCH] python3-webtest: upgrade 2.0.33 -> 2.0.35 zhengruoqin
2020-10-28 3:28 ` 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=20201028032817.GC46280@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@yoctoproject.org \
--cc=zhengrq.fnst@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.