From 7c2aa227bd8a94dc5720ac0cd2abfaf5224d32b4b99e6c8ad54f1a232ca9d9fd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 27 Sep 2014 15:51:33 +0000 Subject: [PATCH] osc copypac from project:Cloud:OpenStack:Juno package:python-cinderclient revision:3, using keep-link, using expand OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=22 --- python-cinderclient-1.0.9.tar.gz | 3 --- python-cinderclient-1.1.0.tar.gz | 3 +++ python-cinderclient.changes | 38 ++++++++++++++++++++++++++++++++ python-cinderclient.spec | 4 ++-- 4 files changed, 43 insertions(+), 5 deletions(-) delete mode 100644 python-cinderclient-1.0.9.tar.gz create mode 100644 python-cinderclient-1.1.0.tar.gz diff --git a/python-cinderclient-1.0.9.tar.gz b/python-cinderclient-1.0.9.tar.gz deleted file mode 100644 index b83490c..0000000 --- a/python-cinderclient-1.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e146e370c9a6e4aa44e8f0662fd33aec532f3965bae9fd564360c279bee03f97 -size 136309 diff --git a/python-cinderclient-1.1.0.tar.gz b/python-cinderclient-1.1.0.tar.gz new file mode 100644 index 0000000..53906c7 --- /dev/null +++ b/python-cinderclient-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ed0d75cf45db013355a86a4f5ceb1d05ffa39ae9cd4885efb9aa3d3e68d039 +size 153945 diff --git a/python-cinderclient.changes b/python-cinderclient.changes index 04f029f..2d832e2 100644 --- a/python-cinderclient.changes +++ b/python-cinderclient.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Sep 22 16:07:46 UTC 2014 - dmueller@suse.com + +- update to 1.1.0: + * Make required option for create cg + * Update index file for release of 1.1.0 + * Cinder Client for Consistency Groups + * Use adapter from keystoneclient + * Updated from global requirements + * Add client support in Cinder for volume replication + * convert availability zone tests to requests-mock + * Convert snapshot tests to requests-mock + * Replace httpretty with requests-mock + * Fix order of arguments in assertEqual + * Avoid extra lookups in extra-specs-list + * Support pagination for volume list + * Mask passwords in client debug output + * Move debug logging to shell + * Quotaset update does not return result + * Fix the return code of the command reset-state + * Update theme for docs + * Change "Connection refused" to "Connection error" + * Add a tox job for generating docs + * Retry when connection to cinder is refused + * Add commands for managing and unmanaging volumes + * sync latest strutils to python-cinderclient + * Optional size parameter for volume creation + * Use suitable assert + * Fix version discovery and auth_plugins + * Add tenant uuid when running cinder list --all-tenants + * Remove deprecated command-line args + * Updated from global requirements + * Added support for keystone v3client + * Updated from global requirements + * Remove "OPTIONAL:" from optional argument help text + * Mark cinderclient as being a universal wheel + * Update help strings for cinder client + ------------------------------------------------------------------- Fri Sep 5 15:24:00 UTC 2014 - dmueller@suse.com diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 36742c1..da57aa5 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -19,7 +19,7 @@ %define component cinderclient Name: python-%{component} -Version: 1.0.9 +Version: 1.1.0 Release: 0 Summary: Openstack Block Storage (Cinder) API Client License: Apache-2.0 @@ -40,7 +40,7 @@ Requires: python-PrettyTable >= 0.7 Requires: python-pbr >= 0.6 Requires: python-requests >= 1.1 Requires: python-simplejson >= 2.0.9 -Requires: python-six >= 1.7 +Requires: python-six >= 1.5.2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: python-argparse