14
0

Accepting request 507291 from home:alois:branches:devel:languages:python

I actually need that %_python_use_flavor or %python_exec will rename the build directory.

OBS-URL: https://build.opensuse.org/request/show/507291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.exceptions?expand=0&rev=11
This commit is contained in:
Jan Matejek
2017-06-30 14:31:18 +00:00
committed by Git OBS Bridge
parent b4ea8dfb81
commit 2d9c8a2301
8 changed files with 153 additions and 43 deletions

View File

@@ -0,0 +1,49 @@
-------------------------------------------------------------------
Fri Jun 23 09:02:36 UTC 2017 - aloisio@gmx.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 12:28:13 UTC 2015 - toddrme2178@gmail.com
- Disable tests to avoid dependency loop
-------------------------------------------------------------------
Fri May 15 11:55:03 UTC 2015 - benoit.monin@gmx.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 11:17:56 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Mon Jul 29 14:04:41 UTC 2013 - hpj@urpla.net
- generate documentation in separate -doc file
- enable tests (run tests on source tree)
-------------------------------------------------------------------
Fri Mar 15 14:01:12 UTC 2013 - speilicke@suse.com
- Initial version