[packages/python-docker] up to 3.7.2
atler
atler at pld-linux.org
Sun Mar 31 20:31:53 CEST 2019
commit 360efda1b79f23d1f3e15385cb28a021a1ae298c
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Mar 31 20:31:43 2019 +0200
up to 3.7.2
python-docker.spec | 4 ++--
unpin-requirements.patch | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-docker.spec b/python-docker.spec
index 0f0a081..88425dc 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.6.0
+Version: 3.7.2
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: 9c3b5e04a23ee78ec55b6f0c2e45dbed
+# Source0-md5: e367b2270d7eea2eccceb022e4929cde
Patch0: unpin-requirements.patch
URL: http://docker-py.readthedocs.org/
BuildRequires: rpm-pythonprov
diff --git a/unpin-requirements.patch b/unpin-requirements.patch
index e4522ac..a4dcee0 100644
--- a/unpin-requirements.patch
+++ b/unpin-requirements.patch
@@ -7,7 +7,7 @@
-cffi==1.10.0
-cryptography==1.9; python_version == '3.3'
-cryptography==2.3; python_version > '3.3'
--docker-pycreds==0.3.0
+-docker-pycreds==0.4.0
-enum34==1.1.6
-idna==2.5
-ipaddress==1.0.18
@@ -29,7 +29,7 @@
+cffi>=1.10.0
+cryptography>=1.9; python_version == '3.3'
+cryptography>=2.3; python_version > '3.3'
-+docker-pycreds>=0.3.0
++docker-pycreds>=0.4.0
+enum34>=1.1.6
+idna>=2.5
+ipaddress>=1.0.18
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-docker.git/commitdiff/360efda1b79f23d1f3e15385cb28a021a1ae298c
More information about the pld-cvs-commit
mailing list