GNU bug report logs - #51306
[PATCH] gnu: docker-compose: Update to 1.29.2

Previous Next

Package: guix-patches;

Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>

Date: Wed, 20 Oct 2021 15:01:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51306 in the body.
You can then email your comments to 51306 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51306; Package guix-patches. (Wed, 20 Oct 2021 15:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Olivier Dion <olivier.dion <at> polymtl.ca>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 20 Oct 2021 15:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Olivier Dion <olivier.dion <at> polymtl.ca>
To: guix-patches <at> gnu.org
Cc: Olivier Dion <olivier.dion <at> polymtl.ca>
Subject: [PATCH] gnu: docker-compose: Update to 1.29.2
Date: Wed, 20 Oct 2021 10:59:45 -0400
* gnu/packages/docker.scm (docker-compose): Update to 1.29.2.
---
 gnu/packages/docker.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 8bac1b89ce..9ab9e86c21 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2020 Katherine Cox-Buday <cox.katherine.e <at> gmail.com>
 ;;; Copyright © 2020 Jesse Dowell <jessedowell <at> gmail.com>
 ;;; Copyright © 2021 Oleg Pykhalov <go.wigust <at> gmail.com>
+;;; Copyright © 2021 Olivier Dion <olivier.dion <at> polymtl.ca>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -106,14 +107,14 @@ (define-public python-dockerpty
 (define-public docker-compose
   (package
     (name "docker-compose")
-    (version "1.25.4")
+    (version "1.29.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "docker-compose" version))
        (sha256
         (base32
-         "1ww8ckpj3n5jdg63qvmiqx3gk0fsrnynnnqj17fppymbwjzf5fps"))))
+         "1dq9kfak61xx7chjrzmkvbw9mvj9008k7g8q7mwi4x133p9dk32c"))))
     (build-system python-build-system)
     ;; TODO: Tests require running Docker daemon.
     (arguments '(#:tests? #f))
-- 
2.33.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 27 Oct 2021 22:42:02 GMT) Full text and rfc822 format available.

Notification sent to Olivier Dion <olivier.dion <at> polymtl.ca>:
bug acknowledged by developer. (Wed, 27 Oct 2021 22:42:02 GMT) Full text and rfc822 format available.

Message #10 received at 51306-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Olivier Dion <olivier.dion <at> polymtl.ca>
Cc: 51306-done <at> debbugs.gnu.org
Subject: Re: bug#51306: [PATCH] gnu: docker-compose: Update to 1.29.2
Date: Thu, 28 Oct 2021 00:41:02 +0200
Olivier Dion <olivier.dion <at> polymtl.ca> skribis:

> * gnu/packages/docker.scm (docker-compose): Update to 1.29.2.

Applied, thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#51306; Package guix-patches. (Thu, 28 Oct 2021 00:47:02 GMT) Full text and rfc822 format available.

Message #13 received at 51306-done <at> debbugs.gnu.org (full text, mbox):

From: Olivier Dion <olivier.dion <at> polymtl.ca>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 51306-done <at> debbugs.gnu.org
Subject: Re: bug#51306: [PATCH] gnu: docker-compose: Update to 1.29.2
Date: Wed, 27 Oct 2021 20:46:13 -0400
On Thu, 28 Oct 2021, Ludovic Courtès <ludo <at> gnu.org> wrote:
> Olivier Dion <olivier.dion <at> polymtl.ca> skribis:
>
>> * gnu/packages/docker.scm (docker-compose): Update to 1.29.2.
>
> Applied, thanks!
>
> Ludo’.

Note that I just tested, and python-dotenv is missing.  After adding it,
Pypi docker version is 3 major versions too old for docker-compose.
Even after bumping it, there's also many other nightmares with
pkg_resources throwing `DistributionNotFound`.

There's probably many things to fixe and I think it would be best to
revert this patch.

Sorry for the inconvenience.

Regards,  
Olivier

-- 
Olivier Dion
Polymtl




Information forwarded to guix-patches <at> gnu.org:
bug#51306; Package guix-patches. (Sat, 30 Oct 2021 14:02:02 GMT) Full text and rfc822 format available.

Message #16 received at 51306-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Olivier Dion <olivier.dion <at> polymtl.ca>
Cc: 51306-done <at> debbugs.gnu.org
Subject: Re: bug#51306: [PATCH] gnu: docker-compose: Update to 1.29.2
Date: Sat, 30 Oct 2021 16:01:27 +0200
Hi,

Olivier Dion <olivier.dion <at> polymtl.ca> skribis:

> On Thu, 28 Oct 2021, Ludovic Courtès <ludo <at> gnu.org> wrote:
>> Olivier Dion <olivier.dion <at> polymtl.ca> skribis:
>>
>>> * gnu/packages/docker.scm (docker-compose): Update to 1.29.2.
>>
>> Applied, thanks!
>>
>> Ludo’.
>
> Note that I just tested, and python-dotenv is missing.  After adding it,
> Pypi docker version is 3 major versions too old for docker-compose.
> Even after bumping it, there's also many other nightmares with
> pkg_resources throwing `DistributionNotFound`.

Oh, too bad this isn’t caught at build time.

> There's probably many things to fixe and I think it would be best to
> revert this patch.

OK, done (will push shortly).

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#51306; Package guix-patches. (Sat, 30 Oct 2021 15:31:01 GMT) Full text and rfc822 format available.

Message #19 received at 51306-done <at> debbugs.gnu.org (full text, mbox):

From: Olivier Dion <olivier.dion <at> polymtl.ca>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 51306-done <at> debbugs.gnu.org
Subject: Re: bug#51306: [PATCH] gnu: docker-compose: Update to 1.29.2
Date: Sat, 30 Oct 2021 11:30:29 -0400
On Sat, 30 Oct 2021, Ludovic Courtès <ludo <at> gnu.org> wrote:
> Hi,
>
> Olivier Dion <olivier.dion <at> polymtl.ca> skribis:
>
>> On Thu, 28 Oct 2021, Ludovic Courtès <ludo <at> gnu.org> wrote:
>>> Olivier Dion <olivier.dion <at> polymtl.ca> skribis:
>>>
>>>> * gnu/packages/docker.scm (docker-compose): Update to 1.29.2.
>>>
>>> Applied, thanks!
>>>
>>> Ludo’.
>>
>> Note that I just tested, and python-dotenv is missing.  After adding it,
>> Pypi docker version is 3 major versions too old for docker-compose.
>> Even after bumping it, there's also many other nightmares with
>> pkg_resources throwing `DistributionNotFound`.
>
> Oh, too bad this isn’t caught at build time.
>
>> There's probably many things to fixe and I think it would be best to
>> revert this patch.
>
> OK, done (will push shortly).

No need.  See ad39268cdf075f4c4eeb87ed78ce46ca6f817675 :-)
>
> Ludo’.
>
-- 
Olivier Dion
Polymtl




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Nov 2021 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 144 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.