forked from pool/python-coverage
- Update to version 3.4:
+ The XML report is now sorted by package name, fixing issue 88. + Programs that exited with sys.exit() with no argument weren't handled properly, producing a coverage.py stack trace. That is now fixed. - Changes from version 3.3.1: + Using parallel=True in .coveragerc file prevented reporting, but now does not, fixing issue 49. + When running your code with "coverage run", if you call sys.exit(), coverage.py will exit with that status code, fixing issue 50. - Added documentation (AUTHORS.txt, CHANGES.txt and README.txt) - Addded changes file - Require setuptools - Initial import OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
6117c7c3d0
commit
0eebcc6850
25
python-coverage.changes
Normal file
25
python-coverage.changes
Normal file
@@ -0,0 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 12:32:26 UTC 2011 - saschpe@suse.de
|
||||
|
||||
- Update to version 3.4:
|
||||
+ The XML report is now sorted by package name, fixing issue 88.
|
||||
+ Programs that exited with sys.exit() with no argument weren't handled
|
||||
properly, producing a coverage.py stack trace. That is now fixed.
|
||||
- Changes from version 3.3.1:
|
||||
+ Using parallel=True in .coveragerc file prevented reporting, but now does
|
||||
not, fixing issue 49.
|
||||
+ When running your code with "coverage run", if you call sys.exit(),
|
||||
coverage.py will exit with that status code, fixing issue 50.
|
||||
- Added documentation (AUTHORS.txt, CHANGES.txt and README.txt)
|
||||
- Addded changes file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 22 12:00:00 UTC 2009 - cfarrell1980@gmail.com
|
||||
|
||||
- Require setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 12:00:00 UTC 2009 - cfarrell1980@gmail.com
|
||||
|
||||
- Initial import
|
||||
|
Reference in New Issue
Block a user