Changelog for
python-nose-1.3.7-lp152.3.1.noarch.rpm :
* Mon Jul 27 2015 aloisioAATTgmx.com- Update to version 1.3.7:
* Fix loading packages from capitalised package on Windows Patch by Thomas Kluyver- Aligned dependency requirements with PyPI- Dropped nose-drop-timing-dependent-tests.patch because the test is already excluded upstream
* Wed Apr 15 2015 hpjAATTurpla.net- Update to version 1.3.6:
* Re-release of 1.3.5 with wheels fixed.- Changes from version 1.3.5
* Fix #875: nose doesn\'t collect tests when subpackage is given as arg
* Fix #809: tests not discovered for namespace packages on Windows
* Fix #815: \"ValueError: unsupported pickle protocol\" with --with-id
* Wrap the working dir path name in quotes when reporting an error.
* Fix #887: Fix a discrepancy in test names between Python 2 and Python 3
* Fix #131: Use os.stat() to check if file is executable
* Fix #820 and #719: Fix coverage plugin with multiprocess- Changes from version 1.3.4
* Recognize doctest options defined in other plugins
* Another fix for Python 3.4: Call super in LazySuite to access _removed_tests variable
* Fix for try_run when using bound methods
* Thu May 08 2014 mjuraAATTsuse.com- update to 1.3.3: - Fixed a minor issue with the reported version number.- update to 1.3.2: - Fixed an issue where build_ext was not working under setup.py nosetest - Fixed #786: generator method fails with callable instance - Fixed a traceback when using string exceptions - Fixed #792: \"Not a directory\" error when using python setup.py nosetests - Fixed #779: xunit report file is written in --where directory - Fixed #782: Test failures with Python >= 3.3 - Fixed #780: Fix a regression with Python 3 - Fixed #783: try_run is broken with Python 3.4 - Fixed an issue where build_ext was not working under setup.py nosetest - Fixed #786: generator method fails with callable instance - Fixed a traceback when using string exceptions - Fixed #792: \"Not a directory\" error when using python setup.py nosetests - Fixed #779: xunit report file is written in --where directory - Fixed #782: Test failures with Python >= 3.3 - Fixed #780: Fix a regression with Python 3 - Fixed #783: try_run is broken with Python 3.4
* Thu May 08 2014 mjuraAATTsuse.com- Add nose-fix-skip-test-plugin.patch - Fix skip test plugin and revert upstream commit
* Thu Apr 17 2014 toddrme2178AATTgmail.com- update to 1.3.1:
* very long list of bugfixes, see included CHANGELOG for details
* Mon Feb 10 2014 speilickeAATTsuse.com- Fix update-alternatives usage
* Thu Oct 24 2013 speilickeAATTsuse.com- Require setuptools instead of now obsolete distribute
* Mon Sep 16 2013 speilickeAATTsuse.com- Add nose-drop-timing-dependent-tests.patch: Drop several tests that depend on proper timing which creates random fails (includes last commit)
* Mon Jul 01 2013 speilickeAATTsuse.com- Drop functional_tests/test_multiprocessing/test_concurrent_shared.py, it randomly fails (due to timing checks)
* Wed May 15 2013 speilickeAATTsuse.com- Don\'t damage entry points