Changelog for
python3-nose-1.3.7-ill154.7.6.10.noarch.rpm :
* Fri Feb 02 2018 tchvatalAATTsuse.com- Drop the doc subpackage that fails to build for quite time, docs are on web anyway
* Wed Nov 08 2017 jmatejekAATTsuse.com- drop unneeded python-coverage- drop unused %bcond- disable tests when python2 is not present
* Mon Aug 21 2017 alarrosaAATTsuse.com- Fixed %post script. The python_install_alternative macro needs to use {} when installing multiple alternative files.
* Fri Aug 11 2017 toddrme2178AATTgmail.com- Tests are only run on python2, so only pull in python2 test dependencies
* Wed Aug 09 2017 toddrme2178AATTgmail.com- Fix building on SLE.
* Wed Mar 29 2017 jmatejekAATTsuse.com- uninstall alternatives in %postun
* Tue Mar 21 2017 jmatejekAATTsuse.com- use same script for %bindir/nosetests-
*, to allow for the usage `%python_exec %{_bindir}/nosetests`
* Thu Feb 23 2017 jmatejekAATTsuse.com- update for multipython build- drop unneeded nose-fix-skip-test-plugin.patch- use fdupes
* Sat Jan 14 2017 hpjAATTurpla.net- disable functional_tests/test_coverage_plugin: fails consistently
* Thu Jul 21 2016 mjuraAATTsuse.com- Update license to \"LGPL-2.1+\"
* 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