From c4d816a7ce80494a586a1030dde28924840b4696 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Apr 30 2015 05:59:21 +0000 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 - 1.2.1-1 +- new upstream release: 1.2.1 + * Wed Mar 18 2015 Tomas Tomecek - 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