File python3-unittest2.changes of Package python3-unittest2
-------------------------------------------------------------------
Mon Aug 15 14:51:56 UTC 2016 - toddrme2178@gmail.com
- Fix update-alternatives implementation.
-------------------------------------------------------------------
Sun May 8 07:07:17 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Mon Oct 12 11:32:46 UTC 2015 - toddrme2178@gmail.com
- Implement update-alternatives
-------------------------------------------------------------------
Tue Jun 30 22:27:52 UTC 2015 - arun@gmx.de
- update to version 1.1.0:
* Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns()
and assertWarnsRegex() assertments now check the type of the first
argument to prevent possible user error. Based on patch by Daniel
Wagner-Hall.
* Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns()
and assertWarnsRegex() checks now emits a deprecation warning when
callable is None or keyword arguments except msg is passed in the
context manager mode.
* Issue #22903: The fake test case created by unittest.loader when
it fails importing a test module is now picklable.
-------------------------------------------------------------------
Sat Mar 14 01:19:35 UTC 2015 - arun@gmx.de
- update to version 1.0.1:
* Unittest2 issue #94: Need at least 1.4 of six.
-------------------------------------------------------------------
Fri Mar 6 19:30:27 UTC 2015 - arun@gmx.de
- specfile:
* added traceback2, linecache2 requirement
- update to version 1.0.0:
* Issue #22936: Permit showing local variables in tracebacks.
-------------------------------------------------------------------
Sun Jan 25 16:45:52 UTC 2015 - arun@gmx.de
- specfile:
* update tar ball from unittest2py3k to unittest2
* update description to mention support for new python versions
* add setuptools, six as requirement
* remove argparse as requirement from setup (included in python3)
* unit2.py has been removed, change spec file accordingly
(only /usr/bin/unit2 exists now)
- update to version 0.8:
* Issue #22457: Honour load_tests in the start_dir of discovery.
- changes from version 0.7.1:
* Fix for 0.7.0 being broken. Also switches from both manual and
entrypoint scripts to just entrypoint scripts to reduce the
possibility of similar oversights in future.
- changes from version 0.7.0:
* This release contains backports from cPython 3.5 of all (I think)
commits since 2010, as of today.
- changes from version 0.6.0:
* Changed supported Python versions to start at 2.6, and include all
released 3.x and pypy. (Robert Collins)
* Invoking unit2 without args starts test discovery
* Added TestCase.assertWarns and TestCase.assertWarnsRegexp context
managers
* Fix Python issue 9926. TestSuite subclasses that override __call__
are called correctly.
* Removed unused maxDiff parameter from
TestCase.assertSequenceEqual.
* DeprecationWarning for unsupported result objects (missing addSkip
method) became RuntimeWarning.
* Addition of TestCase.assertWarns as a context manager.
-------------------------------------------------------------------
Thu Jan 22 09:31:24 UTC 2015 - p.drouand@gmail.com
- Remove unused source file
- Remove noarch workaround
-------------------------------------------------------------------
Sun Jan 10 00:51:53 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* remove python(abi) requirement
-------------------------------------------------------------------
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
- Removed openSUSE 11.4 spec file workarounds
-------------------------------------------------------------------
Mon Aug 13 09:15:09 UTC 2012 - toddrme2178@gmail.com
- Fixed source URL
-------------------------------------------------------------------
Sat Jun 9 03:34:08 UTC 2012 - highwaystar.ru@gmail.com
- python3 package added