forked from pool/python-glanceclient
- update to 1.2.0:
* Release Notes for version 1.2.0 * Add versions list function * Added reactivate/deactivate image using CLI * Fix the missing help descripiton of "image-create" * Add documentation for running the functional tests * Updated from global requirements * Remove unused sphinx Makefile * Update docs to recommend KSA instead of KSC * Use clouds.yaml from devstack for functional tests * Add translation to v2 shell * Import i18n functions directly * Updated from global requirements * improve readme contents * Add support for setting Accept-Language header * Updated from global requirements * Use the subcomand parsed args instead of the base * Stop trying to send image_size to the server * Support image deletion in batches in v2 * print usage when no argument is specified for python3 * Updated from global requirements * Updated from global requirements * Do not use openstack.common.i18n in glance client * Added unit tests for 'Unicode support shell client' * Use common identity parameters fro keystone client * No auth when token and endpoint are passed * Use dictionary literal for dictionary creation * Replace exception_to_str with oslo.utils function * Change ignore-errors to ignore_errors * Add period in help message OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=29
This commit is contained in:
parent
2dbac0321f
commit
1ea948846e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59ff30927468215131a68ffbfb9b2cb15d636a17cf702d87d0370957b553f25e
|
||||
size 149955
|
3
python-glanceclient-1.2.0.tar.gz
Normal file
3
python-glanceclient-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89db4bffe45fd4d956182743d714ce7d60b623d22cdeeaa35e450b6499ce66bc
|
||||
size 153033
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 29 13:44:43 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 1.2.0:
|
||||
* Release Notes for version 1.2.0
|
||||
* Add versions list function
|
||||
* Added reactivate/deactivate image using CLI
|
||||
* Fix the missing help descripiton of "image-create"
|
||||
* Add documentation for running the functional tests
|
||||
* Updated from global requirements
|
||||
* Remove unused sphinx Makefile
|
||||
* Update docs to recommend KSA instead of KSC
|
||||
* Use clouds.yaml from devstack for functional tests
|
||||
* Add translation to v2 shell
|
||||
* Import i18n functions directly
|
||||
* Updated from global requirements
|
||||
* improve readme contents
|
||||
* Add support for setting Accept-Language header
|
||||
* Updated from global requirements
|
||||
* Use the subcomand parsed args instead of the base
|
||||
* Stop trying to send image_size to the server
|
||||
* Support image deletion in batches in v2
|
||||
* print usage when no argument is specified for python3
|
||||
* Updated from global requirements
|
||||
* Updated from global requirements
|
||||
* Do not use openstack.common.i18n in glance client
|
||||
* Added unit tests for 'Unicode support shell client'
|
||||
* Use common identity parameters fro keystone client
|
||||
* No auth when token and endpoint are passed
|
||||
* Use dictionary literal for dictionary creation
|
||||
* Replace exception_to_str with oslo.utils function
|
||||
* Change ignore-errors to ignore_errors
|
||||
* Add period in help message
|
||||
* Don't get the image before deleting it
|
||||
* Fix human readable when size is None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 15:38:45 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-glanceclient
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX 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,7 +19,7 @@
|
||||
%define component glanceclient
|
||||
|
||||
Name: python-glanceclient
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Openstack Image (Glance) API Client
|
||||
License: Apache-2.0
|
||||
@ -45,7 +45,7 @@ Requires: python-argparse
|
||||
Requires: python-PrettyTable >= 0.7
|
||||
Requires: python-keystoneclient >= 1.6.0
|
||||
Requires: python-oslo.i18n >= 1.5.0
|
||||
Requires: python-oslo.utils >= 2.0.0
|
||||
Requires: python-oslo.utils >= 2.4.0
|
||||
Requires: python-pbr >= 1.6
|
||||
Requires: python-requests >= 2.5.2
|
||||
Requires: python-six >= 1.9.0
|
||||
@ -66,13 +66,10 @@ 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}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
Requires: python-discover
|
||||
%endif
|
||||
Requires: python-fixtures >= 1.3.1
|
||||
Requires: python-mock >= 1.2
|
||||
Requires: python-requests-mock >= 0.6.0
|
||||
Requires: python-tempest-lib >= 0.6.1
|
||||
Requires: python-tempest-lib >= 0.10.0
|
||||
Requires: python-testrepository >= 0.0.18
|
||||
Requires: python-testscenarios >= 0.4
|
||||
Requires: python-testtools >= 1.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user