File python-glanceclient.changes of Package python-glanceclient
-------------------------------------------------------------------
Thu Jul 24 07:48:04 UTC 2014 - dmueller@suse.com
- update to 0.13.1:
* Added release notes for 0.13.0
* Add wheels section to the setup.cfg
* Add missing classifiers
* Add license to setup.cfg
* Fix CA certificate handling
* Add the six module dependency
* Prepend '/' to the delete url for the v2 client
* Set purge-props header correctly in image update
* Updated from global requirements
* Change a debug line to prevent UnicodeDecodeError issue
* Add support for location parameters in v2 commands
* Convert passed integer values into int in v1 shell
* Reuse class Manager from common code
* Fix help text in image-create
* Python 3: use next(foo) instead of foo.next()
* Remove auth token from http logging
* Finalize Python3 support
* fixed typos found by RETF rules
* Updated from global requirements
* Remove py3k module
* Return request ID to callers
* progress flag not supported in v2 API
* Fix for invalid literal ValueError parsing ipv6 url(s)
* Adding network_utils module from oslo-incubator
* Sync with oslo-incubator
* Fix the parameter order of assertEqual in glanceclient v1 test
* Sync with Oslo
* Python 3: do not use __builtin__
* Change assertTrue(isinstance()) by optimal assert
* Updated from global requirements
* Python3: do not use the 'file' type
* Python 3: do not use the unicode() function
* Fix the parameter order of assertEqual in glanceclient v2 test
* Improve help strings
* Fix the parameter order of assertEqual in glanceclient test
* Python3: define a __next__() method for VerboseIteratorWrapper
* test_shell: remove a deprecated keyword argument
* Python 3: Fix JsonPatch-related issues
* Pass bytes to tempfile.NamedTemporaryFile().write()
* Replace file with open, which is Python 3 compatible
* Remove tox locale overrides
* Fix misspellings in python-glanceclient
* Update my mailmap
* Add support for image size in v2 api upload
* Only show progress bar for local image files
* Using common method 'bool_from_string' from oslo strutils
* Handle endpoints with versions consistently
* Allow updating empty created v2 images from v1
* server 500 should not be a client error
* It was removed urllib, urllib2 & urlparse modules
* python3: Switch to mox3 instead of mox
* Remove vim header
* Python 3: use six.iteritems and six.string_types
* Python3: use six.StringIO rather than StringIO.StringIO
* Python3: use six.StringIO rather than StringIO.StringIO
* Replace file.write and os.path.exists by mock
* Python 3: use six.iteritems() instead of iteritems()
* Python 3: use six.iteritems() instead of iteritems()
* Fix glanceclient http.py string formatting error
* Reuse Resource from oslo
* Get better format for long lines with PrettyTable
* Remove unused imports
* Sync apiclient and py3kcompat from oslo
* Fix and enable gating on H306
* SSL: Handle wildcards in Subject Alternative Names
* Updated from global requirements
* Replace inheritance hierarchy with composition
* Updates tox.ini to use new features
* Updates .gitignore
* Readd missing Babel dependency after merge from Oslo(master/bdda833)
* Fix extra new line that break from progress bar
- remove 0001-SSL-Handle-wildcards-in-Subject-Alternative-Names.patch:
Merged upstream
-------------------------------------------------------------------
Tue Jul 15 09:20:15 UTC 2014 - vuntz@suse.com
- Add back
0001-SSL-Handle-wildcards-in-Subject-Alternative-Names.patch:
this was merged upstream, but we lost it after reverting to
0.12.0 tarball (bnc#887137).
-------------------------------------------------------------------
Thu Mar 27 10:22:40 UTC 2014 - dmueller@suse.com
- go back to released version (0.12.0)
-------------------------------------------------------------------
Mon Mar 17 00:44:35 UTC 2014 - cloud-devel@suse.de
- Update to version python-glanceclient-0.12.0.78.g59c1103:
* Improve help strings
-------------------------------------------------------------------
Tue Mar 11 00:39:50 UTC 2014 - cloud-devel@suse.de
- Update to version python-glanceclient-0.12.0.76.g8ecc8ae:
* Sync with Oslo
-------------------------------------------------------------------
Mon Mar 10 15:25:58 UTC 2014 - cloud-devel@suse.de
- 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
-------------------------------------------------------------------
Wed Mar 5 01:16:40 UTC 2014 - cloud-devel@suse.de
- 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
-------------------------------------------------------------------
Sat Mar 1 00:52:57 UTC 2014 - cloud-devel@suse.de
- Update to version python-glanceclient-0.12.0.63.g46bf452:
* Only show progress bar for local image files
-------------------------------------------------------------------
Wed Feb 26 01:00:01 UTC 2014 - cloud-devel@suse.de
- 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()
-------------------------------------------------------------------
Tue Feb 11 15:45:31 UTC 2014 - speilicke@suse.com
- Update to version python-glanceclient-0.12.0.56.gb8a850c:
* Remove tox locale overrides
* Fix misspellings in python-glanceclient
* Update my mailmap
* Add support for image size in v2 api upload
- Replace git_tarballs source service with download_files and set_version
+ Use upstream URL as source (enables verification)
-------------------------------------------------------------------
Sat Feb 1 00:47:02 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.51:
+ Using common method 'bool_from_string' from oslo strutils
-------------------------------------------------------------------
Fri Jan 24 13:23:10 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.49:
+ Replace file.write and os.path.exists by mock
+ It was removed urllib, urllib2 & urlparse modules
+ Allow updating empty created v2 images from v1
+ server 500 should not be a client error
+ Handle endpoints with versions consistently
-------------------------------------------------------------------
Sun Jan 19 01:11:34 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.39:
+ python3: Switch to mox3 instead of mox
-------------------------------------------------------------------
Thu Jan 16 12:27:32 UTC 2014 - dmueller@suse.com
- fix requires
-------------------------------------------------------------------
Thu Jan 16 01:07:41 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.38:
+ Remove vim header
-------------------------------------------------------------------
Tue Jan 14 01:33:08 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.37:
+ Python 3: use six.iteritems and six.string_types
-------------------------------------------------------------------
Mon Jan 13 01:33:34 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.36:
+ Python 3: use six.iteritems() instead of iteritems()
-------------------------------------------------------------------
Sun Jan 12 01:28:38 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.34:
+ Sync apiclient and py3kcompat from oslo
+ Reuse Resource from oslo
+ Python 3: use six.iteritems() instead of iteritems()
+ Python3: use six.StringIO rather than StringIO.StringIO
+ Python3: use six.StringIO rather than StringIO.StringIO
-------------------------------------------------------------------
Fri Jan 10 12:00:37 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.24:
+ Fix glanceclient http.py string formatting error
-------------------------------------------------------------------
Thu Jan 9 01:37:52 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.22:
+ Get better format for long lines with PrettyTable
-------------------------------------------------------------------
Fri Jan 3 01:20:26 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.21:
+ Remove unused imports
-------------------------------------------------------------------
Tue Dec 24 01:19:45 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.20:
+ Updates tox.ini to use new features
+ Fix and enable gating on H306
-------------------------------------------------------------------
Sat Dec 21 00:50:57 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.16:
+ Fix extra new line that break from progress bar
-------------------------------------------------------------------
Fri Dec 20 00:43:57 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.14:
+ Replace inheritance hierarchy with composition
-------------------------------------------------------------------
Thu Dec 19 00:48:23 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.12:
+ SSL: Handle wildcards in Subject Alternative Names
-------------------------------------------------------------------
Fri Dec 13 01:15:24 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.10:
+ Updated from global requirements
-------------------------------------------------------------------
Sat Dec 7 01:28:07 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.9:
+ Updates .gitignore
-------------------------------------------------------------------
Wed Dec 4 00:41:27 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.8:
+ Readd missing Babel dependency after merge from Oslo(master/bdda833)
-------------------------------------------------------------------
Wed Nov 27 01:40:28 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.6:
+ Make HACKING.rst DRYer
+ python3: xrange no longer exists
-------------------------------------------------------------------
Sat Nov 23 01:23:19 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.12.0.2:
+ Sync from oslo-incubator
-------------------------------------------------------------------
Fri Nov 15 18:36:45 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.42:
+ Replace OpenStack LLC with OpenStack Foundation
+ change assertEquals to assertEqual
+ Fix Pep8 errors found by Pep8 1.4.6
+ Add release notes for 0.12.0
-------------------------------------------------------------------
Wed Nov 13 01:00:32 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.34:
+ Fix python 3.x related Hacking warnings
+ Added support for running the tests under PyPy with tox
-------------------------------------------------------------------
Sat Oct 26 00:54:28 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.30:
+ python3: use six.moves for httplib imports
-------------------------------------------------------------------
Mon Oct 14 12:36:31 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.29:
+ Fix misused assertTrue in unit tests
+ Fix default value for a header
+ Fix getting header in redirect processing
+ Fix regression bug after removing posixpath in http.py
-------------------------------------------------------------------
Tue Oct 8 12:54:55 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.22:
+ Add CLI for V2 image create, update, and upload
-------------------------------------------------------------------
Thu Sep 26 09:58:14 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.21:
+ Support glance client can get ipv6 image url correctly
-------------------------------------------------------------------
Fri Sep 20 00:04:18 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.19:
+ Use openstack-images-v2.1-json-patch for update method
-------------------------------------------------------------------
Wed Sep 18 09:11:55 UTC 2013 - dmueller@suse.com
- fix requires
-------------------------------------------------------------------
Tue Sep 3 23:54:49 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.17:
+ Enable query image by tag
-------------------------------------------------------------------
Thu Aug 29 00:12:44 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.16:
+ Fix glanceclient usage inconsistences for options
-------------------------------------------------------------------
Fri Aug 23 23:47:40 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.15:
+ Add 0.11.0 doc notes
-------------------------------------------------------------------
Fri Aug 23 00:10:25 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.14:
+ Allow single-wildcard SSL common name matching
+ Don't use posixpath for URLs
-------------------------------------------------------------------
Tue Aug 20 00:03:20 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.10:
+ removed deprecated parameter --public
+ Revert "removed deprecated parameter --public"
-------------------------------------------------------------------
Fri Aug 16 23:45:53 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.7:
+ \Allow removal of properties using glance v2 api
-------------------------------------------------------------------
Tue Aug 13 00:13:56 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.6:
+ Updated from global requirements
+ Raise warlock requirement
-------------------------------------------------------------------
Sat Aug 10 10:54:46 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.10.0.2:
+ Add 0.10.0 docs update
+ Revert 02116565d358a4fa254217779fef82b14b38d8ca
+ Cast image_id to string before calling urllib.quote
-------------------------------------------------------------------
Thu Aug 8 23:40:00 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.9.0.73:
+ Show a pretty progressbar when uploading and downloading an image.
-------------------------------------------------------------------
Tue Jul 16 00:18:16 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.9.0.49:
+ uncap python-keystoneclient version requirement
-------------------------------------------------------------------
Mon Jul 8 23:45:21 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.9.0.48:
+ Flake8 should ignore build folder
+ Rename invalid domain name to be RFC compliant.
-------------------------------------------------------------------
Fri Jul 5 23:43:24 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.9.0.45:
+ Enable client V2 to update/delete tags for a given image.
-------------------------------------------------------------------
Tue Jul 2 00:18:59 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.9.0.44:
+ Start using Pyflakes and Hacking
-------------------------------------------------------------------
Thu Jun 27 09:43:46 UTC 2013 - speilicke@suse.com
- Only depend on python-discover on SLE, it's a Python-2.6 feature
backport
-------------------------------------------------------------------
Wed Jun 12 09:55:33 UTC 2013 - dmueller@suse.com
- fix requires of test package
-------------------------------------------------------------------
Tue Jun 4 12:28:52 UTC 2013 - speilicke@suse.com
- tools/pip-requires changed to requirements.txt (pip's de-facto
standard)
-------------------------------------------------------------------
Wed May 29 11:22:37 UTC 2013 - dmueller@suse.com
- remove setBadness call from rpmlintrc
-------------------------------------------------------------------
Mon May 27 08:45:20 UTC 2013 - dmueller@suse.com
- python-pbr/d2to1 requires
-------------------------------------------------------------------
Tue Mar 26 13:43:11 UTC 2013 - dmueller@suse.com
- update to 0.8.0.13
-------------------------------------------------------------------
Mon Mar 18 10:42:52 UTC 2013 - speilicke@suse.com
- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
--------------------------------------------------------------------
Wed Mar 13 00:14:12 UTC 2013 - cloud-devel@suse.de
- Update to version 0.8.0.10+git.1363133652.c7c8e92:
+ Implements filters: visibility, owner, member_status. Includes tests.
--------------------------------------------------------------------
Tue Mar 12 00:12:02 UTC 2013 - cloud-devel@suse.de
- Update to version 0.8.0.8+git.1363047122.8787c82:
+ Control C does not cancel the CLI cleanly
--------------------------------------------------------------------
Mon Mar 11 10:04:27 UTC 2013 - cloud-devel@suse.de
- Update to version 0.8.0.6+git.1362996267.d810019:
+ Add missing spaces in help msg
--------------------------------------------------------------------
Tue Mar 5 17:23:47 UTC 2013 - cloud-devel@suse.de
- Update to version 0.8.0.5+git.1362504227.0ca43be:
+ Replace SchemaNotFound with HTTPNotFound
+ Use getattr properly in legacy shell
-------------------------------------------------------------------
Fri Feb 22 14:12:23 UTC 2013 - saschpe@suse.de
- Update to version 0.8.0.2+git.1361542435.6c7fb0e:
+ Make effective ssl callback behaviour more obvious
+ Update .coveragerc
+ Expect minumum warlock version of 0.7.0
+ Add library support for v2 image update
+ Update to latest oslo-version.
+ Decode input and encode output
+ Add docs for v0.8.0
+ Report name resolution errors properly
- Add glanceclient-prettytable.patch: Relax version constraints
on python-prettytable
-------------------------------------------------------------------
Fri Feb 22 11:26:09 UTC 2013 - saschpe@suse.de
- BuildRequire openstack-suse-macros instead of openstack-macros
--------------------------------------------------------------------
Mon Feb 11 15:10:58 UTC 2013 - cloud-devel@suse.de
- Update to version 0.7.0.13+git.1360595458.60cfebc:
+ Quote image ids before passing them to glance
--------------------------------------------------------------------
Mon Feb 4 12:03:59 UTC 2013 - dmueller@suse.com
- Update to version 0.7.0.12+git.1359979439.ed67c32:
+ Fix typo in image-update help page
+ Adds image-delete functionality.
+ Change https port to be an optional parameter
+ Migrate to testr.
-------------------------------------------------------------------
Thu Jan 17 14:08:20 UTC 2013 - vuntz@suse.com
- Use version-regexp param for git_tarballs service to avoid
uselessly including the last git commit id twice.
--------------------------------------------------------------------
Mon Jan 14 12:50:33 UTC 2013 - cloud-devel@suse.de
- Update to version 0.7.0.5.ga5f996c+git.1358164233.a5f996c:
+ Add image names to glance command arguments.
+ Use testtools instead of unittest.
+ Add details to stdout error message.
- Build HTML documentation
-------------------------------------------------------------------
Wed Dec 19 15:14:51 UTC 2012 - saschpe@suse.de
- Fix python-keystoneclient _module_ requirement, our packages
have a different versioning scheme (but we provide the same thing)
--------------------------------------------------------------------
Wed Dec 19 11:23:06 UTC 2012 - saschpe@suse.de
- Move to obs-service-git_tarballs
+ Drop BuildRequires: python-setuptools-git
- Update to version 0.6.0.14.gc057fe4+git.1355912586.c057fe4:
+ Document v0.7.0 release
+ Support --os-cacert
+ Update --location help to reference swift store.
+ Change default image sort to use name
+ Add --sort-key and --sort-dir to image-list
+ Pin pep8 to 1.3.3
+ Allow setting x-image-meta-store through shell on image creation
+ Verify that host matches certificate
+ Document bugs/features for v0.6.0
+ Hook up region_name argument
+ Simplify human-readable size output
+ Make image sizes more readable for humans
+ Set useful boolean flag metavars
+ Unpin keystoneclient dependency
+ Fixes bug on Windows related to a wrong API url
+ Enhance --checksum help with algorithm
+ added --version as new parameter
- Add " --install-data=%{python_sitelib}" parameter to "setup.py install"
to make sure the versioninfo file is installed correctly
-------------------------------------------------------------------
Wed Dec 5 09:28:43 UTC 2012 - saschpe@suse.de
- Use @PARENT_TAG@ in _service file to automate versioning
-------------------------------------------------------------------
Tue Dec 4 14:43:11 UTC 2012 - saschpe@suse.de
- Drop glanceclient-setup-no-requires.patch:
+ That makes no sense, http://packages.python.org/distribute/setuptools.html#new-and-changed-setup-keywords
- BuildRequire python-setuptools-git:
+ Better than sed in setup.py, all others have it too
-------------------------------------------------------------------
Tue Dec 4 13:59:52 UTC 2012 - saschpe@suse.de
- Fix test requires
-------------------------------------------------------------------
Thu Nov 15 12:38:56 UTC 2012 - saschpe@suse.de
- Use openstack-macros
-------------------------------------------------------------------
Fri Nov 9 14:27:22 UTC 2012 - saschpe@suse.de
- Downgrade version to new upstream scheme: 0.5.1 (bnc#787387)
-------------------------------------------------------------------
Thu Nov 8 10:49:49 UTC 2012 - saschpe@suse.de
- Drop from_vcs build flag
-------------------------------------------------------------------
Wed Oct 31 13:57:27 UTC 2012 - saschpe@suse.de
- Re-add missing openstack-glance.sh
-------------------------------------------------------------------
Fri Oct 12 13:49:57 UTC 2012 - vuntz@suse.com
- Update to version 2012.2 (Folsom), which is really 0.5.1:
+ See https://github.com/openstack/python-glanceclient/commits/0.5.1
- Install bash completion for 'glance' binary
- Dropped patches merged upstream:
+ honor-insecure-flag-keystone.patch
+ add-handler-for-logger.patch
- Buildrequire python-base instead of python-devel:
+ Sufficient for Python-only modules (containing no C/C++ code)
-------------------------------------------------------------------
Thu Sep 13 09:18:30 UTC 2012 - vuntz@suse.com
- Add add-handler-for-logger.patch: remove cryptic "No handlers
could be found for logger" error message. Fix bnc#780048.
-------------------------------------------------------------------
Tue Aug 14 11:37:34 UTC 2012 - bwiedemann@suse.com
- Do not conflict with openstack-glance
-------------------------------------------------------------------
Thu Aug 2 14:26:54 CEST 2012 - iartarisi@suse.cz
- Add patch to remove strict dependency checks in setup.py
-------------------------------------------------------------------
Fri Jul 27 10:12:09 UTC 2012 - saschpe@suse.de
- Add requirement on python-warlock
-------------------------------------------------------------------
Thu Jul 26 14:25:39 UTC 2012 - saschpe@suse.de
- Honor '--insecure' commandline flag also for keystone authentication
-------------------------------------------------------------------
Thu Jul 26 10:37:47 UTC 2012 - saschpe@suse.de
- Require python-distribute, /usr/bin/glance needs it
-------------------------------------------------------------------
Mon Jul 23 09:34:05 UTC 2012 - bwiedemann@suse.com
- Require python-keystoneclient
-------------------------------------------------------------------
Tue Jul 10 13:11:34 UTC 2012 - saschpe@suse.de
- Add '--insecure' commandline argument to ignore (amongst others)
self-signed certificate errors
-------------------------------------------------------------------
Tue Jul 3 11:41:55 UTC 2012 - saschpe@suse.de
- Conflict on openstack-glance, it also ships /usr/bin/glance
-------------------------------------------------------------------
Fri Jun 29 13:40:46 UTC 2012 - saschpe@suse.de
- Initial version