Github messages for voidlinux
 help / color / mirror / Atom feed
From: kartikynwa <kartikynwa@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] docker-compose: update to 2.26.1
Date: Thu, 03 Sep 2020 20:39:05 +0200	[thread overview]
Message-ID: <20200903183905.YiGU14ClMw7TKDjChlAUPD96-sFtkyaXSl04QrkTfAQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24588@inbox.vuxu.org>

[-- 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/24588

docker-compose: update to 2.26.1


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

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

From 921c032a31dc0442d20099b5f5941faa8ac99925 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 1 Sep 2020 12:58:30 +0530
Subject: [PATCH 1/3] New package: python3-dotenv-0.14.0

---
 srcpkgs/python3-dotenv/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dotenv/template

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
new file mode 100644
index 00000000000..b771ad0139d
--- /dev/null
+++ b/srcpkgs/python3-dotenv/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dotenv'
+pkgname=python3-dotenv
+version=0.14.0
+revision=1
+archs=noarch
+wrksrc="python-dotenv-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python module to get and set variables in .env files"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/theskumar/python-dotenv"
+distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz"
+checksum=ed0ccb333acaa02a12a9510fef1909fca891e8da454ba24777b4ce407f403b5f
+
+post_install() {
+	vlicense LICENSE
+}

From b73ce2f41d39174cb2f0c134900c15a26891a472 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 1 Sep 2020 13:00:42 +0530
Subject: [PATCH 2/3] python-docker, python3-docker: update to 4.3.1

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

diff --git a/srcpkgs/python-docker/template b/srcpkgs/python-docker/template
index 1a325bd6c46..4d004057a37 100644
--- a/srcpkgs/python-docker/template
+++ b/srcpkgs/python-docker/template
@@ -1,6 +1,6 @@
 # Template file for 'python-docker'
 pkgname=python-docker
-version=4.2.0
+version=4.3.1
 revision=1
 archs=noarch
 wrksrc="docker-${version}"
@@ -13,7 +13,7 @@ maintainer="Sergi Alvarez <pancake@nopcode.org>"
 license="Apache-2.0"
 homepage="https://github.com/docker/docker-py"
 distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
-checksum=ddae66620ab5f4bce769f64bcd7934f880c8abe6aa50986298db56735d0f722e
+checksum=bad94b8dd001a8a4af19ce4becc17f41b09f228173ffe6a4e0355389eef142f2
 
 python3-docker_package() {
 	archs=noarch

From 7ee9cc4763b4225cf1ac799df70acae44e0fea7f Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 1 Sep 2020 13:01:29 +0530
Subject: [PATCH 3/3] docker-compose: update to 2.26.1

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

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index d381a1091d0..8742e5070f5 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.25.5
+version=1.26.2
 revision=1
 archs=noarch
 wrksrc="compose-${version}"
@@ -9,19 +9,15 @@ hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-docker>=3.7.0
  python3-dockerpty python3-websocket-client python3-requests python3-docopt
  python3-yaml python3-six python3-texttable python3-cached-property
- python3-paramiko>=2.4.2"
+ python3-paramiko>=2.4.2 python3-dotenv python3-distro"
 short_desc="Tool to define and run multi-container Docker applications"
 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=c04d4858b456f5806618fe7a49fadd3f1ccb8f10cf6e499bcf7fdee80a93c21a
+checksum=a4999bcb838ca9e88ff992fedd7a32ab71f97ae081696f8bf26fa1da54aaffe6
 
 
-pre_build() {
-	# relax texttable and requests upper bound
-	sed -i '/texttable/s/, < 0.10//;/requests/s/, < 2\.21//' setup.py
-}
 post_install() {
 	vinstall contrib/completion/bash/docker-compose 644 \
 		usr/share/bash-completion/completions docker-compose

  parent reply	other threads:[~2020-09-03 18:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01  8:06 [PR PATCH] Docker compose update kartikynwa
2020-09-03  4:36 ` kartikynwa
2020-09-03  6:39 ` [PR PATCH] [Updated] " kartikynwa
2020-09-03  6:51 ` docker-compose: update to 2.26.1 kartikynwa
2020-09-03  6:51 ` kartikynwa
2020-09-03  6:56 ` kartikynwa
2020-09-03 14:33 ` kartikynwa
2020-09-03 18:39 ` kartikynwa [this message]
2020-09-03 18:46 ` kartikynwa
2020-09-03 18:58 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200903183905.YiGU14ClMw7TKDjChlAUPD96-sFtkyaXSl04QrkTfAQ@z \
    --to=kartikynwa@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).