Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] docker-compose: update to 1.27.0
@ 2020-09-08  5:55 kartikynwa
  2020-09-08 16:12 ` [PR REVIEW] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kartikynwa @ 2020-09-08  5:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages docker-compose-update
https://github.com/void-linux/void-packages/pull/24757

docker-compose: update to 1.27.0


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

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

From 4b641b54ffc74799fc07c2751da2b0f9622b7390 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 8 Sep 2020 11:24:58 +0530
Subject: [PATCH] docker-compose: update to 1.27.0

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

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 8742e5070f5..11492f0e44e 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,6 +1,6 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
-version=1.26.2
+version=1.27.0
 revision=1
 archs=noarch
 wrksrc="compose-${version}"
@@ -15,7 +15,7 @@ maintainer="pancake <pancake@nopcode.org>"
 license="Apache-2.0"
 homepage="https://docs.docker.com/compose/"
 distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
-checksum=a4999bcb838ca9e88ff992fedd7a32ab71f97ae081696f8bf26fa1da54aaffe6
+checksum=9ba09b65037f8a25def88e2fb270df32c7cfce8b158936614ddcbde2aa29a7c8
 
 
 post_install() {

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

* Re: [PR REVIEW] docker-compose: update to 1.27.0
  2020-09-08  5:55 [PR PATCH] docker-compose: update to 1.27.0 kartikynwa
@ 2020-09-08 16:12 ` ahesford
  2020-09-08 16:19 ` [PR PATCH] [Updated] " kartikynwa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-08 16:12 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24757#discussion_r485039148

Comment:
`noarch` is deprecated, please remove this line.

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

* Re: [PR PATCH] [Updated] docker-compose: update to 1.27.0
  2020-09-08  5:55 [PR PATCH] docker-compose: update to 1.27.0 kartikynwa
  2020-09-08 16:12 ` [PR REVIEW] " ahesford
@ 2020-09-08 16:19 ` kartikynwa
  2020-09-08 16:19 ` [PR REVIEW] " kartikynwa
  2020-09-08 16:37 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: kartikynwa @ 2020-09-08 16:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages docker-compose-update
https://github.com/void-linux/void-packages/pull/24757

docker-compose: update to 1.27.0


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

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

From cc2598dede98a0b71dc0801a2f431400241c34dd Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 8 Sep 2020 11:24:58 +0530
Subject: [PATCH] docker-compose: update to 1.27.0

---
 srcpkgs/docker-compose/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 8742e5070f5..fb3f2320679 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
-version=1.26.2
+version=1.27.0
 revision=1
-archs=noarch
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -15,7 +14,7 @@ maintainer="pancake <pancake@nopcode.org>"
 license="Apache-2.0"
 homepage="https://docs.docker.com/compose/"
 distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
-checksum=a4999bcb838ca9e88ff992fedd7a32ab71f97ae081696f8bf26fa1da54aaffe6
+checksum=9ba09b65037f8a25def88e2fb270df32c7cfce8b158936614ddcbde2aa29a7c8
 
 
 post_install() {

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

* Re: [PR REVIEW] docker-compose: update to 1.27.0
  2020-09-08  5:55 [PR PATCH] docker-compose: update to 1.27.0 kartikynwa
  2020-09-08 16:12 ` [PR REVIEW] " ahesford
  2020-09-08 16:19 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-09-08 16:19 ` kartikynwa
  2020-09-08 16:37 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: kartikynwa @ 2020-09-08 16:19 UTC (permalink / raw)
  To: ml

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

New review comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/24757#discussion_r485044038

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: docker-compose: update to 1.27.0
  2020-09-08  5:55 [PR PATCH] docker-compose: update to 1.27.0 kartikynwa
                   ` (2 preceding siblings ...)
  2020-09-08 16:19 ` [PR REVIEW] " kartikynwa
@ 2020-09-08 16:37 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-08 16:37 UTC (permalink / raw)
  To: ml

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

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

docker-compose: update to 1.27.0
https://github.com/void-linux/void-packages/pull/24757

Description:


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

end of thread, other threads:[~2020-09-08 16:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08  5:55 [PR PATCH] docker-compose: update to 1.27.0 kartikynwa
2020-09-08 16:12 ` [PR REVIEW] " ahesford
2020-09-08 16:19 ` [PR PATCH] [Updated] " kartikynwa
2020-09-08 16:19 ` [PR REVIEW] " kartikynwa
2020-09-08 16:37 ` [PR PATCH] [Merged]: " ahesford

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