diff --git a/programming/language/python3/python3-colorama/pspec.xml b/programming/language/python3/python3-colorama/pspec.xml index def47cf523..140e72c886 100644 --- a/programming/language/python3/python3-colorama/pspec.xml +++ b/programming/language/python3/python3-colorama/pspec.xml @@ -12,7 +12,7 @@ Python API for cross-platform colored terminal text. https://pypi.python.org/packages/f0/d0/21c6449df0ca9da74859edc40208b3a57df9aca7323118c913e58d442030/colorama-0.3.7.tar.gz - python3-devel + python3-devel @@ -27,6 +27,13 @@ + + 2017-02-01 + 0.3.7 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-06-09 0.3.7 diff --git a/programming/language/python3/python3-docker-py/actions.py b/programming/language/python3/python3-docker-py/actions.py index 6d692d5cee..7c0cc75960 100644 --- a/programming/language/python3/python3-docker-py/actions.py +++ b/programming/language/python3/python3-docker-py/actions.py @@ -12,4 +12,4 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dodoc("CONTRIBUTING*", "LICENSE", "MAINTAINERS", "MANIFEST*", "README*") \ No newline at end of file + pisitools.dodoc("CONTRIBUTING*", "LICENSE", "MAINTAINERS", "MANIFEST*", "README*") diff --git a/programming/language/python3/python3-docker-py/files/get_rid_of_pip.patch b/programming/language/python3/python3-docker-py/files/get_rid_of_pip.patch new file mode 100644 index 0000000000..69837c1ddc --- /dev/null +++ b/programming/language/python3/python3-docker-py/files/get_rid_of_pip.patch @@ -0,0 +1,19 @@ +--- setup_old.py 2017-02-01 15:02:25.088620379 +0300 ++++ setup.py 2017-02-01 15:10:53.517611419 +0300 +@@ -5,16 +5,8 @@ + import os + import sys + +-import pip +- + from setuptools import setup, find_packages + +-if 'docker-py' in [x.project_name for x in pip.get_installed_distributions()]: +- print( +- 'ERROR: "docker-py" needs to be uninstalled before installing this' +- ' package:\npip uninstall docker-py', file=sys.stderr +- ) +- sys.exit(1) + + ROOT_DIR = os.path.dirname(__file__) + SOURCE_DIR = os.path.join(ROOT_DIR) diff --git a/programming/language/python3/python3-docker-py/pspec.xml b/programming/language/python3/python3-docker-py/pspec.xml index 62fc312521..bfd75c0405 100644 --- a/programming/language/python3/python3-docker-py/pspec.xml +++ b/programming/language/python3/python3-docker-py/pspec.xml @@ -10,20 +10,23 @@ 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/1.8.1.tar.gz + https://github.com/docker/docker-py/archive/2.0.2.tar.gz - python3-devel + python3-devel python3-setuptools python3-websocket-client python3-six python3-requests + + get_rid_of_pip.patch + python3-docker-py Python client for Docker. - python3 + python3 python3-websocket-client python3-six python3-requests @@ -34,6 +37,13 @@ + + 2017-02-01 + 2.0.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-06-09 1.8.1 diff --git a/programming/language/python3/python3-websocket-client/pspec.xml b/programming/language/python3/python3-websocket-client/pspec.xml index 10d4e9c859..6ad16ed15f 100644 --- a/programming/language/python3/python3-websocket-client/pspec.xml +++ b/programming/language/python3/python3-websocket-client/pspec.xml @@ -10,9 +10,9 @@ app:console WebSocket client library for Python websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. - https://github.com/liris/websocket-client/archive/v0.37.0.tar.gz + https://github.com/liris/websocket-client/archive/v0.40.0.tar.gz - python3-devel + python3-devel python3-setuptools @@ -20,7 +20,7 @@ python3-websocket-client WebSocket client library for Python - python3 + python3 /usr/bin @@ -29,6 +29,13 @@ + + 2017-02-01 + 0.40.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-06-09 0.37.0