Changelog for
python2-zope.exceptions-4.1.0-24.18.noarch.rpm :
Tue Jul 4 14:00:00 2017 jmatejekAATTsuse.com
- drop unneeded _multibuild
Fri Jun 23 14:00:00 2017 aloisioAATTgmx.com
- Update to version 4.1.0
* Drop support for Python 2.6 and 3.2.
* Make exceptionformatter.extract_stack signature comply with
traceback.extract_stack
* Add support for Python 3.5.
4.0.8:
* Fixes around TextExceptionFormatter limit: formatException
and extractStack was cutting the traceback at the bottom, at
the most interesting point. Now it will cut from the middle.
Some text about the missing entries will be inserted.
* Maybe fix for extractStack, it did not detect recursions in
the frames.
- Split -doc into separate package and put tests there
Thu Sep 3 14:00:00 2015 toddrme2178AATTgmail.com
- Disable tests to avoid dependency loop
Fri May 15 14:00:00 2015 benoit.moninAATTgmx.fr
- update to version 4.0.7:
* Added explicit support for Python 3.4.
* Updated boostrap.py to version 2.2.
- switch the source archive to tar.gz (zip not available)
- remove unzip from BuildRequires
- pass -q to test to avoid spamming the build log
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Mon Jul 29 14:00:00 2013 hpjAATTurpla.net
- generate documentation in separate -doc file
- enable tests (run tests on source tree)
Fri Mar 15 13:00:00 2013 speilickeAATTsuse.com
- Initial version