[packages/python-docker] up to 3.1.0
glen
glen at pld-linux.org
Mon Feb 26 19:03:19 CET 2018
commit b6dcc02d644f130bd689d9ded706aac9ec958f30
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Mon Feb 26 19:59:04 2018 +0200
up to 3.1.0
refs https://github.com/docker/compose/issues/5672
python-docker.spec | 4 ++--
unpin-requirements.patch | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/python-docker.spec b/python-docker.spec
index 36b206b..0a30bea 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: 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
diff --git a/unpin-requirements.patch b/unpin-requirements.patch
index 21d8ea0..f4b2530 100644
--- a/unpin-requirements.patch
+++ b/unpin-requirements.patch
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-docker.git/commitdiff/b6dcc02d644f130bd689d9ded706aac9ec958f30
More information about the pld-cvs-commit
mailing list