[packages/python-docker] up to 3.6.0

atler atler at pld-linux.org
Sat Dec 1 15:23:35 CET 2018


commit f0fbb51c3160cc0f6e7db0e759f437b430d83967
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Dec 1 15:23:25 2018 +0100

    up to 3.6.0

 python-docker.spec       |  4 ++--
 unpin-requirements.patch | 62 ++++++++++++++++++++++++++++++++++++------------
 2 files changed, 49 insertions(+), 17 deletions(-)
---
diff --git a/python-docker.spec b/python-docker.spec
index 8447bad..0f0a081 100644
--- a/python-docker.spec
+++ b/python-docker.spec
@@ -9,12 +9,12 @@
 %define		pypi_name	docker
 Summary:	A Python library for the Docker Engine API
 Name:		python-%{module}
-Version:	3.4.1
+Version:	3.6.0
 Release:	1
 License:	Apache v2.0
 Group:		Libraries/Python
 Source0:	https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# Source0-md5:	7c3bbe379f7a6a098283ccaa05845117
+# Source0-md5:	9c3b5e04a23ee78ec55b6f0c2e45dbed
 Patch0:		unpin-requirements.patch
 URL:		http://docker-py.readthedocs.org/
 BuildRequires:	rpm-pythonprov
diff --git a/unpin-requirements.patch b/unpin-requirements.patch
index d951bea..e4522ac 100644
--- a/unpin-requirements.patch
+++ b/unpin-requirements.patch
@@ -1,15 +1,47 @@
---- docker-3.1.0/test-requirements.txt~	2017-10-27 00:11:50.000000000 +0300
-+++ docker-3.1.0/test-requirements.txt	2018-02-26 20:01:57.334881524 +0200
-@@ -1,6 +1,6 @@
--coverage==3.7.1
--flake8==3.4.1
--mock==1.0.1
--pytest==2.9.1
--pytest-cov==2.1.0
--pytest-timeout==1.2.1
-+coverage>=3.7.1
-+flake8>=3.4.1
-+mock>=1.0.1
-+pytest-cov>=2.1.0
-+pytest>=2.9.1
-+pytest-timeout>=1.2.1
+--- docker-3.6.0.orig/requirements.txt	2018-12-01 15:19:00.028975519 +0100
++++ docker-3.6.0/requirements.txt	2018-12-01 15:20:55.230646876 +0100
+@@ -1,21 +1,21 @@
+-appdirs==1.4.3
+-asn1crypto==0.22.0
+-backports.ssl-match-hostname==3.5.0.1
+-cffi==1.10.0
+-cryptography==1.9; python_version == '3.3'
+-cryptography==2.3; python_version > '3.3'
+-docker-pycreds==0.3.0
+-enum34==1.1.6
+-idna==2.5
+-ipaddress==1.0.18
+-packaging==16.8
+-paramiko==2.4.2
+-pycparser==2.17
+-pyOpenSSL==18.0.0
+-pyparsing==2.2.0
+-pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
+-pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
+-requests==2.20.0
+-six==1.10.0
+-websocket-client==0.40.0
+-urllib3==1.21.1; python_version == '3.3'
+\ No newline at end of file
++appdirs>=1.4.3
++asn1crypto>=0.22.0
++backports.ssl-match-hostname>=3.5.0.1
++cffi>=1.10.0
++cryptography>=1.9; python_version == '3.3'
++cryptography>=2.3; python_version > '3.3'
++docker-pycreds>=0.3.0
++enum34>=1.1.6
++idna>=2.5
++ipaddress>=1.0.18
++packaging>=16.8
++paramiko>=2.4.2
++pycparser>=2.17
++pyOpenSSL>=18.0.0
++pyparsing>=2.2.0
++pypiwin32>=219; sys_platform == 'win32' and python_version < '3.6'
++pypiwin32>=223; sys_platform == 'win32' and python_version >= '3.6'
++requests>=2.20.0
++six>=1.10.0
++websocket-client>=0.40.0
++urllib3>=1.21.1; python_version == '3.3'
+\ No newline at end of file
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-docker.git/commitdiff/f0fbb51c3160cc0f6e7db0e759f437b430d83967



More information about the pld-cvs-commit mailing list