Changelog for
python3-designateclient-4.5.0-2.2.noarch.rpm :
* Mon Jun 20 2022 cloud-develAATTsuse.de- update to version 4.5.0 - Remove H402 hacking as it is deprecated - Update master for stable/xena - Clarify that name or ID can be used on TLDs - Updating python testing classifier as per Yoga testing runtime - Add Python3 yoga unit tests - Use py3 as the default runtime for tox - requirements: Drop os-testr - Remove edit-managed from unsupported commands - setup.cfg: Replace dashes with underscores - Add basic osc unit tests - Add profiling support to designateclient - Bump lower-constraint for decorator to 4.2.1 - Add Designate hacking checks to the client - Stop to use the __future__ module. - Cap jsonschema 3.2.0 as the minimal version
* Mon Dec 06 2021 cloud-develAATTsuse.de- update to version 4.3.0 - bump py37 to py38 in tox.ini - Update master for stable/wallaby - Fix lower-constrains job - Add Python3 wallaby unit tests - Update master for stable/victoria - Add Python3 xena unit tests - Remove six and update lower-constraints appdirs - Remove install unnecessary packages - Update readme.rst - Fixed zone transfer accept list command
* Sun May 02 2021 cloud-develAATTsuse.de- update to version 4.2.0 - Add choices to `--type` command line argument - Fix doc reference builds - Add auto generated OSC documentation - Increase hacking version
* Fri Oct 09 2020 cloud-develAATTsuse.de- update to version 4.1.0 - Use unittest.mock instead of mock - Add Python3 victoria unit tests - Switch to newer openstackdocstheme and reno versions - Update master for stable/ussuri
* Tue May 12 2020 cloud-develAATTsuse.de- update to version 4.0.0 - Switch upper-constraints URL to static location - Use unittest.mock instead of third party mock - Switch to Ussuri jobs - Cleanup py27 support - Removing unused code - More cleanup - Fix \"recordset list --all-projects\" in interactive OSC - Fix \"zone list --all-projects\" in interactive OSC - Update master for stable/train - Drop py27 support
* Wed Mar 11 2020 dmuellerAATTsuse.com- switch to python 3.x only
* Wed Oct 09 2019 cloud-develAATTsuse.de- update to version 3.0.0 - Uncap jsonschema - Cap sphinx for py2 to match global requirements - Add Python 3.6 classifier to setup.cfg - Dropping the py35 testing - Add doc/requirements.txt to releasenotes tox environment - add python 3.7 unit test job - Add Python 3 Train unit tests - OpenDev Migration Patch - Update json module to jsonutils - Update hacking version - Change openstack-dev to openstack-discuss - Update master for stable/stein - Removing v1 api support
* Tue Aug 06 2019 toddrme2178AATTgmail.com- This package doesn\'t support jsonschema 3.
* Mon Apr 08 2019 cloud-develAATTsuse.de- update to version 2.11.0 - Update reno for stable/rocky - Don\'t quote {posargs} in tox.ini - switch documentation job to new PTI - add python 3.6 unit test job - import zuul job settings from project-config - Use templates for cover and lower-constraints - Check item is one of six.string_types not just str
* Mon Sep 03 2018 cloud-develAATTsuse.de- update to version 2.10.0 - Switch to stestr - fix tox python3 overrides - Update reno for stable/queens - Add os-testr in test-requirements.txt - Trivial: Update pypi url to new url - Improve the RecordSet Update UI - Highlight V1 API removal - server-get/update show wrong values about \'id\' and \'update_at\' - Remove PyPI downloads - Fix copy-pasta in quota command descriptions - Updated from global requirements - add lower-constraints job
* Fri Feb 23 2018 tbechtoldAATTsuse.com- Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-develAATTsuse.de- update to version 2.9.0 (bsc#1078607) - Updated from global requirements - Partial Revert \"Remove unneeded requirements file\"
* Mon Jan 15 2018 cloud-develAATTsuse.de- update to version 2.8.0 - Improve recordset create UI - Split doc requirements into their own file - Update reno for stable/pike - Use jobs from designate repo - Remove setting of version/release from releasenotes - Make remote error handling more robust - Update the documentation link for doc migration - Avoid tox_install.sh for constraints support - Update and optimize documentation links - Remove unneeded requirements file - Updated from global requirements - Add tsig key support to python-designateclient
* Mon Aug 07 2017 cloud-develAATTsuse.de- update to version 2.7.0 - use setuptools to build the docs even for testing - rearrange the existing docs into the new standard layout - [Fix gate]Update test requirement - switch from oslosphinx to openstackdocstheme - import cli-reference material from openstack-manuals - Explicitly set \'builders\' option - Set client module __version__ - Simplify OSC doc structure - tox: Whitelist rm - doc: Remove cruft from conf.py - Update reno for stable/ocata - Update cli docs - Updated from global requirements - Use Sphinx 1.5 warning-is-error
* Tue Mar 07 2017 cloud-develAATTsuse.de- update to version 2.6.0: - Removes unnecessary utf-8 encoding - Remove \'coding: utf-8\' from license statement - Add Constraints support - Fix broken link for modindex - Add attribute support to create zone cli - Show proper error on over quota commands - Replace \'assertFalse(a in b)\' with \'assertNotIn(a, b)\' - Add Python 3.5 classifier and venv - Updated from global requirements
* Mon Feb 13 2017 cloud-develAATTsuse.de- update to version 2.4.0: - Add plug-in summary for osc doc - Update reno for stable/newton - Ensure X-Designate-Edit-Managed-Records header value is a string - Changed the author and author-email value - Updated from global requirements - Use tempest instead of Tempest-lib - Fix pep8 E501 line too long - record-create/update: Account for priority being 0 - Show team and repo badges on README - Add oslo.config to test-requirements - Ensure X-Auth-All-Projects header value is a string - Enable release notes translation - Replace \'assertTrue(a in b)\' with \'assertIn(a, b)\' - Fix for bug 1627945
* Mon Sep 26 2016 tbechtoldAATTsuse.comupdate to version 2.3.0
* Docs update for FloatingIP\'s ptr records
* Resolve FloatingIP PTR records clis argument\'s description
* Remove discover from test-requirements
* Updated from global requirements
* Fix clis related to FloatingIP\'s ptr records
* Mon Aug 01 2016 tbechtoldAATTsuse.com- update to version 2.2.0:
* Updated from global requirements
* Use osc_lib instead of cliff
* Add quota set / list / reset commands
* Mark the v1 API Client as deprecated
* Add global flags to cli
* Use osc-lib instead of openstackclient
* Revert \"Add Global Flags for filtering results\"
* Add pool listing to python designate client
* Add `openstack zone transfer accept list` cli to designateclient
* Allow cli to query \"v2/recordsets\"
* Add Global Flags for filtering results
* Use the correct capitalization of OpenStack
* Update the home-page with developer documentation
* Add reno support for release notes
* Switch to keystoneauth
* Added CONTRIBUTING.rst file
* Docs Update
* Don\'t use the \'keystone\' client (functional tests)
* Update doc examples to use keystoneauth
* Update designate cli page with more examples Closes-Bug: #1578207
* Add python-openstackclient to test-requirements
* Improve python-designateclient docs
* Add support for service status
* Fix a race condition in one of the zone import tests
* Run the functional tests in a more verbose mode
* Show responses on zone and recordset deletes
* Implement zone import
* Doc changes for installation webpage
* Fix an issue causing a blacklist test to fail
* Add filtering to recordsets CLI
* Show \"status\" and \"action\" for recordsets
* Move all V2 Controllers to inherit from the v2
* Fixes \'openstack tld list\' command\'s exception
* Implement zone export
* Improved TestRecordsetNegative
* Add a service catalog override to the functional tests
* Stop using non-existent method of Mock
* Log stacktraces of MultipleExceptions in functionaltests
* Python3: Add support for urlparse
* Allow the OSC CLI Plugin to walk pages
* Improvement in zone transfer request command description
* Fixed grammar mistake in shell.rst
* Update typos
* Show output on transfer accept
* Change to ShowOne to display output upon update
* Put py34 first in the env order of tox
* Replace assertEqual(None,
*) with assertIsNone in tests
* Add a missing whitespace
* Deprecated tox -downloadcache option removed
* Indicate py34 support
* Removes MANIFEST.in as it is not needed explicitely by PBR
* Pass environment variables of proxy to tox
* Remove py26 support from designateclient
* Improve logging in designateclient
* Support OS_INTERFACE and set V2 API as default
* Pass OS_ENDPOINT_TYPE from shell to client
* Adds changes related to py3 compatibility
* Clearing out .pyc file before a tox run
* Fix support for --os-endpoint
* Updates shell doc of v1 client
* Fixes doc for v2 cli
* Add functional tests for blacklists
* Add functional tests for tlds
* Adds different filter option for zone listing
* Resolve TLD\'s by name
* improve readme contents
* Removes --name argument from zone set command
* Fixes error over quota update
* Fixes order of argument in assertEqual
* Fixes typos in zone transfer request show command description
* Add functional tests for recordsets
* Flesh out zone-related test cases
* Fixes exception message for zone creation command
* Fixes target-project-id argument in zone transfer command
* Removes name argument from openstack recordset set command
* Fixes openstack zone blacklist set command
* Added test cases for v2 client
* Adds test cases for servers in designateclient
* Adds test cases for domain in designate v1 client
* Makes error msg more helpful
* Add period in help message
* Layout some functional tests for the V2 CLI- update _service and switch to upstream spec file
* Sun Oct 04 2015 tbechtoldAATTsuse.com- update to 1.5.0:
* Updated from global requirements
* Add formatting of output data
* Added appropriate error message for designate cli
* Meaningful Exception for over-quota on domains
* Added test cases for reports in designateclient
* Added diagnostics,sync and touch test cases for v1 designateclient
* V2 CLI Support
* Added quotas and servers test cases for designateclient
* Added test cases for designate v1 client
* Make is so exceptions have some message
* Updated from global requirements
* Update github\'s URL
* Updated from global requirements
* Implement socket timeout in v1
* Don\'t wildcard resolve names
* Updated from global requirements
* Updated from global requirements
* Improve help strings
* Fri Sep 25 2015 dmuellerAATTsuse.com- add license
* Mon Sep 14 2015 tbechtoldAATTsuse.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