1
0

60 Commits

Author SHA256 Message Date
Dominique Leuenberger
df11a02dd2 Accepting request 568547 from Cloud:OpenStack:Factory
- update to version 2.9.0
  - Update Image service property keys doc
  - Revise functional testing README file
  - Update reno for stable/pike
  - Remove Babel as a runtime requirement
  - image-create-via-import fails with ValueError
  - Restore functional testing under ssl
  - stage call fails with TypeError
  - Add domain info to functional test clients
  - Migrate dsvm functional test jobs to project repo
  - Compare against 'RequestIdProxy.wrapped'
  - Update Image service property keys docs
  - Updated from global requirements
  - Fix image-import call

OBS-URL: https://build.opensuse.org/request/show/568547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=24
2018-01-24 14:31:19 +00:00
d27f271b2c - update to version 2.9.0
- Update Image service property keys doc
  - Revise functional testing README file
  - Update reno for stable/pike
  - Remove Babel as a runtime requirement
  - image-create-via-import fails with ValueError
  - Restore functional testing under ssl
  - stage call fails with TypeError
  - Add domain info to functional test clients
  - Migrate dsvm functional test jobs to project repo
  - Compare against 'RequestIdProxy.wrapped'
  - Update Image service property keys docs
  - Updated from global requirements
  - Fix image-import call

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=41
2018-01-18 08:54:09 +00:00
Dominique Leuenberger
dcbfd6cc0f Accepting request 518807 from Cloud:OpenStack:Factory
- update to version 2.8.0
  - help text for container_format, disk_format
  - Removed the --no-ssl-compression parameter which is deprecated
  - add explicit dependency on pyopenssl
  - Remove team:diverse-affiliation from tags
  - Validate input args before trying image download
  - Fix 'UnicodeEncodeError' for unicode values in url
  - Add image import features to client
  - Update glanceclient version ref
  - Make --profile load from environment variables
  - use openstackdocstheme html context
  - Replace six.iteritems() with .items()
  - Update and optimize documentation links
  - Add missing docstring
  - Replace assertTrue(isinstance()) with assertIsInstance()
  - move existing content into the new standard structure
  - Fix man page build
  - turn on warning-is-error in sphinx build
  - doc: Remove cruft from conf.py
  - Add release note for Pike
  - gitignore: Ignore auto-generated docs
  - update the doc URLs in the readme
  - Remove log translations
  - move old release notes into the releasenotes doc tree
  - Updated from global requirements
  - import content from cli-reference in openstack-manuals
  - Enable code coverage report in console output
  - switch to openstackdocstheme
  - Add documentation for image import commands
  - allow unhandled exceptions to cause test errors

