forked from pool/python-py
Accepting request 253069 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/253069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
4cf63889b2
commit
2d404f5896
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 27 17:35:17 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 1.4.25:
|
||||
- fix issue52: vaguely fix py25 compat of py.path.local (it's not
|
||||
officially supported), also fix docs
|
||||
- fix pytest issue 589: when checking if we have a recursion error
|
||||
check for the specific "maximum recursion depth" text of the exception.
|
||||
- update to 1.4.24:
|
||||
- Fix retrieving source when an else: line has an other statement on
|
||||
the same line.
|
||||
- add localpath read_text/write_text/read_bytes/write_bytes methods
|
||||
as shortcuts and clearer bytes/text interfaces for read/write.
|
||||
Adapted from a PR from Paul Moore.
|
||||
- update to 1.4.23:
|
||||
- use newer apipkg version which makes attribute access on
|
||||
alias modules resolve to None rather than an ImportError.
|
||||
This helps with code that uses inspect.getframeinfo()
|
||||
on py34 which causes a complete walk on sys.modules
|
||||
thus triggering the alias module to resolve and blowing
|
||||
up with ImportError. The negative side is that something
|
||||
like "py.test.X" will now result in None instead of "importerror: pytest"
|
||||
if pytest is not installed. But you shouldn't import "py.test"
|
||||
anyway anymore.
|
||||
- adapt one svn test to only check for any exception instead
|
||||
of specific ones because different svn versions cause different
|
||||
errors and we don't care.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 07:50:37 UTC 2014 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user