From 2d404f589673124cb31af670a8b2e4f34c669fa841c9021fe803bd445ecb4dee Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Oct 2014 05:40:10 +0000 Subject: [PATCH] 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 --- py-1.4.22.tar.gz | 3 --- py-1.4.25.tar.gz | 3 +++ python-py.changes | 28 ++++++++++++++++++++++++++++ python-py.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 py-1.4.22.tar.gz create mode 100644 py-1.4.25.tar.gz diff --git a/py-1.4.22.tar.gz b/py-1.4.22.tar.gz deleted file mode 100644 index 41df236..0000000 --- a/py-1.4.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ef0c4eb8f12f970dd831f32755f95a36af66a8ca9c35991100146428fd42474 -size 189283 diff --git a/py-1.4.25.tar.gz b/py-1.4.25.tar.gz new file mode 100644 index 0000000..7369547 --- /dev/null +++ b/py-1.4.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6ea727748e00f79fef987adb6970e8b081f829de8ea39f5405718fa9e50c85 +size 190298 diff --git a/python-py.changes b/python-py.changes index 8b97cb5..6b36e32 100644 --- a/python-py.changes +++ b/python-py.changes @@ -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 diff --git a/python-py.spec b/python-py.spec index 38bcaab..7f46286 100644 --- a/python-py.spec +++ b/python-py.spec @@ -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