]> git.pld-linux.org Git - packages/python-docker.git/commitdiff
up to 5.0.0 auto/th/python-docker-5.0.0-1
authorJan Palus <atler@pld-linux.org>
Wed, 7 Apr 2021 08:29:42 +0000 (10:29 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 7 Apr 2021 08:29:42 +0000 (10:29 +0200)
python-docker.spec
unpin-requirements.patch

index 3f48deae79997f57b19cf7a98c031195ae439aa6..c47f79e5c3a9ce745f140b5b2919c3aee24aeb1d 100644 (file)
@@ -9,12 +9,12 @@
 %define                pypi_name       docker
 Summary:       A Python library for the Docker Engine API
 Name:          python-%{module}
-Version:       4.4.4
-Release:       2
+Version:       5.0.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: e52f862b113d14c684a6e7dfa3d9e11c
+# Source0-md5: 9cc5156a2ff6458a8f52114b9bbc0d7e
 Patch0:                unpin-requirements.patch
 URL:           http://docker-py.readthedocs.org/
 BuildRequires: rpm-pythonprov
index 7d1da2df78b58cc1e6b1159abdc5fda704d48c19..738a85a877dd60db6a6828d20e813fc87b66d721 100644 (file)
@@ -1,11 +1,11 @@
 --- 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,18 +1,18 @@
+@@ -1,17 +1,17 @@
 -appdirs==1.4.3
 -asn1crypto==0.22.0
 -backports.ssl-match-hostname==3.5.0.1
 -cffi==1.14.4
--cryptography==3.2
+-cryptography==3.4.7
 -enum34==1.1.6
 -idna==2.5
 -ipaddress==1.0.18
 -pyparsing==2.2.0
 -pywin32==227; sys_platform == 'win32'
 -requests==2.20.0
--six==1.10.0
 -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.14.4
-+cryptography>=3.2
++cryptography>=3.4.7
 +enum34>=1.1.6
 +idna>=2.5
 +ipaddress>=1.0.18
@@ -34,6 +33,5 @@
 +pyparsing>=2.2.0
 +pywin32>=227; sys_platform == 'win32'
 +requests>=2.20.0
-+six>=1.10.0
 +urllib3>=1.24.3
 +websocket-client>=0.56.0
This page took 0.110245 seconds and 4 git commands to generate.