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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 23 Oct 2024 12:58:30 +0200
with message-id <87wmhz84rt.fsf <at> gnu.org>
and subject line Re: [bug#73871] [PATCH] gnu: podman-compose: Update to 1.2.0.
has caused the debbugs.gnu.org bug report #73871,
regarding [PATCH] gnu: podman-compose: Update to 1.2.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73871: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73871
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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’.
This bug report was last modified 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.