Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] docker-compose, python3-docker, python3-docker-pycreds
@ 2021-09-20  4:10 dmarto
  2021-09-20  5:10 ` [PR PATCH] [Updated] " dmarto
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: dmarto @ 2021-09-20  4:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages docker
https://github.com/void-linux/void-packages/pull/33029

docker-compose, python3-docker, python3-docker-pycreds
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

I have also used it heavily in the past day, due to updating several compose plays.

On top of updating to the newer version, I have also cleaned up the dependencies; for example six has not been required for more than an year, and docker-pycreds, has been merged into docker-py (python3-docker) also for more than an year, as no other packages use it (at least in Void repos), I have also opted to remove it. 



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

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

From 95bae35bec9088557da7610c7078d88dbee8e2e1 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 20 Sep 2021 06:49:29 +0300
Subject: [PATCH 1/4] docker-compose: update to 1.29.2

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

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index e447d00c79f7..e2910e04f864 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,20 +1,20 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
-version=1.27.4
-revision=3
+version=1.29.2
+revision=1
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-jsonschema python3-docker>=3.7.0
- python3-dockerpty python3-requests python3-docopt python3-yaml python3-six
+depends="python3-setuptools python3-jsonschema python3-docker>=5.0.0
+ python3-dockerpty python3-requests python3-docopt python3-yaml
  python3-texttable python3-cached-property python3-paramiko>=2.4.2
- python3-dotenv python3-distro"
+ python3-dotenv python3-distro python3-websocket-client"
 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=1c0458f37e9de4bf2d79fe82c9ab0065c8a6132496c3c2f477599604e294a422
+checksum=99a9b91d476062d280c889ae4e9993d7dd6a186327bafb2bb39521f9351b96eb
 make_check=no # needs ddt which is not packaged
 
 post_install() {

From 734f8f3b76bd493bce5625a4694a6cd33a563d45 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 20 Sep 2021 06:49:59 +0300
Subject: [PATCH 2/4] python3-docker: update to 5.0.2

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

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index ef6c581745b0..fb2e584cf441 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
-version=4.4.4
+version=5.0.2
 revision=1
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds"
+depends="python3-requests python3-websocket-client python3-paramiko>=2.4.2"
 short_desc="Python3 library for the Docker Engine API"
 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=d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db
+checksum=21ec4998e90dff7a7aaaa098ca8d839c7de412b89e6f6c30908372d58fecf663

From e13af58602eabdb25ac05990f6043b67b9b2f031 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 20 Sep 2021 06:59:23 +0300
Subject: [PATCH 3/4] python3-docker-pycreds: remove package

merged into python3-docker, around 2019
---
 srcpkgs/python3-docker-pycreds/template | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 srcpkgs/python3-docker-pycreds/template

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
deleted file mode 100644
index 8a790a57bebd..000000000000
--- a/srcpkgs/python3-docker-pycreds/template
+++ /dev/null
@@ -1,14 +0,0 @@
-# Template file for 'python3-docker-pycreds'
-pkgname=python3-docker-pycreds
-version=0.4.0
-revision=4
-wrksrc="docker-pycreds-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-six"
-short_desc="Python3 bindings for the docker credentials store API"
-maintainer="Sergi Alvarez <pancake@nopcode.org>"
-license="Apache-2.0"
-homepage="https://github.com/shin-/dockerpy-creds"
-distfiles="${PYPI_SITE}/d/docker-pycreds/docker-pycreds-${version}.tar.gz"
-checksum=6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4

From 03a131777bad42c9baed7540dd585b055f307201 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 20 Sep 2021 07:00:40 +0300
Subject: [PATCH 4/4] removed-packages: add python3-docker-pycreds

---
 srcpkgs/removed-packages/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index a159a0bd31e1..4cef0c4f648c 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -264,6 +264,7 @@ replaces="
  python3-aiohttp2<=2.3.10_4
  python3-aiohttp-cors2<=0.7.0_3
  python3-idna-ssl<=1.1.0_3
+ python3-docker-pycreds<=0.4.0_4
  qimageblitz<=0.0.6_4
  quake4<=1.4.2_3
  qucs<=0.0.19_2

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

end of thread, other threads:[~2021-09-26 12:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20  4:10 [PR PATCH] docker-compose, python3-docker, python3-docker-pycreds dmarto
2021-09-20  5:10 ` [PR PATCH] [Updated] " dmarto
2021-09-20  5:11 ` dmarto
2021-09-20  5:12 ` dmarto
2021-09-20  5:17 ` dmarto
2021-09-20  5:18 ` dmarto
2021-09-20  5:19 ` dmarto
2021-09-20  5:24 ` [PR PATCH] [Updated] " dmarto
2021-09-20  5:27 ` dmarto
2021-09-20 18:19 ` dmarto
2021-09-21 22:11 ` paper42
2021-09-22  5:51 ` dmarto
2021-09-23 19:49 ` [PR PATCH] [Updated] " dmarto
2021-09-23 20:02 ` dmarto
2021-09-24  8:31 ` [PR REVIEW] " paper42
2021-09-24  8:31 ` paper42
2021-09-24 14:54 ` [PR PATCH] [Updated] " dmarto
2021-09-24 14:54 ` [PR REVIEW] " dmarto
2021-09-26 12:49 ` [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).