[python-docker-py] update to 0.5.3

Lokesh Mandvekar lsm5 at fedoraproject.org
Thu Oct 23 01:11:44 UTC 2014


commit ec73f9c24fa5d2ecde66bd96f36916291cea9f09
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Wed Oct 22 18:08:42 2014 -0700

    update to 0.5.3
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at fedoraproject.org>

 .gitignore            |    1 +
 python-docker-py.spec |    7 +++++--
 sources               |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e325d6..881ce6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /docker-py-0.3.2.tar.gz
 /docker-py-0.4.0.tar.gz
 /docker-py-0.5.0.tar.gz
+/docker-py-0.5.3.tar.gz
diff --git a/python-docker-py.spec b/python-docker-py.spec
index a4d8b88..e841c44 100644
--- a/python-docker-py.spec
+++ b/python-docker-py.spec
@@ -2,8 +2,8 @@
 %global         debug_package   %{nil}
 
 Name:           python-docker-py
-Version:        0.5.0
-Release:        2%{?dist}
+Version:        0.5.3
+Release:        1%{?dist}
 Summary:        An API client for docker written in Python
 License:        ASL 2.0
 URL:            http://www.docker.com
@@ -50,6 +50,9 @@ Requires:       python-six >= 1.3.0
 %{python_sitelib}/docker_py-%{version}-py2*.egg-info/*
 
 %changelog
+* Wed Oct 22 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 0.5.3-1
+- update to 0.5.3
+
 * Tue Sep 23 2014 Tom Prince <tom.prince at clusterhq.com> - 0.5.0-2
 - Specify depedencies to match those in setup.py
 
diff --git a/sources b/sources
index 68483cf..0ecbd0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e56268a7f37ccabd7a72aa3cc7c25d80  docker-py-0.5.0.tar.gz
+809b7b8c144f5e37787e72b030ee353f  docker-py-0.5.3.tar.gz


More information about the scm-commits mailing list