From 974b1df87c2c5ae4ef2c51668af2f27a90bfa1fc Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 21 Apr 2017 00:18:18 +0300 Subject: [PATCH 1/2] gonullu:fixed --- programming/language/python3/gonullu/actions.py | 2 -- programming/language/python3/gonullu/pspec.xml | 7 ------- 2 files changed, 9 deletions(-) diff --git a/programming/language/python3/gonullu/actions.py b/programming/language/python3/gonullu/actions.py index ac9bedd4a8..64195092ba 100644 --- a/programming/language/python3/gonullu/actions.py +++ b/programming/language/python3/gonullu/actions.py @@ -8,8 +8,6 @@ from pisi.actionsapi import pisitools def build(): pythonmodules.compile(pyVer="3") - pisitools.dosed("gonullu/docker.py", "Client", "client") - pisitools.dosed("gonullu/docker.py", "1.23", "1.24") def install(): pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/gonullu/pspec.xml b/programming/language/python3/gonullu/pspec.xml index f121548e49..3f2e0dacfc 100644 --- a/programming/language/python3/gonullu/pspec.xml +++ b/programming/language/python3/gonullu/pspec.xml @@ -40,13 +40,6 @@ - - 2017-04-20 - 1.1.6 - fixed import error and missing dep. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - 2017-04-10 1.1.6 From ba204715f7605ab4fa81178ae1c6bfbc673ff5ae Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 21 Apr 2017 00:21:01 +0300 Subject: [PATCH 2/2] python3-docker-py:version down to fix gonullu --- .../language/python3/python3-docker-py/pspec.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-docker-py/pspec.xml b/programming/language/python3/python3-docker-py/pspec.xml index bfd75c0405..3f79fe43d4 100644 --- a/programming/language/python3/python3-docker-py/pspec.xml +++ b/programming/language/python3/python3-docker-py/pspec.xml @@ -10,7 +10,8 @@ app:console Python client for Docker. A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc. - https://github.com/docker/docker-py/archive/2.0.2.tar.gz + + https://github.com/docker/docker-py/archive/1.8.1.tar.gz python3-devel python3-setuptools @@ -19,7 +20,7 @@ python3-requests - get_rid_of_pip.patch + @@ -36,7 +37,15 @@ /usr/share/doc + + + 2017-04-20 + 1.8.1 + Version Down to fix gonullu + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2017-02-01 2.0.2