Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] podman-compose: update to 1.0.3.
@ 2022-05-02 14:19 karl-nilsson
  2022-05-03  9:05 ` juantascon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: karl-nilsson @ 2022-05-02 14:19 UTC (permalink / raw)
  To: ml

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

There is a new pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages podman-compose
https://github.com/void-linux/void-packages/pull/36957

podman-compose: update to 1.0.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x64-glibc

ping @juantascon


A patch file from https://github.com/void-linux/void-packages/pull/36957.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-podman-compose-36957.patch --]
[-- Type: text/x-diff, Size: 1126 bytes --]

From f91402f2e104ca37cff38d2a30091d7ece11c9e9 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 1 May 2022 23:18:20 -0400
Subject: [PATCH] podman-compose: update to 1.0.3.

---
 srcpkgs/podman-compose/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4e1722d64ea6..7f92015f8ecf 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,6 +1,6 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
-version=1.0.2
+version=1.0.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,6 +10,6 @@ maintainer="juan <juan@horlux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/containers/podman-compose"
 distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz"
-checksum=8eae5f2d89a423c66c26377c29955e077e7c90532e1a63989e8f04d973181c76
+checksum=b28e5792a50feee987e7864e0df1b6e8929c923c010e1f65493fe29b4c2aedcf
 # Source distribution does not script unit tests
 make_check=no

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: podman-compose: update to 1.0.3.
  2022-05-02 14:19 [PR PATCH] podman-compose: update to 1.0.3 karl-nilsson
@ 2022-05-03  9:05 ` juantascon
  2022-05-03 12:48 ` karl-nilsson
  2022-05-04  8:29 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: juantascon @ 2022-05-03  9:05 UTC (permalink / raw)
  To: ml

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

New comment by juantascon on void-packages repository

https://github.com/void-linux/void-packages/pull/36957#issuecomment-1115881999

Comment:
lgtm but I don't have merge permissions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: podman-compose: update to 1.0.3.
  2022-05-02 14:19 [PR PATCH] podman-compose: update to 1.0.3 karl-nilsson
  2022-05-03  9:05 ` juantascon
@ 2022-05-03 12:48 ` karl-nilsson
  2022-05-04  8:29 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: karl-nilsson @ 2022-05-03 12:48 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/36957#issuecomment-1116059997

Comment:
> lgtm but I don't have merge permissions

Yeah, I just wanted to give you a heads up in case you were working on a similar PR.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: podman-compose: update to 1.0.3.
  2022-05-02 14:19 [PR PATCH] podman-compose: update to 1.0.3 karl-nilsson
  2022-05-03  9:05 ` juantascon
  2022-05-03 12:48 ` karl-nilsson
@ 2022-05-04  8:29 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-05-04  8:29 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

podman-compose: update to 1.0.3.
https://github.com/void-linux/void-packages/pull/36957

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x64-glibc

ping @juantascon


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-04  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 14:19 [PR PATCH] podman-compose: update to 1.0.3 karl-nilsson
2022-05-03  9:05 ` juantascon
2022-05-03 12:48 ` karl-nilsson
2022-05-04  8:29 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).