ttomecek pushed to python-docker-py (master). "new upstream release: 1.2.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 30 05:59:39 UTC 2015


>From c4d816a7ce80494a586a1030dde28924840b4696 Mon Sep 17 00:00:00 2001
From: Tomas Tomecek <ttomecek at redhat.com>
Date: Thu, 30 Apr 2015 07:59:21 +0200
Subject: new upstream release: 1.2.1


diff --git a/.gitignore b/.gitignore
index ee6f7f7..be0792b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /docker-py-0.7.1.tar.gz
 /1.0.0.tar.gz
 /1.1.0.tar.gz
+/1.2.1.tar.gz
diff --git a/python-docker-py.spec b/python-docker-py.spec
index 68393a0..692ec3c 100644
--- a/python-docker-py.spec
+++ b/python-docker-py.spec
@@ -6,8 +6,8 @@
 %global         debug_package   %{nil}
 
 Name:           python-docker-py
-Version:        1.1.0
-Release:        2%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        An API client for docker written in Python
 License:        ASL 2.0
 URL:            https://github.com/docker/docker-py
@@ -25,7 +25,7 @@ BuildRequires:  python3-devel
 BuildRequires:  python3-tools
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-requests
-BuildRequires:  python3-websocket-client >= 0.11.0
+BuildRequires:  python3-websocket-client
 BuildRequires:  python3-coverage >= 3.7.1
 BuildRequires:  python3-mock
 %endif # with_python3
@@ -46,8 +46,8 @@ Requires:       python-six >= 1.3.0
 
 %if 0%{?with_python3}
 %package -n python3-docker-py
-Requires:       python3-websocket-client >= 0.11.0
-Requires:       python3-requests
+Requires:       python3-websocket-client
+Requires:       python3-requests >= 2.5.2
 Requires:       python3-six >= 1.3.0
 Summary:        An API client for docker written in Python 3
 
@@ -113,6 +113,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Thu Apr 30 2015 Tomas Tomecek <ttomecek at redhat.com> - 1.2.1-1
+- new upstream release: 1.2.1
+
 * Wed Mar 18 2015 Tomas Tomecek <ttomecek at redhat.com> - 1.1.0-2
 - docker-py 1.1.0 requires requests>=2.5.2
 
diff --git a/sources b/sources
index a6df815..b5c63af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4bbbf19f231341499a7843107ba91e68  1.1.0.tar.gz
+8b080153403b8ebc58c69646c023437d  1.2.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-docker-py.git/commit/?h=master&id=c4d816a7ce80494a586a1030dde28924840b4696


More information about the scm-commits mailing list