From 8dd585def2c67baadee2f8d64c8dc4a1a92531582297eee3f1d29fc5b1b34f4b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 17 Jan 2014 15:04:01 +0000 Subject: [PATCH] osc copypac from project:Cloud:OpenStack:Havana package:python-cinderclient revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=11 --- _service | 2 +- python-cinderclient-1.0.6.tar.gz | 3 --- python-cinderclient-1.0.7.tar.gz | 3 +++ python-cinderclient.changes | 23 +++++++++++++++++++++++ python-cinderclient.spec | 14 +++++++------- 5 files changed, 34 insertions(+), 11 deletions(-) delete mode 100644 python-cinderclient-1.0.6.tar.gz create mode 100644 python-cinderclient-1.0.7.tar.gz diff --git a/_service b/_service index 08d876b..7a43fca 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - http://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.6.tar.gz + http://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.7.tar.gz opensuse-cloud@opensuse.org True diff --git a/python-cinderclient-1.0.6.tar.gz b/python-cinderclient-1.0.6.tar.gz deleted file mode 100644 index a8eb840..0000000 --- a/python-cinderclient-1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be2f47f194439cbde8831df52e142815de822961cca408ec064389e7de3da70 -size 152221 diff --git a/python-cinderclient-1.0.7.tar.gz b/python-cinderclient-1.0.7.tar.gz new file mode 100644 index 0000000..4165fc5 --- /dev/null +++ b/python-cinderclient-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad67a35e7370fe1379703738050deeae0da33ad6c1e1466dd0cf51c82d4255b +size 160111 diff --git a/python-cinderclient.changes b/python-cinderclient.changes index 2178f00..13caf11 100644 --- a/python-cinderclient.changes +++ b/python-cinderclient.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Dec 16 09:38:40 UTC 2013 - dmueller@suse.com + +- update to 1.0.7: + + Update version and index.rst for push + + Fix py33 due to readonly and metadata patches + + Enable del of other tenants resources by name + + Adding volume readonly-mode-update interface to Cinder client + + Enable "cinder delete" can delete multiple volumes in one request + + Adding Read-Only volume attaching support to Cinder client + + Deprecates --volume-id arg for v2 backup-restore + + Override endpoint URL check for API version + + Fixes broken v1 and v2 api backup-restore + + Addition of volume/snapshot_metadata CLI + + python3: iteration order of dict is unpredictable + + python3: align the order of parameters for urlencode() + + python3: sort dict for post_volumes_1234_action test + + python3: Refactor dict for python2/python3 compat + + Updated from global requirements + + Fix DeprecationWarning when printing exception + + Fix the failure of fetching the version in cinder endpoint + + Add quota-usage command + ------------------------------------------------------------------- Wed Oct 30 10:11:10 UTC 2013 - dmueller@suse.com diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 38e7473..3349b41 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-cinderclient # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %define component cinderclient Name: python-%{component} -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Openstack Block Storage (Cinder) API Client License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/python-cinderclient -Source: python-cinderclient-1.0.6.tar.gz +Source: python-cinderclient-1.0.7.tar.gz BuildRequires: openstack-suse-macros BuildRequires: python-base BuildRequires: python-pbr @@ -34,7 +34,7 @@ BuildRequires: python-PrettyTable BuildRequires: python-Sphinx BuildRequires: python-requests Requires: python >= 2.6.8 -Requires: python-Babel >= 0.9.6 +Requires: python-Babel >= 1.3 Requires: python-PrettyTable >= 0.6 Requires: python-argparse Requires: python-pbr >= 0.5.21 @@ -69,10 +69,10 @@ Requires: %{name} = %{version} Requires: python-discover %endif Requires: python-coverage >= 3.6 -Requires: python-fixtures >= 0.3.12 +Requires: python-fixtures >= 0.3.14 Requires: python-flake8 >= 2.0 Requires: python-hacking >= 0.5.6 -Requires: python-mock >= 0.8.0 +Requires: python-mock >= 1.0 Requires: python-pep8 >= 1.4.5 Requires: python-pyflakes >= 0.7.2 Requires: python-python-subunit @@ -83,7 +83,7 @@ Requires: python-testtools >= 0.9.32 This package contains testsuite files for %{name}. %prep -%setup -q -n python-cinderclient-1.0.6 +%setup -q -n python-cinderclient-1.0.7 %openstack_cleanup_prep echo %{version} > cinderclient/versioninfo