]> git.pld-linux.org Git - packages/python-docker.git/commitdiff
up to 3.1.0 auto/th/python-docker-3.1.0-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Feb 2018 17:59:04 +0000 (19:59 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Feb 2018 18:02:23 +0000 (20:02 +0200)
refs https://github.com/docker/compose/issues/5672

python-docker.spec
unpin-requirements.patch

index 36b206be8416aa0cd345d0e92093c26f909a4b49..0a30bea763c946f9a3c93fffdb48aa0d725c6f60 100644 (file)
@@ -9,12 +9,12 @@
 %define                pypi_name       docker
 Summary:       A Python library for the Docker Engine API
 Name:          python-%{module}
-Version:       2.5.1
+Version:       3.1.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: 7d917152976df075e6e90ee853df641f
+# Source0-md5: 63494b83e6825f4845d6996d87e0dbf2
 Patch0:                unpin-requirements.patch
 URL:           http://docker-py.readthedocs.org/
 BuildRequires: rpm-pythonprov
index 21d8ea08b72bc4b6254e0c3dc9c32dfaba0ed002..f4b2530d2b83e88e92c8e0fac83a1b92b1c2e279 100644 (file)
@@ -1,13 +1,13 @@
---- docker-py-1.9.0/test-requirements.txt~     2016-06-03 03:59:50.000000000 +0300
-+++ docker-py-1.9.0/test-requirements.txt      2016-09-01 16:51:41.334585017 +0300
+--- docker-3.1.0/test-requirements.txt~        2017-10-27 00:11:50.000000000 +0300
++++ docker-3.1.0/test-requirements.txt 2018-02-26 20:01:57.334881524 +0200
 @@ -1,5 +1,5 @@
 -mock==1.0.1
 -pytest==2.9.1
 -coverage==3.7.1
 -pytest-cov==2.1.0
--flake8==2.4.1
+-flake8==3.4.1
 +mock>=1.0.1
-+pytest>=2.7.2
++pytest>=2.9.1
 +coverage>=3.7.1
 +pytest-cov>=2.1.0
-+flake8>=2.4.1
++flake8>=3.4.1
This page took 0.127637 seconds and 4 git commands to generate.