From 5177a04a692738b2ab9c5f029143185601b86319c0fcaa332ee58cc1da42f855 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 9 Apr 2014 13:08:09 +0000 Subject: [PATCH] osc copypac from project:Cloud:OpenStack:Icehouse package:python-glanceclient revision:1, using keep-link, using expand OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=18 --- python-glanceclient-0.12.0.tar.gz | 3 --- python-glanceclient-master.tar.gz | 3 +++ python-glanceclient.changes | 25 ------------------------- python-glanceclient.spec | 15 +++++++++------ 4 files changed, 12 insertions(+), 34 deletions(-) delete mode 100644 python-glanceclient-0.12.0.tar.gz create mode 100644 python-glanceclient-master.tar.gz diff --git a/python-glanceclient-0.12.0.tar.gz b/python-glanceclient-0.12.0.tar.gz deleted file mode 100644 index 79956a1..0000000 --- a/python-glanceclient-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7de76f8ccdd889c9c0cd7d035fc20247fcafb8405295bc6aa1505d5692b2fa3 -size 123279 diff --git a/python-glanceclient-master.tar.gz b/python-glanceclient-master.tar.gz new file mode 100644 index 0000000..f514e4c --- /dev/null +++ b/python-glanceclient-master.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0762ed7e18463480c06aad092a498712fcf772dfad1760ff5123153fe9bc8470 +size 100374 diff --git a/python-glanceclient.changes b/python-glanceclient.changes index 6bc270d..dbaeadc 100644 --- a/python-glanceclient.changes +++ b/python-glanceclient.changes @@ -1,28 +1,3 @@ -------------------------------------------------------------------- -Thu Mar 27 10:22:40 UTC 2014 - dmueller@suse.com - -- go back to released version (0.12.0) - -------------------------------------------------------------------- -Mon Mar 17 00:44:35 UTC 2014 - cloud-devel@suse.de - -- Update to version python-glanceclient-0.12.0.78.g59c1103: - * Improve help strings - -------------------------------------------------------------------- -Tue Mar 11 00:39:50 UTC 2014 - cloud-devel@suse.de - -- Update to version python-glanceclient-0.12.0.76.g8ecc8ae: - * Sync with Oslo - -------------------------------------------------------------------- -Mon Mar 10 15:25:58 UTC 2014 - cloud-devel@suse.de - -- Update to version python-glanceclient-0.12.0.74.g2929cc1: - * Python 3: do not use __builtin__ - * Updated from global requirements - * Python3: do not use the 'file' type - ------------------------------------------------------------------- Wed Mar 5 01:16:40 UTC 2014 - cloud-devel@suse.de diff --git a/python-glanceclient.spec b/python-glanceclient.spec index 6a30216..491bb2c 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -19,13 +19,13 @@ %define component glanceclient Name: python-glanceclient -Version: 0.12.0 +Version: 0.12.0.69.ga9dee79 Release: 0 Summary: Openstack Image (Glance) API Client License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/python-glanceclient -Source: http://tarballs.openstack.org/python-glanceclient/python-glanceclient-%{version}.tar.gz +Source: http://tarballs.openstack.org/python-glanceclient/python-glanceclient-master.tar.gz Source2: openstack-glance.sh BuildRequires: openstack-suse-macros BuildRequires: python-base @@ -38,12 +38,13 @@ BuildRequires: python-pbr BuildRequires: python-pyOpenSSL BuildRequires: python-warlock Requires: python >= 2.6.8 +Requires: python-Babel >= 1.3 Requires: python-argparse # /usr/bin/glance uses pkg_resources, thus: -Requires: python-PrettyTable >= 0.6 -Requires: python-keystoneclient >= 0.3.0 +Requires: python-PrettyTable >= 0.7 +Requires: python-keystoneclient >= 0.4.1 Requires: python-pbr >= 0.5.21 -Requires: python-pyOpenSSL >= 0.11 +Requires: python-pyOpenSSL Requires: python-warlock >= 1.0.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,10 +62,12 @@ a Python API (the glanceclient module), and a command-line tool (glance). Summary: Openstack Image (Glance) API Client - Testsuite Group: System/Management Requires: %{name} = %{version} +Requires: python-coverage >= 3.6 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: python-discover %endif -Requires: python-mock >= 0.8.0 +Requires: python-hacking >= 0.8.0 +Requires: python-mock >= 1.0 Requires: python-mox >= 0.5.3 Requires: python-testrepository >= 0.0.17 Requires: python-testtools >= 0.9.32