File python-sphinxcontrib-docbookrestapi.changes of Package python-sphinxcontrib-docbookrestapi
-------------------------------------------------------------------
Wed Sep 3 13:39:57 UTC 2014 - dmueller@suse.com
- update to 0.2.1:
* Bump to 0.2.1
* add venv to tox.ini
* Bump to 0.2
* Add the Python 3 classifiers in setup.cfg
* Declare sphinxcontrib.docbookrestapi package
* Properly declare namespace package
* Properly document the enumeration type
* Allow foo_name as well as foo_id in paths
* Remove 'xmlns' attribute of 'param' elements
* Use 'para' elements instead of 'p' ones
* Add the top-level comment that is now mandatory in WADL files
* Add an XML declaration in the output
* Use 'wadl:doc' instead of 'doc' and fix its attributes
* Add a mandatory 'id' attribute to 'resource' elements
* Removes whitespaces at the end of self-closing tags
* Sync with global requirements
* Add tests
* Python 3 compatibility
* Fix the code to work with Python2.6
* tox.ini: clean the pep8 target
-------------------------------------------------------------------
Mon Mar 31 13:54:03 UTC 2014 - speilicke@suse.com
- Add 0001-Properly-declare-namespace-package.patch: Fix build
with setuptools>0.7
-------------------------------------------------------------------
Wed Jan 8 15:42:59 UTC 2014 - speilicke@suse.com
- Update to version 0.1+git.1386695359.8b44f51:
+ Python 3 compatibility
+ Fix the code to work with Python2.6
+ tox.ini: clean the pep8 target
+ Allow complex types for parameters
+ Fix the generate_id function with PUT methods
+ Add .gitreview file
+ Wrap lines in the generated WADL file
+ Generated human-readable method ids and titles
- Move to _service using tar_scm and python_sdist
-------------------------------------------------------------------
Wed Jan 8 15:21:33 UTC 2014 - speilicke@suse.com
- Initial version