15
0
forked from pool/python-WSME

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=13
This commit is contained in:
Sascha Peilicke
2014-02-06 16:17:53 +00:00
committed by Git OBS Bridge
parent 5aeda066c4
commit 4ada3acc83
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 6 16:16:01 UTC 2014 - speilicke@suse.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
-------------------------------------------------------------------
Tue Oct 22 14:12:14 UTC 2013 - speilicke@suse.com