File python-python-subunit.changes of Package python-python-subunit
-------------------------------------------------------------------
Tue Sep 3 08:22:49 UTC 2013 - dmueller@suse.com
- update to 0.0.15:
* Clients of subunit did not expect memoryview objects in StreamResult events.
* Memoryview and struct were mutually incompatible in 2.7.3 and 3.2.
* Memoryview detection was broken and thus it's use was never really tested.
* TestProtocol2's tag tests were set sort order dependent.
* TestTestProtocols' test_tags_both was set sort order dependent.
* TestTestProtocols' test_*_details were dictionary sort order dependent.
* TestSubUnitTags's test_add_tag was also se sort order dependent.
-------------------------------------------------------------------
Fri Jul 19 10:54:46 UTC 2013 - dmueller@suse.com
- update to 0.0.13:
* Fix GPL licensing issue
* `subunit-stats` no longer outputs encapsulated stdout as subunit.
* The logic for `subunit.run` is now importable via python -
`subunit.run.main`. (Robert Collins, #606770)
-------------------------------------------------------------------
Sun Jun 2 12:52:13 UTC 2013 - dmueller@suse.com
- update to 0.0.12:
* fix data corruption bug in v2 protocol streaming
-------------------------------------------------------------------
Mon Apr 29 12:20:03 UTC 2013 - dmueller@suse.com
- update to 0.0.11:
* v2 protocol draft included in this release. The v2 protocol trades off human
readability for a massive improvement in robustness, the ability to represent
concurrent tests in a single stream, cheaper parsing, and that provides
significantly better in-line debugging support and structured forwarding
of non-test data (such as stdout or stdin data).
* make_stream_binary is now public for reuse. (Robert Collins)
* Streams with no fileno() attribute are now supported, but they are not
checked for being in binary mode: be sure to take care of that if using
the library yourself. (Robert Collins)
-------------------------------------------------------------------
Thu Jan 17 20:56:24 UTC 2013 - cfarrell@suse.com
- license update: Apache-2.0 or BSD-3-Clause
Look at the README file
-------------------------------------------------------------------
Tue Jan 15 15:14:01 UTC 2013 - saschpe@suse.de
- Run testsuite
- Package README and NEWS
-------------------------------------------------------------------
Tue Jan 15 14:55:28 UTC 2013 - dmueller@suse.com
- Initial packaging (0.0.9)