[python-docker-py] Resolves: rhbz#1097415, version bump

Lokesh Mandvekar lsm5 at fedoraproject.org
Sun Jul 13 04:14:40 UTC 2014


commit a2d6409c631933788f0e55b577dcdedf5ab125af
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Sat Jul 12 23:11:29 2014 -0500

    Resolves: rhbz#1097415, version bump

 .gitignore                       |    1 +
 python-docker-py-relax-six.patch |   22 ----------------------
 python-docker-py.spec            |   19 +++++++++----------
 requests-rhel6.patch             |   33 ---------------------------------
 sources                          |    2 +-
 5 files changed, 11 insertions(+), 66 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b59d9c..5557f16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /docker-py-0.2.3.tar.gz
+/docker-py-0.3.2.tar.gz
diff --git a/python-docker-py.spec b/python-docker-py.spec
index 09454eb..4f3af14 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.2.3
-Release:        9%{?dist}
+Version:        0.3.2
+Release:        1%{?dist}
 Summary:        An API client for docker written in Python
 License:        ASL 2.0
 URL:            http://www.docker.io
@@ -11,8 +11,6 @@ URL:            http://www.docker.io
 # only x86_64 for now: https://github.com/dotcloud/docker/issues/136
 ExclusiveArch:  x86_64
 Source0:        https://pypi.python.org/packages/source/d/docker-py/docker-py-%{version}.tar.gz
-Patch0:         python-docker-py-relax-six.patch
-Patch1:         requests-rhel6.patch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-tools
@@ -23,16 +21,13 @@ BuildRequires:  docker-io
 Requires:       python-requests
 Requires:       python-websocket-client
 Requires:       docker-io
+Requires:       python-six
 
 %description
 %{summary}
 
 %prep
 %setup -q -n docker-py-%{version}
-%patch0 -p1 -b python-docker-py-relax-six
-%if 6 <= 0%{?rhel} < 7
-%patch1 -p1 -b requests-rhel6
-%endif
 
 %build
 %{__python} setup.py build
@@ -43,12 +38,16 @@ Requires:       docker-io
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.md
-%dir %attr(755,root,root) %{python_sitelib}/docker
-%dir %attr(755,root,root) %{python_sitelib}/docker_py-%{version}-py2*.egg-info
+%dir %{python_sitelib}/docker
+%dir %{python_sitelib}/docker_py-%{version}-py2*.egg-info
 %{python_sitelib}/docker/*
 %{python_sitelib}/docker_py-%{version}-py2*.egg-info/*
 
 %changelog
+* Sat Jul 12 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 0.3.2-1
+- version bump to 0.3.2
+- Resolves: rhbz#1097415
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 18bebc9..273993f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6f8b5aec30d1b2eb8b47d1c0e087cee  docker-py-0.2.3.tar.gz
+67eb9e06b8988ac46a9e50cca01f7333  docker-py-0.3.2.tar.gz


More information about the scm-commits mailing list