]> git.pld-linux.org Git - packages/python-docker.git/commitdiff
up to 3.7.2
authorJan Palus <atler@pld-linux.org>
Sun, 31 Mar 2019 18:31:43 +0000 (20:31 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 31 Mar 2019 18:31:43 +0000 (20:31 +0200)
python-docker.spec
unpin-requirements.patch

index 0f0a081a3f50d6afe7edf59eaffa62814bb15c04..88425dc46309a48caac4f65c44b30f3c7d4d5aa6 100644 (file)
@@ -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
index e4522ac4d332a27c5b4d3dbe6f02c181f00b2b4b..a4dcee0d29c2756f6380e8c57bffa0adf5c0f113 100644 (file)
@@ -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
This page took 0.124866 seconds and 4 git commands to generate.