Changelog for
python3-WSME-0.9.3-1.37.noarch.rpm :
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Wed Sep 05 2018 dmuellerAATTsuse.com- update to 0.9.3:
* Improve handling of :module: in wsme documenters
* Change flask restful module name
* fix a typo in documentation
* Fix (some) tests for modern flask and pep8
* Fri Aug 25 2017 jengelhAATTinai.de- Trim sensationalist wording.
* Fri Aug 25 2017 tbechtoldAATTsuse.com- Fix fdupes call
* Thu Aug 24 2017 tbechtoldAATTsuse.com- update to 0.9.2:
* Remove white space between print ()
* Fix: Sphinx extension on Python3
* Fix the setup.cfg metadata
* Print exceptions raised from from_param methods
* Fix pep8 issues and switch to py35 in tox.ini
* [doc] Complete doc requirements
* Add the 0.8.0 changes list
* wsattr.__set__() catchs TypeError
* Fix jenkins failure
* Port test_cornice to Python 3
* Change the repositories from stackforge to openstack
* Update .gitreview for new namespace- convert to singlespec
* Wed Sep 09 2015 tbechtoldAATTsuse.com- update to 0.8.0:
* Return 400, if the query string is not a dict
* rest: return 415 when content-type is invalid
* json: raise ValueError invalid list or dict
* Fixes exception path with the datatype is a Object
* Update README formatting for release tools
* Set up dependencies for cross-tests
* Mon Jun 01 2015 tbechtoldAATTsuse.com- update to 0.7.0:
* Ensure UserType objects are converted to basetype
* Convert built-in types when passed as strings
* Multiple protocol accept or content-type matching
* Raise an InvalidInput if you get a ValueError from JSON data
* Remove unsupported python versions from setup.cfg
* Clean up setup.py and add requirements.txt
* Add full MIT license
* Fix i18n when formatting exception
* Cleanup up logging
* Make it possible to use the Response to return a non-default return type
* several fixes for SOAP protocol- Update Requires and BuildRequires according to requirements.txt
* Thu Jan 08 2015 tbechtoldAATTsuse.com- Update to version 0.6.4:
* Include tests in the source distribution (so pecan can download and run them
* Disable universal wheels
* Fix passing Dict/Array based UserType as params
* Document next version changes
* Allow non-auto-registered complex type
* Make the flask adapter working with flask.ext.restful
* Avoid Sphinx 1.3x in the tests
* Doc: status= -> status_code=
* Minor documentation edits
* Fix tox configuration
* Add support for manually specifying supported content types in AATTwsmeexpose
* Fix broken sphinx tests
* fix errors/warnings in tests
* Use APIPATH_MAXLEN from the right module
* Mon Sep 15 2014 tbechtoldAATTsuse.com- Update to version 0.6.1:
* one more update for 0.6.1 change list
* Fix error: variable \'kw\' referenced before assignment
* Fix pep8 errors
* Update change list for 0.6.1 release
* Fix default handling for zero values
* Fixing spelling mistakes
* A proper check of UuidType
* pecan: cleanup, use global vars and staticmethod
* args_from_args() to work with an instance of UserType
* Thu Feb 06 2014 speilickeAATTsuse.com- Update to version 0.6: + Add \'readonly\' parameter to wsattr + Fix typos in documents and comments + Support dynamic types + Support building wheels (PEP-427) + Fix a typo in the types documentation + Add IntegerType and some classes for validation + Use assertRaises() for negative tests + Remove the duplicated error message from Enum + Drop description from 403 flask test case + Fix SyntaxWarning under Python 3- New dependency on python-ipaddr