OBS-URL: https://build.opensuse.org/request/show/518807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=23
2017-08-28 13:32:53 +00:00
Thomas Bechtold
d97ee36ee6 - update to version 2.8.0
- help text for container_format, disk_format
  - Removed the --no-ssl-compression parameter which is deprecated
  - add explicit dependency on pyopenssl
  - Remove team:diverse-affiliation from tags
  - Validate input args before trying image download
  - Fix 'UnicodeEncodeError' for unicode values in url
  - Add image import features to client
  - Update glanceclient version ref
  - Make --profile load from environment variables
  - use openstackdocstheme html context
  - Replace six.iteritems() with .items()
  - Update and optimize documentation links
  - Add missing docstring
  - Replace assertTrue(isinstance()) with assertIsInstance()
  - move existing content into the new standard structure
  - Fix man page build
  - turn on warning-is-error in sphinx build
  - doc: Remove cruft from conf.py
  - Add release note for Pike
  - gitignore: Ignore auto-generated docs
  - update the doc URLs in the readme
  - Remove log translations
  - move old release notes into the releasenotes doc tree
  - Updated from global requirements
  - import content from cli-reference in openstack-manuals
  - Enable code coverage report in console output
  - switch to openstackdocstheme
  - Add documentation for image import commands
  - allow unhandled exceptions to cause test errors

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=40
2017-08-25 08:21:26 +00:00
Thomas Bechtold
be5c83312d - update to version 2.7.0
- Downloading image with --progress fails
  - Replace functions 'dict.get' and 'del' with 'dict.pop'
  - Remove references to Python 3.4
  - Replace dict.iteritems() with dict.items()
  - Downloading image with --progress fails for python3
  - v2: Content-Type: application/octet-stream header always added
  - Allow global_request_id in Client constructor
  - Update test requirement
  - Explicitly set 'builders' option
  - Convert IOError from requests
  - Update reno for stable/ocata
  - x-openstack-request-id logged twice in logs
  - Updated from global requirements
  - Use Sphinx 1.5 warning-is-error

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=39
2017-08-07 09:02:33 +00:00
Thomas Bechtold
a4653e9167 - Explicit build html and man page docs
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=38
2017-06-23 16:03:14 +00:00
Thomas Bechtold
9fb3c0a771 - update to version 2.6.0:
- Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'
  - Update reno for stable/newton
  - Add ploop in disk_format
  - Add request id to returned objects
  - Improve tools/tox_install.sh
  - Add Apache 2.0 license to source file
  - Add vhdx in disk_format
  - Move old oslo-incubator code out of openstack/common
  - Add alt text for badges
  - Show team and repo badges on README
  - Use import_versioned_module from oslo.utils
  - Remove unused _i18n.py shim.
  - switch from keystoneclient to keystoneauth
  - standardize release note page ordering
  - Enable release notes translation
  - Handle formatting of subcommand name in error output
  - Use constraints everywhere
  - Add support for community images
  - Updated from global requirements
  - Revert "Add last_request_id member to HTTPClient and SessionClient"

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=37
2017-02-13 11:30:32 +00:00
Dominique Leuenberger
4b3d05b0bc Accepting request 425290 from Cloud:OpenStack:Factory
update to version 2.5.0
  * Don't update tags every time
  * Remove unused openstack/common/apiclient/client
  * Revert "Don't update tags every time"
  * Update doc URL
  * Fix warlock model creation
  * Updated from global requirements

update to version 2.3.0
  * Remove discover from test-requirements
  * Log request-id before exceptions raised
  * Properly build releasenotes
  * Fix string interpolation to delayed to be handled by the logging code
  * Add comment about workaround for py3
  * py3: Fix encoding and use sys.stdin.buffer
  * Replace OpenStack LLC with OpenStack Foundation
  * Updated from global requirements

- update to 2.2.0:
  * Update docs URL
  * Add Python 3.5 classifier and venv
  * Updated from global requirements
  * image-download: tests to catch stray output
  * Use correct order of arguments to assertEqual
  * Update outdated image shema
  * Replace tempest_lib with tempest.lib
  * Log request-id for each api call

- update to 2.1.0:
  * Updated from global requirements

