python3-docker-py:v.bump to 2.0.2
This commit is contained in:
@@ -12,4 +12,4 @@ def build():
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("CONTRIBUTING*", "LICENSE", "MAINTAINERS", "MANIFEST*", "README*")
|
||||
pisitools.dodoc("CONTRIBUTING*", "LICENSE", "MAINTAINERS", "MANIFEST*", "README*")
|
||||
|
||||
@@ -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)
|
||||
@@ -10,20 +10,23 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Python client for Docker.</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="f20e51eae6f39762d6c1d8f3349785507d140f28" type="targz">https://github.com/docker/docker-py/archive/1.8.1.tar.gz</Archive>
|
||||
<Archive sha1sum="653bad33f42de753d90b9ced35c621eeb236a960" type="targz">https://github.com/docker/docker-py/archive/2.0.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-websocket-client</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3-requests</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>get_rid_of_pip.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>python3-docker-py</Name>
|
||||
<Summary>Python client for Docker.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency versionFrom="3.6.0">python3</Dependency>
|
||||
<Dependency>python3-websocket-client</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3-requests</Dependency>
|
||||
@@ -34,6 +37,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-02-01</Date>
|
||||
<Version>2.0.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>1.8.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user