]> git.pld-linux.org Git - packages/python-docker.git/commitdiff
up to 4.3.1 auto/th/python-docker-4.3.1-1
authorJan Palus <atler@pld-linux.org>
Mon, 7 Sep 2020 20:35:45 +0000 (22:35 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 7 Sep 2020 20:35:45 +0000 (22:35 +0200)
python-docker.spec
unpin-requirements.patch

index b69fb16078b158297d37f0af631e9478e4766fe7..e4ac9879b02d3cc47555ed95fd4d4a801d740606 100644 (file)
@@ -9,12 +9,12 @@
 %define                pypi_name       docker
 Summary:       A Python library for the Docker Engine API
 Name:          python-%{module}
-Version:       4.2.2
+Version:       4.3.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: 9028336105468b7869a91d50e76f88f9
+# Source0-md5: ce28bd52fe2e33a26394693f01199e6c
 Patch0:                unpin-requirements.patch
 URL:           http://docker-py.readthedocs.org/
 BuildRequires: rpm-pythonprov
index ecd4355628cc361256d85d2f68c9e3df6688bf95..6602ba4f331d6d32db98641e253e421982cd8713 100644 (file)
@@ -1,6 +1,6 @@
 --- 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 @@
+@@ -1,18 +1,18 @@
 -appdirs==1.4.3
 -asn1crypto==0.22.0
 -backports.ssl-match-hostname==3.5.0.1
@@ -14,8 +14,7 @@
 -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'
+-pywin32==227; sys_platform == 'win32'
 -requests==2.20.0
 -six==1.10.0
 -urllib3==1.24.3
@@ -33,8 +32,7 @@
 +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'
++pywin32>=227; sys_platform == 'win32'
 +requests>=2.20.0
 +six>=1.10.0
 +urllib3>=1.24.3
This page took 0.175956 seconds and 4 git commands to generate.