17
0

- update to 1.4.0:

* Convert byte to str for py3 compatibilty
  * Updated from global requirements
  * Updated from global requirements
  * Add some missing Unit Tests to test_utils.py
  * Solve some py3 compatibilty issues
  * Fix py3 compatibilty issues
  * Updated from global requirements
  * Replacing print with print() to provide py 2/3 compatibility
  * Updated from global requirements
  * Updated from global requirements
  * Fix for ttl values
  * Log error message from EndpointNotFound exceptions
  * Removed peronal email address from example
  * Updated from global requirements
  * Fix backwards compat for edit_managed/all_tenants
  * Add .eggs to gitignore
  * Add backwards compat for edit_managed/all_tenants
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Update github link
  * Sync tox.ini and add py34
  * Use oslosphinx from PyPi
  * Drop incubating theme from docs
  * Move all_tenants and edit_managed attributes to designate Client
  * Log a more informative error upon EndpointNotFound
  * Updated from global requirements
  * V2 Bindings
  * Add --edit-managed flag to cli

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-designateclient?expand=0&rev=9
This commit is contained in:
2015-09-14 09:39:48 +00:00
committed by Git OBS Bridge
parent 7e85cab70f
commit 0eef12d3f7
5 changed files with 82 additions and 12 deletions

View File

@@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Sep 14 09:33:56 UTC 2015 - tbechtold@suse.com
- update to 1.4.0:
* Convert byte to str for py3 compatibilty
* Updated from global requirements
* Updated from global requirements
* Add some missing Unit Tests to test_utils.py
* Solve some py3 compatibilty issues
* Fix py3 compatibilty issues
* Updated from global requirements
* Replacing print with print() to provide py 2/3 compatibility
* Updated from global requirements
* Updated from global requirements
* Fix for ttl values
* Log error message from EndpointNotFound exceptions
* Removed peronal email address from example
* Updated from global requirements
* Fix backwards compat for edit_managed/all_tenants
* Add .eggs to gitignore
* Add backwards compat for edit_managed/all_tenants
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Update github link
* Sync tox.ini and add py34
* Use oslosphinx from PyPi
* Drop incubating theme from docs
* Move all_tenants and edit_managed attributes to designate Client
* Log a more informative error upon EndpointNotFound
* Updated from global requirements
* V2 Bindings
* Add --edit-managed flag to cli
* Updated from global requirements
* Allow relative names in record-create
* Update README to work with release tools
* Uncap library requirements for liberty
* Allow to use domain names instead of ids
* Updated from global requirements
* Added extra previllege to list all domains from all tenants
* Updated from global requirements
* Updated from global requirements
* Fix if checking on ttl for Create/Update commands
* Updated from global requirements
* Workflow documentation is now in infra-manual
* Refactor KS session creation and support CA certs
* Move some useful code outside v1
* Make token + endpoints work correctly
* Move session creation up to shell
* Set defaults for endpoint_type and service_type
* Updated from global requirements
* Use keystone sessions for v1 client
* Fixes homepage in metadata and internal docs
* Updated from global requirements
* Updated from global requirements
* Fixes pypi tarball not delivering Apache 2.0 LICENSE file
* Updated from global requirements
* Updated from global requirements
- Adjust Requires according to requirements.txt
- Add python_requires to _service file
-------------------------------------------------------------------
Wed Sep 10 15:10:18 UTC 2014 - dmueller@suse.com