Changelog for
python3-nose-1.3.7-8.2.noarch.rpm :
Mon Aug 21 14:00:00 2017 alarrosaAATTsuse.com
- Fixed %post script. The python_install_alternative macro needs to use {}
when installing multiple alternative files.
Fri Aug 11 14:00:00 2017 toddrme2178AATTgmail.com
- Tests are only run on python2, so only pull in python2 test
dependencies
Wed Aug 9 14:00:00 2017 toddrme2178AATTgmail.com
- Fix building on SLE.
Wed Mar 29 14:00:00 2017 jmatejekAATTsuse.com
- uninstall alternatives in %postun
Tue Mar 21 13:00:00 2017 jmatejekAATTsuse.com
- use same script for %bindir/nosetests-
*, to allow for the usage
`%python_exec %{_bindir}/nosetests`
Thu Feb 23 13:00:00 2017 jmatejekAATTsuse.com
- update for multipython build
- drop unneeded nose-fix-skip-test-plugin.patch
- use fdupes
Sat Jan 14 13:00:00 2017 hpjAATTurpla.net
- disable functional_tests/test_coverage_plugin: fails consistently
Thu Jul 21 14:00:00 2016 mjuraAATTsuse.com
- Update license to \"LGPL-2.1+\"
Mon Jul 27 14:00:00 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 14:00:00 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 8 14:00:00 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 8 14:00:00 2014 mjuraAATTsuse.com
- Add nose-fix-skip-test-plugin.patch
- Fix skip test plugin and revert upstream commit
Thu Apr 17 14:00:00 2014 toddrme2178AATTgmail.com
- update to 1.3.1:
* very long list of bugfixes, see included CHANGELOG for details
Mon Feb 10 13:00:00 2014 speilickeAATTsuse.com
- Fix update-alternatives usage
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require setuptools instead of now obsolete distribute
Mon Sep 16 14:00:00 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 1 14:00:00 2013 speilickeAATTsuse.com
- Drop functional_tests/test_multiprocessing/test_concurrent_shared.py,
it randomly fails (due to timing checks)
Wed May 15 14:00:00 2013 speilickeAATTsuse.com
- Don\'t damage entry points
Wed May 15 14:00:00 2013 speilickeAATTsuse.com
- Fix update-alternatives and support upgrade from previous versions
Fri May 3 14:00:00 2013 speilickeAATTsuse.com
- Apply update-alternatives for binaries and man-pages
Mon Apr 22 14:00:00 2013 dmuellerAATTsuse.com
- update to 1.3.0:
* very long list of bugfixes, see included CHANGELOG for details
Fri Jan 18 13:00:00 2013 saschpeAATTsuse.de
- Add nose-1.2.1-plugin-failuredetail-no-tb.patch: Don\'t fail if
traceback is missing
Tue Nov 20 13:00:00 2012 saschpeAATTsuse.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 14:00:00 2012 toddrme2178AATTgmail.com
- Added python 3 documentation package
Fri Apr 27 14:00:00 2012 toddrme2178AATTgmail.com
- Fix building python 3 package on openSUSE 11.4
Thu Apr 26 14:00:00 2012 toddrme2178AATTgmail.com
- Add python 3 packages
Tue Apr 24 14:00:00 2012 saschpeAATTsuse.de
- Disable testsuite on openSUSE-11.4 and less to fix build
Mon Apr 2 14:00:00 2012 saschpeAATTsuse.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 13:00:00 2012 saschpeAATTgmx.de
- Simply macro usage
- Run testsuite
Wed Sep 21 14:00:00 2011 saschpeAATTsuse.de
- Needs python-distribute at runtime
Tue Sep 13 14:00:00 2011 saschpeAATTsuse.de
- Upper-case %description
Thu Sep 8 14:00:00 2011 saschpeAATTsuse.de
- Disabled testsuite to fix build
Thu Sep 8 14:00:00 2011 saschpeAATTsuse.de
- Update to 1.1.2:
* Fixed regression where the .coverage file was not saved (#439).
* Fixed missing nose.sphinx module in source distribution (#436).
- Spec file changes:
* Depend on python-distribute instead of python-setuptools
* Changed license to LGPL-2.0+ (SPDX style)
* Properly build and install HTML documentation
* Requires python-xml at runtime
Mon Feb 7 13:00:00 2011 larsAATTlinux-schulserver.de
- update to 1.0.0:
+ Made nose compatible with python 3.
*
*Huge
*
* thanks to Alex \"foogod\" Stewart!
Tue Sep 14 14:00:00 2010 cooloAATTnovell.com
- update to 0.11.4
- Made nose compatible with Python 2.7.
- Fixed default plugin manager\'s use of plugin overriding. Thanks to
rob.daylife for the bug report and patch. (#323).
- Changed plugin loading so that external plugins loaded via extension
points can override builtin plugins with the same name.
... for more see CHANGELOG
Wed Jul 22 14:00:00 2009 larsAATTlinux-schulserver.de
- update to 0.11.1
+ Fixed bug in xunit plugin xml escaping.
+ Fixed bug in xunit plugin that could cause test run to crash
after certain types of errors or actions by other plugins.
+ Fixed bug in testid plugin that could cause test run to crash
after certain types of errors or actions by other plugins.
+ Fixed bug in collect only plugin that caused it to fail when
collecting from test generators.
+ Fixed some broken html in docs.
- update to 0.11.1 contains changes from 0.11:
+ Added multiprocess plugin that allows tests to be run in parallel
across multiple processes.
+ Added logcapture plugin that captures logging messages and prints
them with failing tests.
+ Added optional HTML coverage reports to coverage plugin.
+ Added plugin that enables collection of tests in all modules.
+ Added --failed option to testid plugin. When this option is in
effect, if any tests failed in the previous test run (so long as
testid was active for that test run) only the failed tests will run.
+ Made it possible to \'yield test\' in addition to \'yield test,\' from
test generators.
+ Fixed bug that caused traceback inspector to fail when source code
file could not be found.
+ Fixed some issues limiting compatibility with IronPython.
+ Added support for module and test case fixtures in doctest files.
+ Added --traverse-namespace commandline option that restores old
default behavior of following all package __path__ entries when
loading tests from packages.
+ Added --first-package-wins commandline option to better support
testing parts of namespace packages.
+ Added versioned nosetests scripts (#123).
+ Fixed bug that would cause context teardown to fail to run in some
cases.
+ Enabled doctest plugin to use variable other than \"_\" as the default
result variable.
+ Fixed bug that would cause unicode output to crash output capture.
+ Added setUp and tearDown as valid names for module-level fixtures.
+ Fixed bug in list of valid names for package-level fixtures.
+ Updated man page generation using hacked up manpage writer from
docutils sandbox.
- fix some rpmlint warnings