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:
parent
4cf63889b2
commit
2d404f5896
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ef0c4eb8f12f970dd831f32755f95a36af66a8ca9c35991100146428fd42474
|
||||
size 189283
|
3
py-1.4.25.tar.gz
Normal file
3
py-1.4.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da6ea727748e00f79fef987adb6970e8b081f829de8ea39f5405718fa9e50c85
|
||||
size 190298
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-py
|
||||
Version: 1.4.22
|
||||
Version: 1.4.25
|
||||
Release: 0
|
||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user