Changelog for
python3-nose2-0.9.2-lp153.3.3.noarch.rpm :
* Wed May 04 2022 pgajdosAATTsuse.com- python-mock is not required for build
* Thu Oct 07 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Mon Mar 02 2020 Tomáš Chvátal
- Update to 0.9.2:
* Add --junit-xml-path to the junit plugin argument list
* It is now possible to use the multiprocess and coverage plugins together, as long as all of the coverage config is put into the config file
* Minor changes to be compatible with newer pythons (3.8, 3.9)
* Mon Nov 11 2019 Steve Kowalik - Add ignore-warnings-doctests.patch to supress warnings when running doctests.
* Mon Sep 30 2019 Tomáš Chvátal - Add dep on coverage as it is hard requirement based on requires
* Tue May 14 2019 Tomáš Chvátal - Add patch to fix build with new mock versions:
* fix-mock-dep.patch
* Mon Apr 08 2019 Ondřej Súkup - update to 0.9.1- refresh remove_unittest2.patch
* the prof plugin now uses cProfile instead of hotshot for profiling
* skipped tests now include the user\'s reason in junit XML\'s message field
* the prettyassert plugin mishandled multi-line function definitions
* Using a plugin\'s CLI flag when the plugin is already enabled via config no longer errors
* nose2.plugins.prettyassert, enabled with --pretty-assert
* Cleanup code for EOLed python versions
* Dropped support for distutils.
* Result reporter respects failure status set by other plugins
* JUnit XML plugin now includes the skip reason in its output
* Thu Aug 16 2018 jengelhAATTinai.de- Avoid name repetition in summary (rpmlint).
* Mon Aug 13 2018 mceplAATTsuse.com- Remove dependency on unittest2 Add remove_unittest2.patch to faciliate that- Upgrade to 0.8.0: List of changes is too long to show here, see https://github.com/nose-devs/nose2/blob/master/docs/changelog.rst changes between 0.6.5 and 0.8.0
* Wed Jun 28 2017 jengelhAATTinai.de- Update package description
* Mon Apr 24 2017 alarrosaAATTsuse.com- Use singlespec macros
* Mon Feb 06 2017 alarrosaAATTsuse.com- Initial release