Changelog for
python3-diff-cover-0.9.6-1.fc24.noarch.rpm :
* Mon Feb 22 2016 David Shea
0.9.6-1- Update to 0.9.6, which changes the following:- Move logging configuration to main for better integrations with people importing the tool.- Fix git-diff with `mnemonicprefix` option- Now check for tool existence by trying to run the tool rather than trying to import it.
* Mon Feb 15 2016 David Shea 0.9.3-1- Remove %check since it\'s become too much of a pain and upstream runs tests anyway- Update to 0.9.3, which changes the following:- Add support for specifying an external css file- Add ESLint driver- Significant reworking of diff-quality to simplify the addition of drivers
* Thu Feb 04 2016 Fedora Release Engineering - 0.8.6-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Dec 21 2015 David Shea - 0.8.6-1- Fix handling source paths that contain spaces
* Tue Dec 01 2015 David Shea - 0.8.5-1- Fix diff-cover when color.ui=always is set in git- Drop python-lazy to support Python 3.5
* Mon Nov 16 2015 David Shea - 0.8.3-3- Rebuild with python 3.5 dependencies in place
* Tue Nov 10 2015 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Mon Nov 02 2015 David Shea - 0.8.3-1- Fix diff-quality when installed under a folder containing \'diff-cover\'
* Fri Sep 18 2015 David Shea - 0.8.2-1- Fix handling of windows paths in cobertura files
* Mon Sep 14 2015 David Shea - 0.8.1-1- Update to diff_cover-0.8.1 which does not change anything significant in Linux- Switch to the new packaging guidelines, which renames python-diff-cover to python2-diff-cover- Fix the dependencies for the python3 /usr/bin script.
* Wed Aug 26 2015 David Shea - 0.8.0-1- Move the /usr/bin scripts to the python3 package.- Update to upstream 0.8.0 with the following changes:- Added pylint support- Fixed bug around python 1.6 and pyflakes- Update Pygments to 2.0.1- Fixed bug in pylint support around duplciate code issues- Added ability to ignore unstaged changes Thanks DanCardin- License change to ASL 2.0- PyPy Support now verified in tests- Fix for python 2.6 support- Ensure all sources are captured when dealing with non python cobertura files.- Suppress error output on tests when that output is expected- Adds posargs to allow you to configure test runs more easily.- Add support for some additional Flake8 lugins- Fix readme syntax so diff-cover looks prettier on pypy.- Add JSHint to diff-quality.
* Thu Jun 18 2015 Fedora Release Engineering - 0.7.2-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Jan 28 2015 David Shea - 0.7.2-2- Use ASL 2.0 for the license file
* Fri Nov 07 2014 David Shea - 0.7.2-1- bugfix around prasing of options- enable nosetests in spec file
* Wed Oct 22 2014 David Shea - 0.7.1-1- Incorporate sources tag in corbetura reports improving diff-cover\'s behavior in non python codebases- Generating HTML report still allows STDOUT to print the regular report
* Mon Oct 13 2014 David Shea - 0.6.2-1- Added log line for when diff-cover fails due to coverage being lower than the fail-under condition
* Sun Oct 05 2014 David Shea - 0.6.1-1- Fixed issue where error message was not being returned after diff-quality errors- Fixed issue where diff-quality would fail due to warnings.
* Fri Aug 01 2014 David Shea - 0.6.0-1- Add --fail-under option- Fix requires in spec file for python3 package
* Mon Jul 21 2014 David Shea - 0.5.7-2- Actually remove lxml from requires and buildrequires
* Tue Jul 15 2014 David Shea - 0.5.7-1- Diff quality no longer requires every potential quality tool to be installed- Fix bug where logging was being called without being configured- Remove lxml requirement speeding up builds by roughly 50%- Fixed the git requirement
* Tue Jul 08 2014 David Shea - 0.5.4-1- Fix bug when writing report to stdout. Ensure that all file like objects that get passed into the report generator take bytes- Run diff cover over the code in each language- Pluralize report output- Bugfixes around git_path and unicode- Add snippets to quality html reports- Fix snippets relative path- Add support for Pyflakes
* Mon Jun 16 2014 David Shea - 0.4.3-1- Remove dependency on ipython
* Wed Jun 11 2014 David Shea - 0.4.2-1- Use context manager for output_file- Write report to stdout even with --html-report- Load python sources in a safer way
* Mon Jun 02 2014 David Shea - 0.4.1-1- New upstream release diff-cover-0.4.1
* Fri May 02 2014 David Shea - 0.4.0-1- New upstream release diff-cover-0.4.0
* Fri Mar 21 2014 David Shea - 0.2.9-1- Initial package