summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Drop compatibility wrappers for memoryview in older Python versionsJelmer Vernooij2023-01-281-0/+3
|
* Release 1.4.2.1.4.2Jelmer Vernooij2022-11-171-0/+2
|
* Release 1.4.11.4.1Jelmer Vernooij2022-11-051-0/+24
|
* Add testing for Python 3.10Stephen Finucane2021-12-151-0/+6
| | | | Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Drop support for Python 2.7, 3.5Stephen Finucane2021-12-151-0/+6
| | | | | | | | | | | | Both of these are EOL now. There's no reason to continue supporting them. Python 3.6 is close to EOL but we can give it another release before we formally drop that. We also drop support for installing without setuptools, since this is expected to be effectively always present nowadays. We include a pyproject.toml file just in case that ever changes though. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Update NEWSColin Watson2021-07-271-0/+6
|
* Release 1.4.0.1.4.0Jelmer Vernooij2020-03-141-0/+30
| | | | Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
* Add support for parsing in a regex to apply to test ids.Jelmer Vernooij2018-03-241-0/+6
| | | | Bug: pad.lv/1758522
* Fixup NEWS and versions for recent workRobert Collins2018-01-251-1/+6
|
* Update release notes for 1.2.0 releaseMatthew Treinish2017-10-161-2/+12
| | | | | | | | Most of the ground work for the 1.2.0 release was already prepared in commit 2a4d9f61312bf388e3f909bb58c5237d556f8770. But, the release was never pushed. This commit updates the release notes for the changes between that and current HEAD in preparation for actually pushing the release.
* Release 1.2.1.2.0Robert Collins2015-10-231-0/+3
|
* Add subunit2disk which exports a stream to the fs.Robert Collins2015-07-131-0/+9
|
* Support --locals in tracebacks and release 1.1.01.1.0Robert Collins2015-03-101-0/+6
|
* Forward stdout content in subunit-2to1.Robert Collins2014-12-111-0/+3
| | | | | | It was always intended to be forwarded. Closes-Bug: #1400519
* Remove support for SUBUNIT_FORMATTER, which has been broken for a long time.Jelmer Vernooij2014-12-111-0/+6
|
* Release 1.0.0.1.0.0Robert Collins2014-11-191-0/+3
|
* Improve showing of import errors in the Python runner.Robert Collins2014-11-181-0/+6
| | | | This depends on testtools 1.4.0 to get the improved behaviour.
* Fix tests with testtools 1.2.0 and above.Robert Collins2014-11-181-0/+6
| | | | | Import errors don't break execution or listing now in testtools, so to test execution breaking we have to be a little bit more direct.
* 0.0.210.0.21Robert Collins2014-08-271-0/+9
| | | | | | | | | | ------ BUGFIXES ~~~~~~~~ * Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv. (Robert Collins, #1361924)
* Release 0.0.200.0.20Robert Collins2014-08-271-0/+6
| | | | | | | Also * The python-subunit tarball can now have setup run from the current directory. (Robert Collins, #1361857)
* * subunit2csv is now installed when using pip.Robert Collins2014-08-241-0/+3
| | | | (Robert Collins, #1279669)
* * testscenarios is now a test dependency, not an install dependency.Robert Collins2014-08-241-0/+6
| | | | (Arfrever Frehtes Taifersar Arahesis, #1292757)
* 0.0.19Robert Collins2014-08-241-4/+15
| | | | | | | | | | | | ------ IMPROVEMENTS ~~~~~~~~~~~~ * ``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)
* Fix support for testtools 0.6.35.Robert Collins2014-01-301-0/+10
|
* Release 0.0.17Robert Collins2014-01-291-0/+3
|
* Updated NEWS file.Thomi Richards2013-12-021-3/+6
|
* Merged trunk, fixed conflict.Thomi Richards2013-12-021-0/+8
|\
| * Release 0.0.16.0.0.16Robert Collins2013-11-301-0/+3
| |
| * Exit non-zero when listing includes import failures.Robert Collins2013-11-301-0/+5
| |
* | Merge trunk.Thomi Richards2013-11-251-0/+6
|\ \ | |/
| * * Perl files should now honour perl system config.Robert Collins2013-11-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | (Benedikt Morbach, #1233198) With INSTALL_BASE, perl files are unconditionally installed to ${prefix}/lib/perl5/ instead of respecting the system-dependent perl library path that is set when perl is installed. (sitelib/vendorlib) If INSTALL_BASE is changed to PREFIX, it correctly finds the path where it should install via perl's Config.pm
| * The test suite was failing 6 tests due to testtools changing it's outputRobert Collins2013-11-241-0/+3
| | | | | | | | formatting of exceptions. (Robert Collins)
* | Reverted whitespace changes to NEWS file.Thomi Richards2013-11-191-6/+6
| |
* | Aded NEWS item, fixed some test code.Thomi Richards2013-11-191-6/+9
|/
* * Most filters will now accept a file path argument instead of only readingRobert Collins2013-08-251-0/+6
| | | | from stdin. (Robert Collins, #409206)
* * Python 3.1 and 3.2 have an inconsistent memoryview implementation whichRobert Collins2013-08-251-0/+3
| | | | required a workaround for NUL byte detection. (Robert Collins, #1216246)
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-251-0/+6
| | | | data and the error message. (Robert Collins)
* Release 0.0.150.0.15Robert Collins2013-08-251-0/+3
|
* * Memoryview and struct were mutually incompatible in 2.7.3 and 3.2.Robert Collins2013-08-251-0/+3
| | | | (Robert Collins, #1216163)
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-251-0/+6
| | | | (Robert Collins)
* Release 0.0.140.0.14Robert Collins2013-08-241-0/+3
|
* * Memoryview detection was broken and thus it's use was never really tested.Robert Collins2013-08-241-0/+3
| | | | (Robert Collins, 1216101)
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-241-0/+6
| | | | | | | (Robert Collins, #1025392) * TestSubUnitTags's test_add_tag was also se sort order dependent. (Robert Collins, #1025392)
* * TestTestProtocols' test_tags_both was set sort order dependent.Robert Collins2013-08-241-0/+3
| | | | (Robert Collins, #1025392)
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-0/+6
| | | | (Robert Collins, #1025392)
* Release 0.0.13.0.0.13Robert Collins2013-06-171-0/+5
|
* * `subunit-stats` no longer outputs encapsulated stdout as subunit.Robert Collins2013-06-171-0/+3
| | | | (Robert Collins, #1171987)
* * The logic for `subunit.run` is now importable via python -Robert Collins2013-06-171-0/+6
| | | | `subunit.run.main`. (Robert Collins, #606770)
* BUG FIXESRobert Collins2013-06-161-0/+7
| | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591)
* Release 0.120.0.12Robert Collins2013-05-251-0/+3
|