OBS-URL: https://build.opensuse.org/request/show/425290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=22
2016-09-30 13:30:09 +00:00
Thomas Bechtold
931e8b74be OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=36 2016-09-07 12:32:11 +00:00
Thomas Bechtold
610a62ac58 update to version 2.5.0
* Don't update tags every time
  * Remove unused openstack/common/apiclient/client
  * Revert "Don't update tags every time"
  * Update doc URL
  * Fix warlock model creation
  * Updated from global requirements

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=35
2016-08-31 13:15:08 +00:00
Thomas Bechtold
2749510433 update to version 2.3.0
* Remove discover from test-requirements
  * Log request-id before exceptions raised
  * Properly build releasenotes
  * Fix string interpolation to delayed to be handled by the logging code
  * Add comment about workaround for py3
  * py3: Fix encoding and use sys.stdin.buffer
  * Replace OpenStack LLC with OpenStack Foundation
  * Updated from global requirements

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=34
2016-08-10 14:48:35 +00:00
Thomas Bechtold
f8567c4ec9 - update to 2.2.0:
* Update docs URL
  * Add Python 3.5 classifier and venv
  * Updated from global requirements
  * image-download: tests to catch stray output
  * Use correct order of arguments to assertEqual
  * Update outdated image shema
  * Replace tempest_lib with tempest.lib
  * Log request-id for each api call

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=33
2016-08-10 12:01:28 +00:00
Thomas Bechtold
46103fb07f - update to 2.1.0:
* Updated from global requirements
  * Remove deprecated construct method from session init
  * Add upper constraints to glanceclient
  * Fixed grammar in image-download command description
  * [Trivial] Remove unnecessary executable privilege
  * Fix "Codec can't encode characters"
  * Update the home-page with developer documentation
  * Get endpoint if os_image_url is not set
  * Corrected wrong parameter in docstring
  * Enable hacking checks
  * Fix typos in docstrings and comments
  * Re-enable stacktracing when --debug is used
  * Add last_request_id member to HTTPClient and SessionClient
  * Fix v2 so that you can see the default help info
  * Update auth_token before sending request
  * Fix missing of debug info after we use session
  * Ship the default metadata schema in the client
  * Docs are generated incorrectly
  * Fix location update
  * Catch InUseByStore case in do_image_delete
  * Update reno for stable/mitaka
- update _service and switch to upstream spec file

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=32
2016-08-01 18:53:21 +00:00
3d3a074a29 - run tests
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=31
2016-05-06 08:56:42 +00:00
Dominique Leuenberger
6758ef6c16 Accepting request 384357 from Cloud:OpenStack:Factory
- update to 2.0.0:
  * Handle 403 forbidden on download
  * Test: use assert_has_calls() instead
  * Updated from global requirements
  * Auto-generated squash commit
  * Add reno to glanceclient
  * Updated from global requirements
  * v2 - "readOnly" key should be used in schemas
  * Fix client initialization in shell tests
  * Remove code needed for python2.5
  * Fix warnings in glanceclient README
  * Updated from global requirements
  * Remove argparse from requirements
  * Change metavar for location commands in V2
  * Updated from global requirements
  * Updated from global requirements
  * Enhance description of instance-uuid option for image-create
  * Updated from global requirements
  * Remove monkey-patching for getsockopt
  * Fixed TestHTTPSVerifyCert failure messages
  * Remove location check from V2 client
  * Use session when not specified token or endpoint
  * Updated from global requirements
  * Skip schema validation on GET /v2/images/%s
  * Trival: Remove 'MANIFEST.in'
  * Remove openstack-common.conf
  * Updated from global requirements
  * Drop py33 support
  * Change assertTrue(isinstance()) by optimal assert
  * Add help the ability to sort images with multiple keys

