From: Jan Palus Date: Mon, 7 Sep 2020 20:35:45 +0000 (+0200) Subject: up to 4.3.1 X-Git-Tag: auto/th/python-docker-4.3.1-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-docker.git;a=commitdiff_plain;h=fe1861e up to 4.3.1 --- diff --git a/python-docker.spec b/python-docker.spec index b69fb16..e4ac987 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: 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 diff --git a/unpin-requirements.patch b/unpin-requirements.patch index ecd4355..6602ba4 100644 --- a/unpin-requirements.patch +++ b/unpin-requirements.patch @@ -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