All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ming Liu" <liu.ming50@gmail.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org,
	 Stefan Agner <stefan.agner@toradex.com>,
	ChenQi <Qi.Chen@windriver.com>
Subject: Re: [meta-virtualization] [PATCH 0/3] Uprev docker-compose to 1.25.0
Date: Sat, 7 Dec 2019 14:25:25 +0100	[thread overview]
Message-ID: <CALatG=5P9fCk08_ggUz4OAs03DJBqcXmzN7KsNP3joWgTveHFw@mail.gmail.com> (raw)
In-Reply-To: <CADkTA4MB39xztYRKj-g=V63f1Zhp7S62UPuV9heOK-F9aOc0QQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2899 bytes --]

Hi, Bruce:

I think I had introduced a regression for this "python3-docker-compose:
uprev to 1.25.0" commit, it depends on python3-paramiko and python3-nacl
but I forgot to add them, sorry for that.

I have just sent two more patches to add them in.

//Ming Liu

Bruce Ashfield <bruce.ashfield@gmail.com> 於 2019年12月6日 週五 下午8:08寫道:

> merged
>
> Bruce
>
> On Mon, Dec 2, 2019 at 2:27 PM Ming Liu <liu.ming50@gmail.com> wrote:
> >
> > From: Ming Liu <liu.ming50@gmail.com>
> >
> > This patch set mainly aims to uprev docker-compose to 1.25.0 and also
> > upgrade some of its dependencies to the latest release version.
> >
> > Test on a colibri-imx8x machine against:
> > https://docs.docker.com/compose/gettingstarted/
> >
> > Ming Liu (3):
> >   python-docker-pycreds: uprev to 0.4.0
> >   python-docker: uprev to 4.1.0
> >   python3-docker-compose: uprev to 1.25.0
> >
> >  ...up.py-remove-maximum-version-requirements.patch | 33
> +++++++++++----------
> >  .../python3-docker-compose_1.21.2.bb               | 31
> --------------------
> >  .../python3-docker-compose_1.25.0.bb               | 34
> ++++++++++++++++++++++
> >  recipes-devtools/python/python-docker-pycreds.inc  |  4 +--
> >  ...eds_0.3.0.bb => python-docker-pycreds_0.4.0.bb} |  0
> >  recipes-devtools/python/python-docker.inc          |  4 +--
> >  ...thon-docker_3.4.0.bb => python-docker_4.1.0.bb} |  0
> >  ...ds_0.3.0.bb => python3-docker-pycreds_0.4.0.bb} |  0
> >  ...on3-docker_3.4.0.bb => python3-docker_4.1.0.bb} |  0
> >  9 files changed, 55 insertions(+), 51 deletions(-)
> >  delete mode 100644 recipes-containers/docker-compose/
> python3-docker-compose_1.21.2.bb
> >  create mode 100644 recipes-containers/docker-compose/
> python3-docker-compose_1.25.0.bb
> >  rename recipes-devtools/python/{python-docker-pycreds_0.3.0.bb =>
> python-docker-pycreds_0.4.0.bb} (100%)
> >  rename recipes-devtools/python/{python-docker_3.4.0.bb =>
> python-docker_4.1.0.bb} (100%)
> >  rename recipes-devtools/python/{python3-docker-pycreds_0.3.0.bb =>
> python3-docker-pycreds_0.4.0.bb} (100%)
> >  rename recipes-devtools/python/{python3-docker_3.4.0.bb =>
> python3-docker_4.1.0.bb} (100%)
> >
> > --
> > 2.7.4
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> >
> > View/Reply Online (#4799):
> https://lists.yoctoproject.org/g/meta-virtualization/message/4799
> > Mute This Topic: https://lists.yoctoproject.org/mt/65175066/1050810
> > Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub
> [bruce.ashfield@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>

[-- Attachment #2: Type: text/html, Size: 5841 bytes --]

  reply	other threads:[~2019-12-07 13:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-02 19:27 [meta-virtualization] [PATCH 0/3] Uprev docker-compose to 1.25.0 Ming Liu
2019-12-02 19:27 ` [meta-virtualization] [PATCH 1/3] python-docker-pycreds: uprev to 0.4.0 Ming Liu
2019-12-02 19:27 ` [meta-virtualization] [PATCH 2/3] python-docker: uprev to 4.1.0 Ming Liu
2019-12-02 19:27 ` [meta-virtualization] [PATCH 3/3] python3-docker-compose: uprev to 1.25.0 Ming Liu
2019-12-06 19:08 ` [meta-virtualization] [PATCH 0/3] Uprev docker-compose " Bruce Ashfield
2019-12-07 13:25   ` Ming Liu [this message]
2019-12-10  7:11     ` Bruce Ashfield
2019-12-10  9:15       ` Ming Liu

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='CALatG=5P9fCk08_ggUz4OAs03DJBqcXmzN7KsNP3joWgTveHFw@mail.gmail.com' \
    --to=liu.ming50@gmail.com \
    --cc=Qi.Chen@windriver.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=stefan.agner@toradex.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.