OBS-URL: https://build.opensuse.org/request/show/384357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=21
2016-05-04 06:19:11 +00:00
8cacd16efb - update to 2.0.0:
* Handle 403 forbidden on download
  * Test: use assert_has_calls() instead
  * Updated from global requirements
  * Auto-generated squash commit
  * Add reno to glanceclient
  * Updated from global requirements
  * v2 - "readOnly" key should be used in schemas
  * Fix client initialization in shell tests
  * Remove code needed for python2.5
  * Fix warnings in glanceclient README
  * Updated from global requirements
  * Remove argparse from requirements
  * Change metavar for location commands in V2
  * Updated from global requirements
  * Updated from global requirements
  * Enhance description of instance-uuid option for image-create
  * Updated from global requirements
  * Remove monkey-patching for getsockopt
  * Fixed TestHTTPSVerifyCert failure messages
  * Remove location check from V2 client
  * Use session when not specified token or endpoint
  * Updated from global requirements
  * Skip schema validation on GET /v2/images/%s
  * Trival: Remove 'MANIFEST.in'
  * Remove openstack-common.conf
  * Updated from global requirements
  * Drop py33 support
  * Change assertTrue(isinstance()) by optimal assert
  * Add help the ability to sort images with multiple keys

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=30
2016-03-11 08:25:46 +00:00
1ea948846e - 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
2016-02-29 13:47:58 +00:00
2dbac0321f OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=28 2015-12-01 10:44:57 +00:00
OBS User buildservice-autocommit
7015a14b6f Updating link to change in Cloud:OpenStack:Kilo/python-glanceclient revision 4.0
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=ff352909a2724c5c1d141e639bce3c23
2015-11-19 07:24:31 +00:00
Dominique Leuenberger
ab80232952 Accepting request 337166 from Cloud:OpenStack:Factory
- update to 1.1.0:
  * Change next version in docs
  * 1.0.1 Release notes
  * Fixes CLI client called without subcommands
  * Print the reverting back to v1 to stderr
  * Updates default --sort behaviour
  * Invalid output running the command 'glance image-show <image_id>'
  * Don't make `help` require auth parameters
  * check for None value in utils.safe_header
  * Updated from global requirements
  * Consider `--os-token` when using v2
  * Check if v2 is available and fallback
  * Update path to subunit2html in post_test_hook
  * Fix the remove property logic in V2
  * Password should be prompted once
- adjust Requires according to requirements.txt

OBS-URL: https://build.opensuse.org/request/show/337166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=20
2015-10-30 12:42:44 +00:00
Thomas Bechtold
ad0bb2aaf7 - update to 1.1.0:
* Change next version in docs
  * 1.0.1 Release notes
  * Fixes CLI client called without subcommands
  * Print the reverting back to v1 to stderr
  * Updates default --sort behaviour
  * Invalid output running the command 'glance image-show <image_id>'
  * Don't make `help` require auth parameters
  * check for None value in utils.safe_header
  * Updated from global requirements
  * Consider `--os-token` when using v2
  * Check if v2 is available and fallback
  * Update path to subunit2html in post_test_hook
  * Fix the remove property logic in V2
  * Password should be prompted once
- adjust Requires according to requirements.txt

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=27
2015-09-16 15:42:56 +00:00
Dominique Leuenberger
210c071d1c Accepting request 329497 from Cloud:OpenStack:Factory
- 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/request/show/329497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=19
2015-09-08 15:44:58 +00:00
220eb64995 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=26 2015-09-07 11:22:33 +00:00
1c61030262 - 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
2015-09-07 11:22:21 +00:00
Stephan Kulow
6299c12744 Accepting request 318404 from Cloud:OpenStack:Factory
- Use %{version} in source
- Switch to version 0.17.1

- Add missing Requires for python-oslo.i18n

- Update to version python-glanceclient-0.18.0.post1:
  * Update README to work with release tools
  0.18.0

- Update to version python-glanceclient-0.17.0.post32:
  * Correct help messages for image-update command

- Update to version python-glanceclient-0.17.0.post30:
  * Uncap library requirements for liberty

- Update to version python-glanceclient-0.17.0.post29:
  * Fix https stack trace on python 3.4 client
  * Fix client when using no ssl compression
  * Omit 'locations' as image-create parameter

- Update to version python-glanceclient-0.17.0.post23:
  * Add unit tests for log_curl_request

- Update to version python-glanceclient-0.17.0.post21:
  * Add SSL cert verification regression tests

- Update to version python-glanceclient-0.17.0.post19:
  * Test unit for checking update active images

- Update to version python-glanceclient-0.17.0.post17:

OBS-URL: https://build.opensuse.org/request/show/318404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=18
2015-08-27 06:54:37 +00:00
31f088905d osc copypac from project:Cloud:OpenStack:Kilo package:python-glanceclient revision:3, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=23
2015-06-23 08:47:44 +00:00
Stephan Kulow
277fee067b Accepting request 259136 from Cloud:OpenStack:Factory
- add rpmlintrc to sources 
- update to 0.14.1:
  * Update how tokens are redacted
  * Handle UnicodeDecodeError in log_http_response
  * Print traceback to stderr if --debug is set
  * Updated from global requirements
  * Fix v2 requests to non-bleeding edge servers
  * Work toward Python 3.4 support and testing

