Changelog for
python-keystoneclient-0.3.1.15-1.1.noarch.rpm :
* Tue Jul 16 2013 cloud-develAATTsuse.de- Update to version 0.3.1.13: + Ec2Signer : Modify v4 signer to match latest boto
* Sat Jul 13 2013 cloud-develAATTsuse.de- Update to version 0.3.1.11: + Sync install_venv_common from oslo + Fix and enable gating on H402
* Fri Jul 12 2013 cloud-develAATTsuse.de- Update to version 0.3.1.8: + Add name arguments to keystone command.
* Wed Jul 10 2013 cloud-develAATTsuse.de- Update to version 0.3.1.6: + Remove endpoint.name attribute from v3 manager (bug 1191152)
* Tue Jul 09 2013 cloud-develAATTsuse.de- Update to version 0.3.1.4: + Log cms_verify issues as warnings (not errors).
* Sat Jul 06 2013 cloud-develAATTsuse.de- Update to version 0.3.1.2: + Fix auth_token.py bad signing_dir log message + Flake8 should ignore build folder
* Mon Jul 01 2013 speilickeAATTsuse.com- Add 0001-Use-ServiceCatalog.factory-the-object-has-no-__init_.patch: Backport of https://review.openstack.org/#/c/35103/
* Mon Jun 24 2013 dmuellerAATTsuse.com- remove 0001-Python-2.6-compatibility-for-tests-test_keyring.py.patch
* Mon Jun 17 2013 speilickeAATTsuse.com- Add 0001-Python-2.6-compatibility-for-tests-test_keyring.py.patch: Backport of https://review.openstack.org/#/c/33239/
* Wed Jun 12 2013 dmuellerAATTsuse.com- remove nose dependencies
* Sat Jun 01 2013 dmuellerAATTsuse.com- remove python-distribute dependency
* Mon May 27 2013 dmuellerAATTsuse.com- update requires from pip/test-requires
* Mon May 27 2013 speilickeAATTsuse.com- Add new build dependencies: + python-pbr + python-d2to1
* Mon May 27 2013 dmuellerAATTsuse.com- remove 0001-Pass-memcache_servers-as-array.patch
* merged upstream
* Thu Apr 25 2013 dmuellerAATTsuse.com- add 0001-Pass-memcache_servers-as-array.patch
* Fri Apr 05 2013 berendtAATTb1-systems.de- added missing requirements + python-oslo.config + python-iso8601
* Mon Mar 18 2013 speilickeAATTsuse.com- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
* Sun Mar 17 2013 cloud-develAATTsuse.de- Update to version 0.2.2.79+git.1363478707.d62bbdf: + Switch to final 1.1.0 oslo.config release + Make keystone client handle the response code 300. + Make auth_token lazy load the auth_version. + Use v2.0 api by default in auth_token middleware + Retry http_request and json_request failure. + update v3 domains - remove public/private namespace + Doc info and other readability improvements
* Wed Mar 13 2013 cloud-develAATTsuse.de- Update to version 0.2.2.67+git.1363133193.d782a99: + Fix auth-token middleware to understand v3 tokens
* Mon Mar 11 2013 cloud-develAATTsuse.de- Update to version 0.2.2.66+git.1362996313.ae36809: + Sync memorycache and timeutils from oslo. + Save test_auth_token_middleware from unlimited recursion + Work better in server env with no keyrings + Switch to oslo.config. + Remove test dep on name of dir (bug 1124283) + help text improvements
* Fri Mar 01 2013 cloud-develAATTsuse.de- Update to version 0.2.2.56+git.1362138053.3ce3fe8: + Improve error message for missing endpoint
* Sun Feb 24 2013 cloud-develAATTsuse.de- Update to version 0.2.2.55+git.1361729982.58cb347: + Added missing unit tests for shell.py + Implements token expiration handling + Use oslo-config-2013.1b3 + Fix selef to self in class. + Update oslo-config version.
* Fri Feb 22 2013 saschpeAATTsuse.de- BuildRequire openstack-suse-macros instead of openstack-macros
* Mon Feb 18 2013 cloud-develAATTsuse.de- Update to version 0.2.2.46+git.1361181005.21d9952: + Allow requests up to 0.8 and greater + Add name arguments to keystone command. + Fix debug with requests. + Remove useless import + Fix how python 2.6 doesn\'t have assertDictEqual + If you specify the --debug argument, it doesn\'t show the body of a POST request. The body (string rep) is at \'data\' in the kwargs dict. \'body\' was deleted prior to this call. + Update .coveragerc + Allow configure auth_token http connect timeout. + Use install_venv_common.py from oslo. + sync README with \"keystone help\"
* Mon Feb 18 2013 dmuellerAATTsuse.com- remove keystoneclient-requests-compat.patch:
* Merged upstream
* Mon Feb 11 2013 cloud-develAATTsuse.de- Update to version 0.2.2.28+git.1360595504.ff24716: + Mark password config options with secret + Update requests requirements + Pin requests module more strictly. + Treat HTTP code 400 and above as error. + Fix incomplete sentence in help
* Mon Feb 04 2013 dmuellerAATTsuse.com- Update to version 0.2.2.21+git.1359979548.92bf8a7: + fix discrepancies seen in domain and credential, v3 - bug 1109349- Remove 0001-Fix-thinko-in-self.middleware.cert_file_missing.patch: + Merged upstream
* Mon Jan 28 2013 dmuellerAATTsuse.com- Update to version 0.2.2.16+git.1359364193.1cbda90: + Fix STALE_TOKEN_DURATION usage + Factorize endpoint retrieval in access + Remove useless code + Restore Python 2.6 compatibility + Allow request timeout to be specified. + Remove assertDictEqual for python 2.6 compatibility- Remove python-2.6-compat-in-tests.patch, 0001-Restore-Python-2.6-compatibility.patch: Merged upstream
* Thu Jan 24 2013 dmuellerAATTsuse.com- Add python-2.6-compat-in-tests.patch
* fix python 2.6 support (submitted upstream)
* Tue Jan 22 2013 dmuellerAATTsuse.com- Add patches:
* 0001-Fix-thinko-in-self.middleware.cert_file_missing.patch
* 0001-Restore-Python-2.6-compatibility.patch Fixes keystone middleware with SLE11
* Mon Jan 21 2013 saschpeAATTsuse.de- Add keystoneclient-requests-compat.patch and replace support-requests-version-1.0.0.patch: Forward-compatibility with requests >= 1.0.0
* Thu Jan 17 2013 dmuellerAATTsuse.com- add support-requests-version-1.0.0.patch: support python-requests also >= 1.0.0
* Thu Jan 17 2013 cloud-develAATTsuse.de- Update to version 0.2.2.5+git.1358431979.3dfb843: + Blueprint memcache-protection: enable memcache value encryption/integrity check + Make WebOb version specification more flexible + Warning message is not logged for valid token-less request.
* Thu Jan 17 2013 vuntzAATTsuse.com- Use version-regexp param for git_tarballs service to avoid uselessly including the last git commit id twice.
* Mon Jan 14 2013 saschpeAATTsuse.de- Update to version 0.2.2.2.g4a232ac+git.1358162600.4a232ac: + Use os.path to find ~/keystone-signing (bug 1078947) + Remove iso8601 dep in favor of openstack.common + Move iso8601 dependency from test- to pip-requires + Pin requests to >=0.8.8. + Use testtools instead of unittest for base classes.- Updated requirements
* Thu Jan 10 2013 saschpeAATTsuse.de- Recommend python-keyring
* Wed Jan 09 2013 vuntzAATTsuse.com- Add missing Requires on python-requests: without it, the keystone executable won\'t even start.
* Mon Jan 07 2013 saschpeAATTsuse.de- Fix PKI example certs location for testsuite
* Mon Jan 07 2013 saschpeAATTsuse.de- Update to version 0.2.1.3.gd37a3fb+git.1357543650.d37a3fb: + Add support for user groups + Make it possible to debug by running module. + remove unused import + Bug 1052674: added support for Swift cache + Add file \'ChangeLog\' to MANIFEST.in + Use requests module for HTTP/HTTPS + Print to stderr when keyring module is missing. + Prevent an uncaught exception from being rasied. + modify ca-certificate default value + URL-encode user-supplied tokens (bug 974319) + Fix middleware logging for swift + Fix keystoneclient user-list output order + Misspelling error in README.rst + Rename --no_cache to --os_cache. + Make use_keyring False by default. + bug-1040361: use keyring to store tokens + Don\'t try to split a list of memcache servers + Drop hashlib/hmac from pip-requires. + Add --version CLI opt and __version__ module attr + Add Ec2Signer utility class to keystoneclient + Add command to allow users to change their own password + updating PEP8 to 1.3.3 + Correct a misspelled in comments + Remove Policy.endpoint_id reference + Fix scoped auth for non-admins (bug 1081192) + Throw validation response into the environment + fixes auth_ref initialization error + Update README and CLI help + Add auth-token code to keystoneclient, along with supporting files + Make initial structural changes to keystoneclient in preparation- Use --install-data=%{python_sitelib} to install novaclient/versioninfo into the correct location (instead of %{_prefix})
* Wed Dec 05 2012 saschpeAATTsuse.de- Use AATTPARENT_TAGAATT in _service file to automate versioning
* Thu Nov 15 2012 saschpeAATTsuse.de- Use openstack-macros- Run fdupes on HTML documentation
* Fri Nov 09 2012 saschpeAATTsuse.de- Downgrade version to new upstream scheme: 0.1.3 (bnc#787387)
* Thu Nov 08 2012 saschpeAATTsuse.de- Drop from_vcs build flag
* Tue Oct 30 2012 saschpeAATTsuse.de- Add Provides/Obsoletes for openSUSE-12.2 package name (openstack-keystoneclient and python-python-keystoneclient)
* Fri Oct 12 2012 vuntzAATTsuse.com- Update to version 2012.2 (Folsom), which is really 0.1.3: + See https://github.com/openstack/python-keystoneclient/commits/0.1.3- Install bash completion for \'keystone\' binary- Buildrequire python-base instead of python-devel: + Sufficient for Python-only modules (containing no C/C++ code)- Additional Buildrequires for documentation
* Mon Oct 01 2012 jenkinsAATTsuse.de- Update to latest git (6c127df): + Fix PEP8 issues. + fixing pep8 formatting for 1.0.1+ pep8 + Fixed httplib2 mocking (bug 1050091, bug 1050097) + Require httplib2 version 0.7 or higher. + removing deprecated commandline options + Handle \"503 Service Unavailable\" exception. + Fixes setup compatibility issue on Windows + switching options to match authentication paths + Add wrap option to keystone token-get for humans + Allow empty description for tenants. + pep8 1.3.1 cleanup
* Fri Aug 24 2012 jenkinsAATTsuse.de- Update to latest git (b391319): + Add nosehtmloutput as a test dependency.
* Thu Aug 23 2012 jenkinsAATTsuse.de- Update to latest git (ad9dee5): + Change underscores in new cert options to dashes + splitting http req and resp logging also some pep8 cleanup in shell.py
* Thu Aug 02 2012 rhaferAATTsuse.de- Fixed dependencies, package required python-simplejson
* Sat Jul 28 2012 cthielAATTsuse.com- add BuildRequires to python-httplib2, to fix documentation building
* Sat Jul 28 2012 jenkinsAATTsuse.de- Update to latest git (dec8f77): + Add \'--insecure\' commandline argument
* Sat Jul 28 2012 cthielAATTsuse.com- remove insecure-commandline-argument.patch which has been merged upstream: https://review.openstack.org/#/c/9582/
* Fri Jul 27 2012 cthielAATTsuse.com- rebase insecure-commandline-argument.patch to master- adapt doc paths for building from master
* Thu Jul 26 2012 saschpeAATTsuse.de- Require python-distribute, /usr/bin/keystone needs it
* Tue Jul 10 2012 saschpeAATTsuse.de- Add \'--insecure\' commandline argument to ignore (amongst others) self-signed certificate errors
* Wed Jun 27 2012 saschpeAATTsuse.de- Change versioning scheme to $release+git.$AUTHORDATE.$COMMITREV- Simplify from_vcs macros
* Tue Jun 26 2012 saschpeAATTsuse.de- Consistent package summaries- Macro cleanup: + Package is noarch except for SLE-11- Added rpmlintrc for non-issues- Use correct upstream URL- Remove empty %check section- The doc package should require the base package
* Thu May 24 2012 jfehligAATTsuse.com- Add \'Requires: python >= 2.6.8\'
* Fri Apr 20 2012 bwiedemannAATTsuse.com- add bash completion for keystone
* Thu Mar 01 2012 bwiedemannAATTsuse.com- rename /usr/bin/keystone-client to keystone (lp#910484)
* Thu Jan 26 2012 rhaferAATTsuse.de- rename /usr/bin/keystone to keystone-client to avoid conflict with the openstack-keystone package (lp#910484)- created -doc subpackage
* Thu Jan 26 2012 rhaferAATTsuse.de- initial checkin