GNU bug report logs -
#73871
[PATCH] gnu: podman-compose: Update to 1.2.0.
Previous Next
Reported by: Jean SIMARD <woshilapin <at> tuziwo.info>
Date: Fri, 18 Oct 2024 21:29:01 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 73871 in the body.
You can then email your comments to 73871 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73871
; Package
guix-patches
.
(Fri, 18 Oct 2024 21:29:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jean SIMARD <woshilapin <at> tuziwo.info>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 18 Oct 2024 21:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (podman-compose): Update to 1.2.0.
[native-inputs]: Add python-parameterized.
Change-Id: I7303d127de02bd8a7d463ee5ba5c08563093e44f
---
gnu/packages/containers.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 891e7339e7..3e0cc93d4c 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -578,7 +578,7 @@ (define-public podman
(define-public podman-compose
(package
(name "podman-compose")
- (version "1.0.6")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -587,18 +587,17 @@ (define-public podman-compose
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "11dwpifkm20vyi6r3fgmiiqc01mpm4r8l0p5gfh0bawi2gklrhsf"))))
+ (base32 "06vm088q1x7j929n93ylq3bav716bqh6l79agj8sgzsqxjsmli73"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags #~(list "pytests")))
- (native-inputs
- (list python-pytest))
- (propagated-inputs
- (list python-dotenv python-pyyaml))
+ (native-inputs (list python-pytest python-parameterized))
+ (propagated-inputs (list python-dotenv python-pyyaml))
(home-page "https://github.com/containers/podman-compose")
(synopsis "Script to run docker-compose.yml using podman")
- (description "This package provides an implementation of
+ (description
+ "This package provides an implementation of
@url{https://compose-spec.io/, Compose Spec} for @code{podman} focused on
being rootless and not requiring any daemon to be running.")
(license license:gpl2)))
base-commit: cdc69de97d4afec0c651b1ba686936272c9bcc85
prerequisite-patch-id: 1bd417eeddf8901cc68e68e5abef3b24c393fede
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73871
; Package
guix-patches
.
(Tue, 22 Oct 2024 23:40:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 73871 <at> debbugs.gnu.org (full text, mbox):
Reviewed-by: Tomas Volf <~@wolfsden.cz>
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Wed, 23 Oct 2024 11:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jean SIMARD <woshilapin <at> tuziwo.info>
:
bug acknowledged by developer.
(Wed, 23 Oct 2024 11:00:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 73871-done <at> debbugs.gnu.org (full text, mbox):
Jean SIMARD <woshilapin <at> tuziwo.info> skribis:
> * gnu/packages/containers.scm (podman-compose): Update to 1.2.0.
> [native-inputs]: Add python-parameterized.
>
> Change-Id: I7303d127de02bd8a7d463ee5ba5c08563093e44f
Applied, thank you and Tomas!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 20 Nov 2024 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.