-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2010-0422 2010-01-12 20:06:27 --------------------------------------------------------------------------------
Name : python-coverage Product : Fedora 12 Version : 3.2 Release : 1.fc12 URL : http://nedbatchelder.com/code/modules/coverage.html Summary : Code coverage testing module for Python Description : Coverage.py is a Python module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. -------------------------------------------------------------------------------- Update Information: Changes since 3.0.1 =================== Version 3.2, 5 December 2009 ---------------------------- - Added a --version options on the command line. Version 3.2b4, 1 December 2009 ------------------------------ - Branch coverage improvements: - The XML report now includes branch information. - Click-to-sort HTML report columns are now persisted in a cookie. Viewinga report will sort it first the way you last had a coverage report sorted. - On Python 3.x, setuptools has been replaced by `Distribute`. Version 3.2b3, 23 November 2009 ------------------------------- - Fixed a memory leak in the C tracer that was introduced in 3.2b1. - Branch coverage improvements: - Branches to excluded code are ignored. - The table of contents in the HTML report is now sortable: click the headers on any column. Version 3.2b2, 19 November 2009 ------------------------------- - Branch coverage improvements: - Classes are no longer incorrectly marked as branches: `issue 32`_. - "except" clauses with types are no longer incorrectly marked as branches: `issue 35`_. - Fixed some problems syntax coloring sources with line continuations and source with tabs: `issue 30`_ and `issue 31`_. - The --omit option now works much better than before, fixing `issue 14` and `issue 33`_. .. _issue 14: http://bitbucket.org/ned/coveragepy/issue/14 .. _issue 30: http://bitbucket.org/ned/coveragepy/issue/30 .. _issue 31: http://bitbucket.org/ned/coveragepy/issue/31 .. _issue 32: http://bitbucket.org/ned/coveragepy/issue/32 .. _issue 33: http://bitbucket.org/ned/coveragepy/issue/33 .. _issue 35: http://bitbucket.org/ned/coveragepy/issue/35 Version 3.2b1, 10 November 2009 ------------------------------- - Branch coverage! - XML reporting has file paths that let Cobertura find the source code. - The tracer code has changed, it's a few percent faster. - Some exceptions reported by the command line interface have been cleaned up so that tracebacks inside coverage.py aren't shown. Fixes `issue 23`_. .. _issue 23: http://bitbucket.org/ned/coveragepy/issue/23 Version 3.1, 4 October 2009 --------------------------- - Source code can now be read from eggs. Thanks, Ross Lawley. Fixes `issue 25`_. .. _issue 25: http://bitbucket.org/ned/coveragepy/issue/25 Version 3.1b1, 27 September 2009 -------------------------------- - Python 3.1 is now supported. - Coverage.py has a new command line syntax with sub-commands. This expands the possibilities for adding features and options in the future. The old syntax is still supported. Try "coverage help" to see the new commands. - Added an experimental "coverage xml" command for producing coverage reports in a Cobertura-compatible XML format. - Added the --timid option to enable a simpler slower trace function that works for DecoratorTools projects, including TurboGears. Fixed `issue 12`_ and `issue 13`_. - HTML reports show modules from other directories. Fixed `issue 11`_. - HTML reports now display syntax- colored Python source. - Programs that change directory will still write .coverage files in the directory where execution started. Fixed `issue 24`_. - Added a "coverage debug" command for getting diagnostic information about the coverage.py installation. .. _issue 11: http://bitbucket.org/ned/coveragepy/issue/11 .. _issue 12: http://bitbucket.org/ned/coveragepy/issue/12 .. _issue 13: http://bitbucket.org/ned/coveragepy/issue/13 .. _issue 24: http://bitbucket.org/ned/coveragepy/issue/24 -------------------------------------------------------------------------------- ChangeLog: * Wed Dec 9 2009 Tom "spot" Callaway <[email protected]> - 3.2-1 - update to 3.2 * Fri Oct 16 2009 Luke Macken <[email protected]> - 3.1-1 - Update to 3.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #553952 - python-coverage 3.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=553952 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update python-coverage' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at http://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
