From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Yuan Chao <yuanc.fnst@cn.fujitsu.com>,
Zang Ruochen <zangrc.fnst@cn.fujitsu.com>,
Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [PATCH] python-manilaclient: upgrade 1.28.0 -> 1.29.0
Date: Wed, 18 Sep 2019 14:00:57 -0400 [thread overview]
Message-ID: <20190918180054.GA22313@gmail.com> (raw)
In-Reply-To: <20190916023911.2653-1-zangrc.fnst@cn.fujitsu.com> <1568601944-47504-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <20190916031234.2983-1-zangrc.fnst@cn.fujitsu.com> <20190916032639.3150-1-zangrc.fnst@cn.fujitsu.com> <20190916035549.3440-1-zangrc.fnst@cn.fujitsu.com> <20190916040956.3619-1-zangrc.fnst@cn.fujitsu.com> <20190916060324.5111-1-zangrc.fnst@cn.fujitsu.com> <20190916061343.5261-1-zangrc.fnst@cn.fujitsu.com> <20190916062545.5489-1-zangrc.fnst@cn.fujitsu.com> <20190916063709.5662-1-zangrc.fnst@cn.fujitsu.com> <20190917094846.64815-1-yuanc.fnst@cn.fujitsu.com>
Trying a single reply to save time.
All of the below are now merged.
Bruce
In message: [meta-virtualization] [PATCH] python-manilaclient: upgrade 1.28.0 -> 1.29.0
on 17/09/2019 Yuan Chao wrote:
> Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
> ---
> .../recipes-devtools/python/python-manilaclient_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
> index a64c4d4..6984a9e 100644
> --- a/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
> @@ -33,8 +33,8 @@ RDEPENDS_${PN} +=" \
> SRCNAME = "manilaclient"
> SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
>
> -PV = "1.28.0+git${SRCPV}"
> -SRCREV = "3e3dfb1d5a401fb0e0003c6fab0a41bd3479b7c8"
> +PV = "1.29.0+git${SRCPV}"
> +SRCREV = "1b2cafb008bee70242b68a03212bcc575df683b9"
> S = "${WORKDIR}/git"
>
> inherit setuptools rmargparse
> --
> 2.17.1
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-troveclient: upgrade 2.19.0 -> 3.0.0
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
> index 637cf9b..e19ab4b 100644
> --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
> @@ -10,8 +10,8 @@ SRC_URI = "\
> git://github.com/openstack/python-troveclient.git;branch=master \
> "
>
> -PV = "2.19.0+git${SRCPV}"
> -SRCREV = "855ca07481afbb90c6276a4ebbeb0d659b058197"
> +PV = "3.0.0+git${SRCPV}"
> +SRCREV = "960843de8142db6e61cc4d148a51f55862acbba0"
> S = "${WORKDIR}/git"
>
> inherit setuptools hosts default_configs rmargparse
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-osprpfiler: upgrade 2.8.1 -> 2.8.2
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> .../python/{python-osprofiler_2.8.1.bb => python-osprofiler_2.8.2.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta-openstack/recipes-devtools/python/{python-osprofiler_2.8.1.bb => python-osprofiler_2.8.2.bb} (83%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.1.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb
> similarity index 83%
> rename from meta-openstack/recipes-devtools/python/python-osprofiler_2.8.1.bb
> rename to meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb
> index b299709..408bbdb 100644
> --- a/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.1.bb
> +++ b/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
> LICENSE = "Apache-2.0"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
>
> -SRC_URI[md5sum] = "ec8ef752caf49591941fba063ca40fb4"
> -SRC_URI[sha256sum] = "ee6d8a40daa3909b7c594378986b8c93ec2561dd8c329bad0aa54d4795c8fa57"
> +SRC_URI[md5sum] = "b192bdcbf201101a97d163d7ec6f4783"
> +SRC_URI[sha256sum] = "525b2becd692e3c6ed77a6fdf8a9ad8a52127f18e48a3abc1264c16d7fc5208a"
>
> inherit setuptools pypi
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-pycadf: upgrade 2.9.0 -> 2.10.0
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> meta-openstack/recipes-devtools/python/python-pycadf_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb
> index 6b63f5a..d86356b 100644
> --- a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
> LICENSE = "Apache-2.0"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
>
> -PV = "2.9.0+git${SRCPV}"
> -SRCREV = "4398b7d34e40f250a42e2ba537ca995a8c37376d"
> +PV = "2.10.0+git${SRCPV}"
> +SRCREV = "d113c1564d49d93451d9330955e8a42b7db04149"
>
> SRCNAME = "pycadf"
> SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-swiftclient: upgrade 3.8.0 -> 3.8.1
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
> index 15449e4..e5dea82 100644
> --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
> @@ -9,8 +9,8 @@ SRCNAME = "swiftclient"
>
> SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
>
> -PV = "3.8.0+git${SRCPV}"
> -SRCREV = "47d5f44c3dbb5b9172a6ac7e894bf2b940ad5707"
> +PV = "3.8.1+git${SRCPV}"
> +SRCREV = "72b90fed4c62cf75497a7d66714f5fb0aa91f18b"
> S = "${WORKDIR}/git"
>
> inherit setuptools python-dir
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-glanceclient: upgrade 2.16.0 -> 2.17.0
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
> index e828cba..393cc45 100644
> --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
> @@ -7,8 +7,8 @@ SRC_URI = "git://github.com/openstack/python-glanceclient.git \
> file://glance-api-check.sh \
> "
>
> -PV = "2.16.0+git${SRCPV}"
> -SRCREV = "44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a"
> +PV = "2.17.0+git${SRCPV}"
> +SRCREV = "40c19aa44361e13ac997d325d357d3e4748fa063"
> S = "${WORKDIR}/git"
>
> DEPENDS += " \
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-barbicanclient: upgrade 4.8.1 -> 4.9.0
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
> index 3c5043b..a4bcdea 100644
> --- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
> @@ -8,8 +8,8 @@ SRC_URI = "\
> git://github.com/openstack/python-barbicanclient.git \
> "
>
> -PV = "4.8.1+git${SRCPV}"
> -SRCREV = "1b282358166fe4c1d4dea896bd336b2850584f56"
> +PV = "4.9.0+git${SRCPV}"
> +SRCREV = "9c0e02d367b86eb5bdebda4e0ff1434d70db5f61"
> S = "${WORKDIR}/git"
>
> inherit setuptools
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-routes: Add python3 version
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> .../recipes-devtools/python/python-routes.inc | 15 +++++++++++++++
> .../recipes-devtools/python/python-routes_git.bb | 17 +----------------
> .../recipes-devtools/python/python3-routes_git.bb | 2 ++
> 3 files changed, 18 insertions(+), 16 deletions(-)
> create mode 100644 meta-openstack/recipes-devtools/python/python-routes.inc
> create mode 100644 meta-openstack/recipes-devtools/python/python3-routes_git.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-routes.inc b/meta-openstack/recipes-devtools/python/python-routes.inc
> new file mode 100644
> index 0000000..4224552
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-routes.inc
> @@ -0,0 +1,15 @@
> +DESCRIPTION = "A Python re-implementation of the Rails routes system."
> +HOMEPAGE = "http://routes.groovie.org"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"
> +
> +PV = "2.4.1+git${SRCPV}"
> +SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d"
> +
> +SRCNAME = "Routes"
> +SRC_URI = "git://github.com/bbangert/routes.git"
> +
> +S = "${WORKDIR}/git"
> +
> +RDEPENDS_${PN} += "${PYTHON_PN}-repoze.lru"
> diff --git a/meta-openstack/recipes-devtools/python/python-routes_git.bb b/meta-openstack/recipes-devtools/python/python-routes_git.bb
> index 408f0a8..11fea85 100644
> --- a/meta-openstack/recipes-devtools/python/python-routes_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-routes_git.bb
> @@ -1,17 +1,2 @@
> -DESCRIPTION = "A Python re-implementation of the Rails routes system."
> -HOMEPAGE = "http://routes.groovie.org"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"
> -
> -PV = "2.4.1+git${SRCPV}"
> -SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d"
> -
> -SRCNAME = "Routes"
> -SRC_URI = "git://github.com/bbangert/routes.git"
> -
> -S = "${WORKDIR}/git"
> -
> inherit setuptools
> -
> -RDEPENDS_${PN} += "python-repoze.lru"
> +require python-routes.inc
> diff --git a/meta-openstack/recipes-devtools/python/python3-routes_git.bb b/meta-openstack/recipes-devtools/python/python3-routes_git.bb
> new file mode 100644
> index 0000000..06dd1ad
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-routes_git.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools3
> +require python-routes.inc
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-pecan: Add python3 version
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> .../recipes-devtools/python/python-pecan.inc | 16 ++++++++++++++++
> .../recipes-devtools/python/python-pecan_1.3.3.bb | 18 ++----------------
> .../recipes-devtools/python/python3-pecan_1.3.3.bb | 2 ++
> 3 files changed, 20 insertions(+), 16 deletions(-)
> create mode 100644 meta-openstack/recipes-devtools/python/python-pecan.inc
> create mode 100644 meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-pecan.inc b/meta-openstack/recipes-devtools/python/python-pecan.inc
> new file mode 100644
> index 0000000..884ce75
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-pecan.inc
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "WSGI object-dispatching web framework"
> +HOMEPAGE = "https://pypi.python.org/pypi/pecan/"
> +SECTION = "devel/python"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
> +
> +SRC_URI[md5sum] = "8f006ed860f7fbdf0c0bf5ad0cf2f3b4"
> +SRC_URI[sha256sum] = "b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff"
> +
> +inherit pypi
> +
> +RDEPENDS_${PN} = "${PYTHON_PN}-mako \
> + ${PYTHON_PN}-webtest \
> + ${PYTHON_PN}-six \
> + ${PYTHON_PN}-logutils \
> +"
> diff --git a/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb b/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
> index 62f29fa..6fa052e 100644
> --- a/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
> +++ b/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
> @@ -1,16 +1,2 @@
> -DESCRIPTION = "WSGI object-dispatching web framework"
> -HOMEPAGE = "https://pypi.python.org/pypi/pecan/"
> -SECTION = "devel/python"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
> -
> -SRC_URI[md5sum] = "8f006ed860f7fbdf0c0bf5ad0cf2f3b4"
> -SRC_URI[sha256sum] = "b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff"
> -
> -inherit setuptools pypi
> -
> -RDEPENDS_${PN} = "python-mako \
> - python-webtest \
> - python-six \
> - python-logutils \
> -"
> +inherit setuptools
> +require python-pecan.inc
> diff --git a/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb b/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
> new file mode 100644
> index 0000000..2e6a223
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools3
> +require python-pecan.inc
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-osc-lib: Python3 version fix
on 16/09/2019 Zheng Ruoqin wrote:
> Specifies the major Python version being built using PYTHON_PN.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
> .../python/python-osc-lib.inc | 27 ++++++++++++-------
> .../python/python-osc-lib_1.13.0.bb | 7 +----
> .../python/python3-osc-lib_1.13.0.bb | 8 +-----
> 3 files changed, 19 insertions(+), 23 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib.inc b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
> index 58e994c..0589137 100644
> --- a/meta-openstack/recipes-devtools/python/python-osc-lib.inc
> +++ b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
> @@ -7,17 +7,24 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
> SRC_URI[md5sum] = "5e91028524b50a72f9913ccd2994cf77"
> SRC_URI[sha256sum] = "9dcd3b55bd887525a7020a8adbabb661a340fc4a4a707950dc1c6f0b286cce77"
>
> +inherit pypi
> +
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> + ${PYTHON_PN}-pbr-native \
> + "
> +
> RDEPENDS_${PN} += " \
> - python-pbr \
> - python-six \
> - python-babel \
> - python-cliff \
> - python-keystoneauth1 \
> - python-os-client-config \
> - python-oslo.i18n \
> - python-oslo.utils \
> - python-simplejson \
> - python-stevedore \
> + ${PYTHON_PN}-pbr \
> + ${PYTHON_PN}-six \
> + ${PYTHON_PN}-babel \
> + ${PYTHON_PN}-cliff \
> + ${PYTHON_PN}-keystoneauth1 \
> + ${PYTHON_PN}-os-client-config \
> + ${PYTHON_PN}-oslo.i18n \
> + ${PYTHON_PN}-oslo.utils \
> + ${PYTHON_PN}-simplejson \
> + ${PYTHON_PN}-stevedore \
> "
>
> CLEANBROKEN = "1"
> diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb
> index 4ea2de2..d8c72e7 100644
> --- a/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb
> @@ -1,7 +1,2 @@
> -inherit setuptools pypi
> +inherit setuptools
> require python-osc-lib.inc
> -
> -# Satisfy setup.py 'setup_requires'
> -DEPENDS += " \
> - python-pbr-native \
> - "
> diff --git a/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb b/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
> index 63265d9..256c286 100644
> --- a/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
> @@ -1,8 +1,2 @@
> -inherit setuptools3 pypi
> +inherit setuptools3
> require python-osc-lib.inc
> -
> -# Satisfy setup.py 'setup_requires'
> -DEPENDS += " \
> - python3-pbr-native \
> - "
> -
> --
> 2.17.1
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
In message: [meta-virtualization] [PATCH] python-amqplib: Add python3 version
on 16/09/2019 Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> .../recipes-devtools/python/python-amqplib.inc | 16 ++++++++++++++++
> .../recipes-devtools/python/python-amqplib_1.0.2.bb | 17 +----------------
> .../recipes-devtools/python/python3-amqplib_1.0.2.bb | 2 ++
> 3 files changed, 19 insertions(+), 16 deletions(-)
> create mode 100644 meta-openstack/recipes-devtools/python/python-amqplib.inc
> create mode 100644 meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-amqplib.inc b/meta-openstack/recipes-devtools/python/python-amqplib.inc
> new file mode 100644
> index 0000000..d9f22cb
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-amqplib.inc
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)"
> +HOMEPAGE = "http://code.google.com/p/py-amqplib/"
> +SECTION = "devel/python"
> +LICENSE = "LGPL-3.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90"
> +
> +PR = "r1"
> +SRCNAME = "amqplib"
> +
> +SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29"
> +SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936"
> +
> +S = "${WORKDIR}/py-amqplib-${PV}"
> +
> diff --git a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb
> index 1afc76e..a39284a 100644
> --- a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb
> +++ b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb
> @@ -1,17 +1,2 @@
> -DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)"
> -HOMEPAGE = "http://code.google.com/p/py-amqplib/"
> -SECTION = "devel/python"
> -LICENSE = "LGPL-3.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90"
> -
> -PR = "r1"
> -SRCNAME = "amqplib"
> -
> -SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29"
> -SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936"
> -
> -S = "${WORKDIR}/py-amqplib-${PV}"
> -
> inherit setuptools
> +require python-amqplib.inc
> diff --git a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
> new file mode 100644
> index 0000000..7623d17
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools3
> +require python-amqplib.inc
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
prev parent reply other threads:[~2019-09-18 18:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-16 2:39 [PATCH] python-amqplib: Add python3 version Zang Ruochen
2019-09-16 2:45 ` [PATCH] python-osc-lib: Python3 version fix Zheng Ruoqin
2019-09-16 3:12 ` [PATCH] python-pecan: Add python3 version Zang Ruochen
2019-09-16 3:26 ` [PATCH] python-routes: " Zang Ruochen
2019-09-16 3:55 ` [PATCH] python-barbicanclient: upgrade 4.8.1 -> 4.9.0 Zang Ruochen
2019-09-16 4:09 ` [PATCH] python-glanceclient: upgrade 2.16.0 -> 2.17.0 Zang Ruochen
2019-09-16 6:03 ` [PATCH] python-swiftclient: upgrade 3.8.0 -> 3.8.1 Zang Ruochen
2019-09-16 6:13 ` [PATCH] python-pycadf: upgrade 2.9.0 -> 2.10.0 Zang Ruochen
2019-09-16 6:25 ` [PATCH] python-osprpfiler: upgrade 2.8.1 -> 2.8.2 Zang Ruochen
2019-09-16 6:37 ` [PATCH] python-troveclient: upgrade 2.19.0 -> 3.0.0 Zang Ruochen
2019-09-17 9:48 ` [PATCH] python-manilaclient: upgrade 1.28.0 -> 1.29.0 Yuan Chao
2019-09-18 18:00 ` 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=20190918180054.GA22313@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@yoctoproject.org \
--cc=yuanc.fnst@cn.fujitsu.com \
--cc=zangrc.fnst@cn.fujitsu.com \
--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.