]> git.pld-linux.org Git - packages/python-docker.git/commitdiff
requests 2.11.0 is broken, 2.11.1 is fixed auto/th/python-docker-1.10.3-2
authorElan Ruusamäe <glen@delfi.ee>
Thu, 29 Sep 2016 19:56:36 +0000 (22:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 29 Sep 2016 19:57:47 +0000 (22:57 +0300)
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
unpin-requirements.patch

index 773e17642bc61c9abc68d659b22513dd213f9588..77993f4c81f89ed319f2536500063659e5030b8b 100644 (file)
@@ -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
index 21d8ea08b72bc4b6254e0c3dc9c32dfaba0ed002..2b119b1470e83d0cbf70da6ea78e35f17418f956 100644 (file)
 +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'
This page took 0.119096 seconds and 4 git commands to generate.