SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-glanceclient-0.13.1-4.2.noarch.rpm :
Thu Jul 24 14:00:00 2014 dmuellerAATTsuse.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 14:00:00 2014 vuntzAATTsuse.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 13:00:00 2014 dmuellerAATTsuse.com
- go back to released version (0.12.0)

Mon Mar 17 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-glanceclient-0.12.0.78.g59c1103:

* Improve help strings

Tue Mar 11 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-glanceclient-0.12.0.76.g8ecc8ae:

* Sync with Oslo

Mon Mar 10 13:00:00 2014 cloud-develAATTsuse.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 13:00:00 2014 cloud-develAATTsuse.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 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-glanceclient-0.12.0.63.g46bf452:

* Only show progress bar for local image files

Wed Feb 26 13:00:00 2014 cloud-develAATTsuse.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 13:00:00 2014 speilickeAATTsuse.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 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.51:
+ Using common method \'bool_from_string\' from oslo strutils

Fri Jan 24 13:00:00 2014 opensuse-cloudAATTopensuse.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 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.39:
+ python3: Switch to mox3 instead of mox

Thu Jan 16 13:00:00 2014 dmuellerAATTsuse.com
- fix requires

Thu Jan 16 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.38:
+ Remove vim header

Tue Jan 14 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.37:
+ Python 3: use six.iteritems and six.string_types

Mon Jan 13 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.36:
+ Python 3: use six.iteritems() instead of iteritems()

Sun Jan 12 13:00:00 2014 opensuse-cloudAATTopensuse.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 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.24:
+ Fix glanceclient http.py string formatting error

Thu Jan 9 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.22:
+ Get better format for long lines with PrettyTable

Fri Jan 3 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.21:
+ Remove unused imports

Tue Dec 24 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.20:
+ Updates tox.ini to use new features
+ Fix and enable gating on H306

Sat Dec 21 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.16:
+ Fix extra new line that break from progress bar

Fri Dec 20 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.14:
+ Replace inheritance hierarchy with composition

Thu Dec 19 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.12:
+ SSL: Handle wildcards in Subject Alternative Names

Fri Dec 13 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.10:
+ Updated from global requirements

Sat Dec 7 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.9:
+ Updates .gitignore

Wed Dec 4 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.8:
+ Readd missing Babel dependency after merge from Oslo(master/bdda833)

Wed Nov 27 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.6:
+ Make HACKING.rst DRYer
+ python3: xrange no longer exists

Sat Nov 23 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.12.0.2:
+ Sync from oslo-incubator

Fri Nov 15 13:00:00 2013 opensuse-cloudAATTopensuse.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 13:00:00 2013 opensuse-cloudAATTopensuse.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 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.30:
+ python3: use six.moves for httplib imports

Mon Oct 14 14:00:00 2013 opensuse-cloudAATTopensuse.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 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.22:
+ Add CLI for V2 image create, update, and upload

Thu Sep 26 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.21:
+ Support glance client can get ipv6 image url correctly

Fri Sep 20 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.19:
+ Use openstack-images-v2.1-json-patch for update method

Wed Sep 18 14:00:00 2013 dmuellerAATTsuse.com
- fix requires

Tue Sep 3 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.17:
+ Enable query image by tag

Thu Aug 29 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.16:
+ Fix glanceclient usage inconsistences for options

Fri Aug 23 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.15:
+ Add 0.11.0 doc notes

Fri Aug 23 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.14:
+ Allow single-wildcard SSL common name matching
+ Don\'t use posixpath for URLs

Tue Aug 20 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.10:
+ removed deprecated parameter --public
+ Revert \"removed deprecated parameter --public\"

Fri Aug 16 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.7:
+ \\Allow removal of properties using glance v2 api

Tue Aug 13 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.10.0.6:
+ Updated from global requirements
+ Raise warlock requirement

Sat Aug 10 14:00:00 2013 opensuse-cloudAATTopensuse.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 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.9.0.73:
+ Show a pretty progressbar when uploading and downloading an image.

Tue Jul 16 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.9.0.49:
+ uncap python-keystoneclient version requirement

Mon Jul 8 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.9.0.48:
+ Flake8 should ignore build folder
+ Rename invalid domain name to be RFC compliant.

Fri Jul 5 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.9.0.45:
+ Enable client V2 to update/delete tags for a given image.

Tue Jul 2 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 0.9.0.44:
+ Start using Pyflakes and Hacking

