[packages/python-docker] requests 2.11.0 is broken, 2.11.1 is fixed
glen
glen at pld-linux.org
Sun Oct 16 11:37:59 CEST 2016
commit bb05d93d83457670775cd968947a6325f3e8476a
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Sep 29 22:56:36 2016 +0300
requests 2.11.0 is broken, 2.11.1 is fixed
see:
https://github.com/docker/docker-py/pull/1127#pullrequestreview-2198201
2.11.1 never existed in pld, so we're fine
python-docker.spec | 2 +-
unpin-requirements.patch | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/python-docker.spec b/python-docker.spec
index 773e176..77993f4 100644
--- a/python-docker.spec
+++ b/python-docker.spec
@@ -10,7 +10,7 @@
Summary: An API client for docker written in Python
Name: python-%{module}
Version: 1.10.3
-Release: 1
+Release: 2
License: Apache v2.0
Group: Libraries/Python
Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
diff --git a/unpin-requirements.patch b/unpin-requirements.patch
index 21d8ea0..2b119b1 100644
--- a/unpin-requirements.patch
+++ b/unpin-requirements.patch
@@ -11,3 +11,14 @@
+coverage>=3.7.1
+pytest-cov>=2.1.0
+flake8>=2.4.1
+--- docker-py-1.10.3/setup.py~ 2016-09-16 21:48:17.000000000 +0300
++++ docker-py-1.10.3/setup.py 2016-09-29 22:56:01.446317927 +0300
+@@ -9,7 +9,7 @@
+ SOURCE_DIR = os.path.join(ROOT_DIR)
+
+ requirements = [
+- 'requests >= 2.5.2, < 2.11',
++ 'requests >= 2.5.2',
+ 'six >= 1.4.0',
+ 'websocket-client >= 0.32.0',
+ 'docker-pycreds >= 0.2.1'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-docker.git/commitdiff/bb05d93d83457670775cd968947a6325f3e8476a
More information about the pld-cvs-commit
mailing list