File python-python-subunit.changes of Package python-python-subunit
-------------------------------------------------------------------
Sat Sep 27 17:26:10 UTC 2014 - dmueller@suse.com
- update to 0.0.21:
* Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv.
(Robert Collins, #1361924)
* subunit2csv is now installed when using pip.
(Robert Collins, #1279669)
* testscenarios is now a test dependency, not an install dependency.
(Arfrever Frehtes Taifersar Arahesis, #1292757)
* The python-subunit tarball can now have setup run from the current
directory. (Robert Collins, #1361857)
* ``subunit.run`` in Python will now exit 0 as long as the test stream has
been generated correctly - this has always been the intent but API friction
with testtools had prevented it working.
(Robert Collins)
- Remove python-testscenarios dependency; not needed anymore
-------------------------------------------------------------------
Thu Feb 13 17:39:12 UTC 2014 - speilicke@suse.com
- Implement update-alternatives
-------------------------------------------------------------------
Thu Jan 30 11:53:52 UTC 2014 - speilicke@suse.com
- Update to version 0.0.18:
+ Fix compatibility with testtools 0.9.35 which dropped the 'all' compat
symbol. This breaks support for Python versions lower than 2.6.
- Changes from version 0.0.17:
+ Add subunit-output tool that can generate a Subunit v2 bytestream from
arguments passed on the command line. (Thomi Richards, #1252084)
- Add /usr/bin/subunit-output
- Add python-subunit-filter-path.patch:
+ Fix filters path in testsuite
- Properly run testsuite
- Fix requirements
-------------------------------------------------------------------
Mon Jan 13 13:28:11 UTC 2014 - dmueller@suse.com
- update to 0.0.16:
* Perl files should now honour perl system config.
* Python 3.1 and 3.2 have an inconsistent memoryview implementation which
required a workaround for NUL byte detection. (Robert Collins, #1216246)
* The test suite was failing 6 tests due to testtools changing it's output
formatting of exceptions. (Robert Collins)
* V2 parser errors now set appropriate mime types for the encapsulated packet
data and the error message. (Robert Collins)
* When tests fail to import python subunit.run -l ... will now write a
subunit file attachment listing the failed imports and exit 2
- Fix package requires
-------------------------------------------------------------------
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)