Thu Jun 27 14:00:00 2013 speilickeAATTsuse.com
- Only depend on python-discover on SLE, it\'s a Python-2.6 feature
backport

Wed Jun 12 14:00:00 2013 dmuellerAATTsuse.com
- fix requires of test package

Tue Jun 4 14:00:00 2013 speilickeAATTsuse.com
- tools/pip-requires changed to requirements.txt (pip\'s de-facto
standard)

Wed May 29 14:00:00 2013 dmuellerAATTsuse.com
- remove setBadness call from rpmlintrc

Mon May 27 14:00:00 2013 dmuellerAATTsuse.com
- python-pbr/d2to1 requires

Tue Mar 26 13:00:00 2013 dmuellerAATTsuse.com
- update to 0.8.0.13

Mon Mar 18 13:00:00 2013 speilickeAATTsuse.com
- Drop +git.$TIMESTAMP.$COMMITHASH version suffix

Wed Mar 13 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 0.8.0.10+git.1363133652.c7c8e92:
+ Implements filters: visibility, owner, member_status. Includes tests.

Tue Mar 12 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 0.8.0.8+git.1363047122.8787c82:
+ Control C does not cancel the CLI cleanly

Mon Mar 11 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 0.8.0.6+git.1362996267.d810019:
+ Add missing spaces in help msg

Tue Mar 5 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 0.8.0.5+git.1362504227.0ca43be:
+ Replace SchemaNotFound with HTTPNotFound
+ Use getattr properly in legacy shell

Fri Feb 22 13:00:00 2013 saschpeAATTsuse.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 13:00:00 2013 saschpeAATTsuse.de
- BuildRequire openstack-suse-macros instead of openstack-macros

Mon Feb 11 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 0.7.0.13+git.1360595458.60cfebc:
+ Quote image ids before passing them to glance

Mon Feb 4 13:00:00 2013 dmuellerAATTsuse.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 13:00:00 2013 vuntzAATTsuse.com
- Use version-regexp param for git_tarballs service to avoid
uselessly including the last git commit id twice.

Mon Jan 14 13:00:00 2013 cloud-develAATTsuse.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 13:00:00 2012 saschpeAATTsuse.de
- Fix python-keystoneclient _module_ requirement, our packages
have a different versioning scheme (but we provide the same thing)

Wed Dec 19 13:00:00 2012 saschpeAATTsuse.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 13:00:00 2012 saschpeAATTsuse.de
- Use AATTPARENT_TAGAATT in _service file to automate versioning

Tue Dec 4 13:00:00 2012 saschpeAATTsuse.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:00:00 2012 saschpeAATTsuse.de
- Fix test requires

Thu Nov 15 13:00:00 2012 saschpeAATTsuse.de
- Use openstack-macros

Fri Nov 9 13:00:00 2012 saschpeAATTsuse.de
- Downgrade version to new upstream scheme: 0.5.1 (bnc#787387)

Thu Nov 8 13:00:00 2012 saschpeAATTsuse.de
- Drop from_vcs build flag

Wed Oct 31 13:00:00 2012 saschpeAATTsuse.de
- Re-add missing openstack-glance.sh

Fri Oct 12 14:00:00 2012 vuntzAATTsuse.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 14:00:00 2012 vuntzAATTsuse.com
- Add add-handler-for-logger.patch: remove cryptic \"No handlers
could be found for logger\" error message. Fix bnc#780048.

Tue Aug 14 14:00:00 2012 bwiedemannAATTsuse.com
- Do not conflict with openstack-glance

Thu Aug 2 14:00:00 2012 iartarisiAATTsuse.cz
- Add patch to remove strict dependency checks in setup.py

Fri Jul 27 14:00:00 2012 saschpeAATTsuse.de
- Add requirement on python-warlock

Thu Jul 26 14:00:00 2012 saschpeAATTsuse.de
- Honor \'--insecure\' commandline flag also for keystone authentication

Thu Jul 26 14:00:00 2012 saschpeAATTsuse.de
- Require python-distribute, /usr/bin/glance needs it

Mon Jul 23 14:00:00 2012 bwiedemannAATTsuse.com
- Require python-keystoneclient

Tue Jul 10 14:00:00 2012 saschpeAATTsuse.de
- Add \'--insecure\' commandline argument to ignore (amongst others)
self-signed certificate errors

Tue Jul 3 14:00:00 2012 saschpeAATTsuse.de
- Conflict on openstack-glance, it also ships /usr/bin/glance

Fri Jun 29 14:00:00 2012 saschpeAATTsuse.de
- Initial version


 
ICM