[python-docker-py] new upstream release: 1.1.0

Tomas Tomecek ttomecek at fedoraproject.org
Fri Mar 13 06:17:42 UTC 2015


commit 6ceba128bd79a373059b629fd4995156de92ba6e
Author: Tomas Tomecek <ttomecek at redhat.com>
Date:   Fri Mar 13 07:16:37 2015 +0100

    new upstream release: 1.1.0

 .gitignore            | 1 +
 python-docker-py.spec | 7 ++++++-
 sources               | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b6368e..ee6f7f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /docker-py-0.7.0.tar.gz
 /docker-py-0.7.1.tar.gz
 /1.0.0.tar.gz
+/1.1.0.tar.gz
diff --git a/python-docker-py.spec b/python-docker-py.spec
index dc4f94f..149cf6d 100644
--- a/python-docker-py.spec
+++ b/python-docker-py.spec
@@ -6,7 +6,7 @@
 %global         debug_package   %{nil}
 
 Name:           python-docker-py
-Version:        1.0.0
+Version:        1.1.0
 Release:        1%{?dist}
 Summary:        An API client for docker written in Python
 License:        ASL 2.0
@@ -108,6 +108,11 @@ popd
 %endif # with_python3
 
 %changelog
+* Fri Mar 13 2015 Tomas Tomecek <ttomecek at redhat.com> - 1.1.0-1
+- new upstream release: 1.1.0
+- use latest python-requests
+- run unit test during build
+
 * Wed Feb 25 2015 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.0.0-1
 - update to upstream 1.0.0
 - Resolves: rhbz#1195627 - don't (B)R docker
diff --git a/sources b/sources
index 6d57b8a..a6df815 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cb60dc8daeef990d0a7479ba823e7f4  1.0.0.tar.gz
+4bbbf19f231341499a7843107ba91e68  1.1.0.tar.gz


More information about the scm-commits mailing list