Revisions of python-glanceclient

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 329497 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 318404 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
- 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:
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 259136 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- 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
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 16)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 227772 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 225073 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 14)
- 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 203660 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
- Downgrade to version 0.11.0:
  * go with a released version for openSUSE 13.1
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 201604 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- Update to version 0.10.0.21:
  + Support glance client can get ipv6 image url correctly
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 200458 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- Update to version 0.10.0.19:
  + Use openstack-images-v2.1-json-patch for update method

- fix requires
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 9)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197422 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
- 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"
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 186356 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 7)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 182641 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 6)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 178483 from Vincent Untz's avatar Vincent Untz (vuntz) (revision 5)
Update to latest Grizzly
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 172711 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 4)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 3)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 148319 from Vincent Untz's avatar Vincent Untz (vuntz) (revision 2)
Pushing OpenStack Folsom to Factory, see http://lists.opensuse.org/opensuse-factory/2013-01/msg00150.html
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 144480 from Vincent Untz's avatar Vincent Untz (vuntz) (revision 1)
New package: part of the client tools for openstack
Displaying revisions 21 - 39 of 39
openSUSE Build Service is sponsored by