]> git.pld-linux.org Git - packages/python-docker.git/commitdiff
up to 4.2.1 auto/th/python-docker-4.2.1-1
authorJan Palus <atler@pld-linux.org>
Wed, 3 Jun 2020 15:33:07 +0000 (17:33 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 3 Jun 2020 15:33:07 +0000 (17:33 +0200)
python-docker.spec
unpin-requirements.patch

index 331667d95378c7073b2588951fa8ed1e482bcea9..c86c8d6a42bdcff0b006056daaf65f39fe12dffa 100644 (file)
@@ -9,12 +9,12 @@
 %define                pypi_name       docker
 Summary:       A Python library for the Docker Engine API
 Name:          python-%{module}
-Version:       3.7.2
-Release:       2
+Version:       4.2.1
+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: e367b2270d7eea2eccceb022e4929cde
+# Source0-md5: 65111a1e4a2ab83d2ba104cdb17f1326
 Patch0:                unpin-requirements.patch
 URL:           http://docker-py.readthedocs.org/
 BuildRequires: rpm-pythonprov
index a4dcee0d29c2756f6380e8c57bffa0adf5c0f113..ecd4355628cc361256d85d2f68c9e3df6688bf95 100644 (file)
@@ -1,13 +1,11 @@
---- 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 @@
+--- docker-4.2.1/requirements.txt.orig 2020-06-03 17:19:49.047177232 +0200
++++ docker-4.2.1/requirements.txt      2020-06-03 17:21:15.051474069 +0200
+@@ -1,19 +1,19 @@
 -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.4.0
+-cryptography==2.3
 -enum34==1.1.6
 -idna==2.5
 -ipaddress==1.0.18
 -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
+-urllib3==1.24.3
+-websocket-client==0.56.0
 +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.4.0
++cryptography>=2.3
 +enum34>=1.1.6
 +idna>=2.5
 +ipaddress>=1.0.18
@@ -42,6 +37,5 @@
 +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
++urllib3>=1.24.3
++websocket-client>=0.56.0
This page took 0.127942 seconds and 4 git commands to generate.