On Fri, Jan 20, 2017 at 3:22 AM, Huang Qiyu <[email protected]> wrote: > Upgrade python-swiftclient from 2.4.0 to 3.2.0.
3.2.0 is not on stable/newton so this is not desirable when we are in the process of moving everything to newton. I would rather we move this to the latest commit on stable/newton as I have been migrating the other recipes. In which case the will be 3.1.0+gitXXXXX. Mark > > Signed-off-by: Huang Qiyu <[email protected]> > --- > 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 5f423c4..2d5f83b 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 = "2.4.0+git${SRCPV}" > -SRCREV = "c9f79e641c6906e95095f3e0e505f9bd3f715bc2" > +PV = "3.2.0+git${SRCPV}" > +SRCREV = "5a620f83e88d1b52e013cedff4bc266bcf3c292a" > S = "${WORKDIR}/git" > > inherit setuptools python-dir > -- > 2.7.4 > > > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
