* Wed Apr 15 2015 hpj@urpla.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 mjura@suse.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 mjura@suse.com
- Add nose-fix-skip-test-plugin.patch
- Fix skip test plugin and revert upstream commit
* Thu Apr 17 2014 toddrme2178@gmail.com
- update to 1.3.1:
* very long list of bugfixes, see included CHANGELOG for details
* Mon Feb 10 2014 speilicke@suse.com
- Fix update-alternatives usage
* Thu Oct 24 2013 speilicke@suse.com
- Require setuptools instead of now obsolete distribute
* Mon Sep 16 2013 speilicke@suse.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 speilicke@suse.com
- Drop functional_tests/test_multiprocessing/test_concurrent_shared.py,
it randomly fails (due to timing checks)
* Wed May 15 2013 speilicke@suse.com
- Don't damage entry points
* Wed May 15 2013 speilicke@suse.com
- Don't damage entry points
* Fri May 03 2013 speilicke@suse.com
- Apply update-alternatives for binaries and man-pages
* Mon Apr 22 2013 dmueller@suse.com
- update to 1.3.0:
* very long list of bugfixes, see included CHANGELOG for details
* Fri Jan 18 2013 saschpe@suse.de
- Add nose-1.2.1-plugin-failuredetail-no-tb.patch: Don't fail if
traceback is missing
* Tue Nov 20 2012 saschpe@suse.de
- Update to version 1.2.1:
+ Correct nose.__version__ (#549). Thanks to Chris Withers for the bug report.
- Changes from version 1.2.0:
+ Fixed issue where plugins included with `addplugins` keyword could
be overridden by built-in plugins (or third-party plugins registered
with setuptools) of the same name (#466).
+ Adds :option:`--cover-xml` and :option:`--cover-xml-file` (#311).
+ Adds support for :option:`--cover-branches` (related to #370).
+ Fixed Unicode issue on Python 3.1 with coverage (#442)
+ fixed class level fixture handling in multiprocessing plugin
+ Clue in the ``unittest`` module so it no longer prints traceback frames for
our clones of their simple assertion helpers (#453). Patch by Erik Rose.
+ Stop using the ``assert`` statement in ``ok_`` and ``eq_`` so they work under
``python -O`` (#504). Patch by Erik Rose.
+ Add loglevel option to logcapture plugin (#493).
+ Add doctest options flag (#7 from google code tracker).
+ Add support for using 2to3 with the nosetests setuptools command.
+ Add --cover-min-percentage flag to force test runs without sufficient
coverage to fail (#540). Patch by Domen Ko?ar.
+ Add travis-ci configuraion (#545).
+ Call reactor.stop from twisted thread (#301).
- Changes from version 1.1.2:
+ Fixed regression where the .coverage file was not saved (#439).
- Testsuite seems to work on SLE_11_SP2, reenable
- Symlink nosetests.1 manpage to nosetests-%{py_ver}.1
* Fri May 25 2012 toddrme2178@gmail.com
- Added python 3 documentation package
* Fri Apr 27 2012 toddrme2178@gmail.com
- Fix building python 3 package on openSUSE 11.4
* Thu Apr 26 2012 toddrme2178@gmail.com
- Add python 3 packages
* Tue Apr 24 2012 saschpe@suse.de
- Disable testsuite on openSUSE-11.4 and less to fix build
* Mon Apr 02 2012 saschpe@suse.de
- Move doc package into seperate spec to break build cycle between
python-nose and python-Pygments (pulled in by python-Sphinx)
* Sat Mar 10 2012 saschpe@gmx.de
- Simply macro usage
- Run testsuite