15
0
forked from pool/python-WSME

Accepting request 518560 from home:tbechtold:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/518560
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=24
This commit is contained in:
2017-08-24 15:43:30 +00:00
committed by Git OBS Bridge
parent 015ea606d3
commit ff8b71ecb5
4 changed files with 46 additions and 25 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Aug 24 14:44:34 UTC 2017 - tbechtold@suse.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 9 07:12:25 UTC 2015 - tbechtold@suse.com