- update to 0.14.0:
  * Support for Metadata Definitions Catalog API
  * Catch new urllib3 exception: ProtocolError
  * Fix error when logging http response with python 3
  * Ensure server's SSL cert is validated
  * Enable osprofiler interface in glanceclient shell
  * Hide stderr noise in test output
  * Remove deprecated commands from shell
  * Normalize glanceclient requested service url
  * Fix glance-client to work with IPv6 controllers
  * Add support for Keystone v3
  * Update theme for docs
  * Add a tox job for generating docs
  * Don't stream non-binary requests
  * Use a correctly formatted example location in help
  * Replace old httpclient with requests
  * Enable F841
  * Resolving the performance issue for image listing of v2 API
  * Add profiling support to glanceclinet
  * Use immutable arg rather mutable arg
  * Add CONTRIBUTING.rst

OBS-URL: https://build.opensuse.org/request/show/259136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=17
2014-11-02 15:46:25 +00:00
f5296414d3 osc copypac from project:Cloud:OpenStack:Juno:Staging package:python-glanceclient revision:9, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=22
2014-10-31 10:29:51 +00:00
0f2afb24f4 osc copypac from project:Cloud:OpenStack:Juno:Staging package:python-glanceclient revision:7, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=21
2014-10-22 07:54:31 +00:00
6a182a3e55 osc copypac from project:Cloud:OpenStack:Juno package:python-glanceclient revision:3, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=20
2014-09-27 15:52:11 +00:00
0a86c901dd osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-glanceclient revision:6, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=19
2014-04-09 13:14:36 +00:00
5177a04a69 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
2014-04-09 13:08:09 +00:00
Stephan Kulow
a113cd1f6e Accepting request 227772 from Cloud:OpenStack:Factory
- go back to released version (0.12.0) 

- Update to version python-glanceclient-0.12.0.78.g59c1103:
  * Improve help strings

- Update to version python-glanceclient-0.12.0.76.g8ecc8ae:
  * Sync with Oslo

- 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

- Update to version python-glanceclient-0.12.0.69.ga9dee79:
  * Python 3: do not use the unicode() function
  * test_shell: remove a deprecated keyword argument
  * Replace file with open, which is Python 3 compatible

- Update to version python-glanceclient-0.12.0.63.g46bf452:
  * Only show progress bar for local image files

- Update to version python-glanceclient-0.12.0.61.g8b76817:
  * Python3: define a __next__() method for VerboseIteratorWrapper
  * Python 3: Fix JsonPatch-related issues
  * Pass bytes to tempfile.NamedTemporaryFile().write()

- Update to version python-glanceclient-0.12.0.56.gb8a850c:
  * Remove tox locale overrides
  * Fix misspellings in python-glanceclient
  * Update my mailmap

OBS-URL: https://build.opensuse.org/request/show/227772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=15
2014-03-28 12:17:44 +00:00
fc4518cb31 osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-glanceclient revision:5, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=16
2014-03-27 10:31:19 +00:00
51846c26bb osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-glanceclient revision:4, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=15
2014-03-25 14:22:18 +00:00
Stephan Kulow
6b66cc8df1 Accepting request 225073 from Cloud:OpenStack:Factory
- Replace git_tarballs source service with download_files and set_version
  + Use upstream URL as source (enables verification)
- Only require argparse on SLE

- remove dependency on d2to1 

- Add refresh_patches source service

