[packages/python-docker] up to 1.9.0
glen
glen at pld-linux.org
Thu Sep 1 15:53:18 CEST 2016
commit 8bddbbdb0584410572c2d45c7a3a43b01881613b
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Sep 1 16:52:27 2016 +0300
up to 1.9.0
python-docker.spec | 9 +++++----
unpin-test-requirements.patch | 7 +++----
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/python-docker.spec b/python-docker.spec
index baf9d21..6f3b81d 100644
--- a/python-docker.spec
+++ b/python-docker.spec
@@ -5,14 +5,15 @@
%bcond_without python3 # CPython 3.x module
%define module docker
+%define pypi_name docker-py
Summary: An API client for docker written in Python
Name: python-%{module}
-Version: 1.8.1
-Release: 3
+Version: 1.9.0
+Release: 1
License: Apache v2.0
Group: Libraries/Python
-Source0: https://pypi.python.org/packages/d9/af/4c4edd438a1d132a30c7877d929841a6b8e843ee281f41d91500ad7fac65/docker-py-%{version}.tar.gz
-# Source0-md5: 555ed9ed5f9ce36d694aa9449523d2d8
+Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+# Source0-md5: 5d0b1736cbe98f3a157acd14a61ba2ef
Patch0: unpin-test-requirements.patch
URL: http://docker-py.readthedocs.org/
BuildRequires: rpm-pythonprov
diff --git a/unpin-test-requirements.patch b/unpin-test-requirements.patch
index c51ed78..21d8ea0 100644
--- a/unpin-test-requirements.patch
+++ b/unpin-test-requirements.patch
@@ -1,12 +1,11 @@
---- a/test-requirements.txt
-+++ b/test-requirements.txt
+--- 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
@@ -1,5 +1,5 @@
-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
-\ No newline at end of file
+mock>=1.0.1
+pytest>=2.7.2
+coverage>=3.7.1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-docker.git/commitdiff/8bddbbdb0584410572c2d45c7a3a43b01881613b
More information about the pld-cvs-commit
mailing list