1
0

- update to 1.0.0:

* 1.0.0 release notes
  * Remove custom SSL compression handling
  * Add more information show in v2
  * Require disk and container format on image-create
  * Ship the default image schema in the client
  * Use API v2 as default
  * V2: Do not validate image schema when listing
  * Updated from global requirements
  * Add unicode support for properties values in v2 shell
  * Fix failure to create glance https connection pool
  * Enable flake8 checks
  * Extend unittests coverage for v2 tasks module
  * Support for Metadata Definition Catalog for Tags
  * Fix exception message in Http.py
  * Fix an issue with broken test on ci
  * Remove usage of assert_called_once on Mock objects
  * Add .eggs/* to .gitignore
  * Account for dictionary order in test_shell.py
  * Do not fall back to namespaced oslo.i18n
  * Add v2 support for the marker attribute
  * Import only modules and update tox.ini
  * Close iterables at the end of iteration
  * Make glanceclient accept a session object
  * cleanup openstack-common.conf and sync updated files
  * Add release notes for 0.19.0
  * Include owner and status option in v2 image list
  * Fix Metadef Object update issue with python-glanceclient
  * Fix functional tests in gate
  * Do not crash on homedir mkdir

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=25
This commit is contained in:
Dirk Mueller 2015-09-07 11:22:21 +00:00 committed by Git OBS Bridge
parent 31f088905d
commit 1c61030262
4 changed files with 62 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79e3426aa76d712a9fde4d4dcef4532d9099f8e4bdd2ef9802b428d0d99ffe7e
size 131534

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46cf0c1bad4ec29c8b56c0a16a2c54f4add89fd33e8756285367cfcdd23595b4
size 149306

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Mon Sep 7 11:19:04 UTC 2015 - dmueller@suse.com
- update to 1.0.0:
* 1.0.0 release notes
* Remove custom SSL compression handling
* Add more information show in v2
* Require disk and container format on image-create
* Ship the default image schema in the client
* Use API v2 as default
* V2: Do not validate image schema when listing
* Updated from global requirements
* Add unicode support for properties values in v2 shell
* Fix failure to create glance https connection pool
* Enable flake8 checks
* Extend unittests coverage for v2 tasks module
* Support for Metadata Definition Catalog for Tags
* Fix exception message in Http.py
* Fix an issue with broken test on ci
* Remove usage of assert_called_once on Mock objects
* Add .eggs/* to .gitignore
* Account for dictionary order in test_shell.py
* Do not fall back to namespaced oslo.i18n
* Add v2 support for the marker attribute
* Import only modules and update tox.ini
* Close iterables at the end of iteration
* Make glanceclient accept a session object
* cleanup openstack-common.conf and sync updated files
* Add release notes for 0.19.0
* Include owner and status option in v2 image list
* Fix Metadef Object update issue with python-glanceclient
* Fix functional tests in gate
* Do not crash on homedir mkdir
* Improve import related error handling
* Add parameter 'changes-since' for image-list of v1
* Check image-download for redirection
* Add some basic CLI functional tests
* Use assertIn instead of assertTrue in tests
* Unorder compare in tests
* Add release notes for 0.18.0
* Update README to work with release tools
* Create functional test base
* Move unit tests to standard directory
* Add unit tests for log_curl_request
* Fix https stack trace on python 3.4 client
* Omit 'locations' as image-create parameter
* Creating task with invalid property crashes in py3
* Don't accept *args for client
* Stub authentication requests rather than plugins
* Remove keystoneclient mocks
* Replace mox in tests with requests-mock
* Expose 'is_base' schema property attribute
* Validate tag name when filtering for images
* Remove redundant FakeSchemaAPI __init__ method
* glance image-show now have --human-readable option
* Test unit for checking update active images
* Correct help messages for image-update command
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 24 12:09:54 UTC 2015 - tbechtold@suse.com Fri Apr 24 12:09:54 UTC 2015 - tbechtold@suse.com

View File

@ -19,7 +19,7 @@
%define component glanceclient %define component glanceclient
Name: python-glanceclient Name: python-glanceclient
Version: 0.17.1 Version: 1.0.0
Release: 0 Release: 0
Summary: Openstack Image (Glance) API Client Summary: Openstack Image (Glance) API Client
License: Apache-2.0 License: Apache-2.0