OBS-URL: https://build.opensuse.org/request/show/225073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=14
2014-03-09 17:47:07 +00:00
Sascha Peilicke
91080bb006 osc copypac from project:Cloud:OpenStack:Havana package:python-glanceclient revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=13
2014-03-07 14:05:36 +00:00
Sascha Peilicke
0ea16eb5ac osc copypac from project:Cloud:OpenStack:Factory package:python-glanceclient revision:10
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=12
2014-03-07 14:02:44 +00:00
Sascha Peilicke
e475d154ec osc copypac from project:Cloud:OpenStack:Havana package:python-glanceclient revision:7
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=11
2014-03-07 13:55:32 +00:00
c3a0d30e29 osc copypac from project:Cloud:OpenStack:Havana package:python-glanceclient revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=10
2014-01-30 13:15:26 +00:00
Stephan Kulow
0d6e0c1263 Accepting request 214223 from Cloud:OpenStack:Factory
OBS-URL: https://build.opensuse.org/request/show/214223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=13
2014-01-20 06:55:00 +00:00
Sascha Peilicke
79624f969d osc copypac from project:Cloud:OpenStack:Havana package:python-glanceclient revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=8
2014-01-17 15:04:04 +00:00
Tomáš Chvátal
b19a57c18e Accepting request 203660 from Cloud:OpenStack:Factory
- Downgrade to version 0.11.0:
  * go with a released version for openSUSE 13.1

OBS-URL: https://build.opensuse.org/request/show/203660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=12
2013-10-18 09:34:40 +00:00
65ba9c3294 osc copypac from project:Cloud:OpenStack:Havana:Staging package:python-glanceclient revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=6
2013-10-17 16:10:36 +00:00
6909f004cc Change links to openSUSE:Factory
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=5
2013-10-07 09:41:13 +00:00
Stephan Kulow
dda46a6e10 Accepting request 201604 from Cloud:OpenStack:Factory
- Update to version 0.10.0.21:
  + Support glance client can get ipv6 image url correctly

OBS-URL: https://build.opensuse.org/request/show/201604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=11
2013-10-02 11:32:46 +00:00
Stephan Kulow
15ae9fd767 Accepting request 200458 from Cloud:OpenStack:Factory
- Update to version 0.10.0.19:
  + Use openstack-images-v2.1-json-patch for update method

- fix requires

OBS-URL: https://build.opensuse.org/request/show/200458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=10
2013-09-25 12:37:30 +00:00
Stephan Kulow
f2c00bfcc1 Accepting request 197422 from Cloud:OpenStack:Factory
- Update to version 0.10.0.17:
  + Enable query image by tag

- Update to version 0.10.0.16:
  + Fix glanceclient usage inconsistences for options

- Update to version 0.10.0.15:
  + Add 0.11.0 doc notes

- Update to version 0.10.0.14:
  + Allow single-wildcard SSL common name matching
  + Don't use posixpath for URLs

- Update to version 0.10.0.10:
  + removed deprecated parameter --public
  + Revert "removed deprecated parameter --public"

OBS-URL: https://build.opensuse.org/request/show/197422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=8
2013-09-16 10:45:19 +00:00
Tomáš Chvátal
eea8412e3c Accepting request 186356 from Cloud:OpenStack:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/186356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=7
2013-08-18 20:39:01 +00:00
Stephan Kulow
b8a2ea629a Accepting request 182641 from Cloud:OpenStack:Factory
- Update to version 0.9.0.48:
  + Flake8 should ignore build folder
  + Rename invalid domain name to be RFC compliant.

- Update to version 0.9.0.45:
  + Enable client V2 to update/delete tags for a given image.
- Update to version 0.9.0.44:
  + Start using Pyflakes and Hacking
- Only depend on python-discover on SLE, it's a Python-2.6 feature
  backport
- fix requires of test package 
- tools/pip-requires changed to requirements.txt (pip's de-facto
  standard)

- remove setBadness call from rpmlintrc
- python-pbr/d2to1 requires

OBS-URL: https://build.opensuse.org/request/show/182641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=6
2013-07-22 11:15:25 +00:00