Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Updating podman-compose to version 1.0.6
@ 2023-06-20  4:31 aadi58002
  2023-06-20  9:03 ` realcharmer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: aadi58002 @ 2023-06-20  4:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aadi58002/void-packages podman-compose
https://github.com/void-linux/void-packages/pull/44531

Updating podman-compose to version 1.0.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: NO

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9f81bfd2487eb63c14092a80ee6c17f244fde85d Mon Sep 17 00:00:00 2001
From: aadi58002 <aadi58002gmail.com>
Date: Tue, 20 Jun 2023 10:59:24 +0530
Subject: [PATCH] Updating podman-compose to version 1.0.6

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

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 310027c1a045..205691f08dcb 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
-version=1.0.3
-revision=2
+version=1.0.6
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="podman python3-yaml python3-dotenv"
@@ -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=b28e5792a50feee987e7864e0df1b6e8929c923c010e1f65493fe29b4c2aedcf
+checksum=0b9ee7cc000ef5d0ce7f81ce2e306be56d1edb0f494a883ca25c4d163469b12b
 # Source distribution does not script unit tests
 make_check=no

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

* Re: Updating podman-compose to version 1.0.6
  2023-06-20  4:31 [PR PATCH] Updating podman-compose to version 1.0.6 aadi58002
@ 2023-06-20  9:03 ` realcharmer
  2023-06-20  9:13 ` podman-compose: update to 1.0.6 aadi58002
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: realcharmer @ 2023-06-20  9:03 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44531#issuecomment-1598393989

Comment:
You should follow the commit and PR naming convention, so it should be "podman-compose: update to 1.0.6" in both cases.

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

* Re: podman-compose: update to 1.0.6
  2023-06-20  4:31 [PR PATCH] Updating podman-compose to version 1.0.6 aadi58002
  2023-06-20  9:03 ` realcharmer
@ 2023-06-20  9:13 ` aadi58002
  2023-06-20  9:18 ` realcharmer
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: aadi58002 @ 2023-06-20  9:13 UTC (permalink / raw)
  To: ml

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

New comment by aadi58002 on void-packages repository

https://github.com/void-linux/void-packages/pull/44531#issuecomment-1598411125

Comment:
> You should follow the commit and PR naming convention, so it should be "podman-compose: update to 1.0.6" in both cases.

I will keep that in mind from now on.

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

* Re: podman-compose: update to 1.0.6
  2023-06-20  4:31 [PR PATCH] Updating podman-compose to version 1.0.6 aadi58002
  2023-06-20  9:03 ` realcharmer
  2023-06-20  9:13 ` podman-compose: update to 1.0.6 aadi58002
@ 2023-06-20  9:18 ` realcharmer
  2023-06-20  9:30 ` [PR PATCH] [Updated] " aadi58002
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: realcharmer @ 2023-06-20  9:18 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44531#issuecomment-1598418287

Comment:
Change the commit message as well, please.
Otherwise the update looks good. Quick testing shows no issues.

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

* Re: [PR PATCH] [Updated] podman-compose: update to 1.0.6
  2023-06-20  4:31 [PR PATCH] Updating podman-compose to version 1.0.6 aadi58002
                   ` (2 preceding siblings ...)
  2023-06-20  9:18 ` realcharmer
@ 2023-06-20  9:30 ` aadi58002
  2023-06-20  9:37 ` realcharmer
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: aadi58002 @ 2023-06-20  9:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by aadi58002 against master on the void-packages repository

https://github.com/aadi58002/void-packages podman-compose
https://github.com/void-linux/void-packages/pull/44531

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

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 49518543e8cfc278235cbf5f928a4ab77a34791c Mon Sep 17 00:00:00 2001
From: aadi58002 <aadi58002gmail.com>
Date: Tue, 20 Jun 2023 10:59:24 +0530
Subject: [PATCH] podman-compose: update to 1.0.6

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

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 310027c1a045..205691f08dcb 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
-version=1.0.3
-revision=2
+version=1.0.6
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="podman python3-yaml python3-dotenv"
@@ -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=b28e5792a50feee987e7864e0df1b6e8929c923c010e1f65493fe29b4c2aedcf
+checksum=0b9ee7cc000ef5d0ce7f81ce2e306be56d1edb0f494a883ca25c4d163469b12b
 # Source distribution does not script unit tests
 make_check=no

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

* Re: podman-compose: update to 1.0.6
  2023-06-20  4:31 [PR PATCH] Updating podman-compose to version 1.0.6 aadi58002
                   ` (3 preceding siblings ...)
  2023-06-20  9:30 ` [PR PATCH] [Updated] " aadi58002
@ 2023-06-20  9:37 ` realcharmer
  2023-06-20 12:54 ` realcharmer
  2023-06-23 19:38 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: realcharmer @ 2023-06-20  9:37 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44531#issuecomment-1598446225

Comment:
Great stuff, LGTM.

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

* Re: podman-compose: update to 1.0.6
  2023-06-20  4:31 [PR PATCH] Updating podman-compose to version 1.0.6 aadi58002
                   ` (4 preceding siblings ...)
  2023-06-20  9:37 ` realcharmer
@ 2023-06-20 12:54 ` realcharmer
  2023-06-23 19:38 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: realcharmer @ 2023-06-20 12:54 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44531#issuecomment-1598418287

Comment:
Change the commit message as well, please.
Otherwise the update looks good. Quick testing shows no issues. Built on `x86_64-glibc` and cross-built on `x86_64-musl`.

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

* Re: [PR PATCH] [Merged]: podman-compose: update to 1.0.6
  2023-06-20  4:31 [PR PATCH] Updating podman-compose to version 1.0.6 aadi58002
                   ` (5 preceding siblings ...)
  2023-06-20 12:54 ` realcharmer
@ 2023-06-23 19:38 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-23 19:38 UTC (permalink / raw)
  To: ml

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

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

podman-compose: update to 1.0.6
https://github.com/void-linux/void-packages/pull/44531

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

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-06-23 19:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20  4:31 [PR PATCH] Updating podman-compose to version 1.0.6 aadi58002
2023-06-20  9:03 ` realcharmer
2023-06-20  9:13 ` podman-compose: update to 1.0.6 aadi58002
2023-06-20  9:18 ` realcharmer
2023-06-20  9:30 ` [PR PATCH] [Updated] " aadi58002
2023-06-20  9:37 ` realcharmer
2023-06-20 12:54 ` realcharmer
2023-06-23 19:38 ` [PR PATCH] [Merged]: " Duncaen

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).