From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49565) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmHtg-00078F-TG for guix-patches@gnu.org; Sat, 13 Jul 2019 09:17:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmHte-00028u-Kv for guix-patches@gnu.org; Sat, 13 Jul 2019 09:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32783) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmHte-00028e-Gj for guix-patches@gnu.org; Sat, 13 Jul 2019 09:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmHte-0002HO-6P for guix-patches@gnu.org; Sat, 13 Jul 2019 09:17:02 -0400 Subject: bug#36608: [PATCH 8/9] Update docker-compose to 1.24.1. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sat, 13 Jul 2019 15:16:01 +0200 In-Reply-To: (Jacob MacDonald's message of "Thu, 11 Jul 2019 15:52:05 -0500") Message-ID: <87pnme848e.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jacob MacDonald Cc: 36608-done@debbugs.gnu.org Hello, Jacob MacDonald skribis: > From ce4ba389f4feb4be00ab0f1910ec4114e0c41a15 Mon Sep 17 00:00:00 2001 > From: Jacob MacDonald > Date: Thu, 11 Jul 2019 15:38:17 -0500 > Subject: [PATCH 8/9] gnu: python-docker-py: Update to 3.7.3. > > * gnu/packages/docker.scm (python-docker-py): Update to 3.7.3. [...] > (inputs > - `(("python-requests" ,python-requests) > + `(("python2-backport-ssl-match-hostname" > + ,python2-backport-ssl-match-hostname) AFAICS =E2=80=98python2-backport-ssl-match-hostname=E2=80=99 is unnecessary= here since it=E2=80=99s a Python 3.x package. So I took the liberty to remove it. I also adjusted the commit log so that it mentions all the changes made to the package, including =E2=80=98inputs=E2=80=99 changes. I added a copyright line for you in python-xyz.scm and pushed the whole series. Thank you! Ludo=E2=80=99.