11
0
forked from pool/python-py

Accepting request 315853 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/315853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=22
This commit is contained in:
Stephan Kulow
2015-07-19 09:44:52 +00:00
committed by Git OBS Bridge
parent 29b7311e90
commit 3f4ca83075
6 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jul 2 10:01:08 UTC 2015 - aj@ajaissle.de
- update to version 1.4.30:
* fix issue68 an assert with a multiline list comprehension was not
reported correctly. Thanks Henrik Heibuerger.
- changes from version 1.4.29:
* fix issue55: revert a change to the statement finding algorithm
which is used by pytest for generating tracebacks. Thanks Daniel
Hahler for initial analysis.
* fix pytest issue254 for when traceback rendering cant find valid
source code. Thanks Ionel Cristian Maries.
-------------------------------------------------------------------
Tue Jun 30 13:45:03 UTC 2015 - aj@ajaissle.de