From 4cf63889b2a3548910b086016f5f090c545a17f5e2cc66bb57403a1d750c44ff Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 31 Jul 2014 08:04:02 +0000 Subject: [PATCH] Accepting request 242960 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/242960 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=17 --- py-1.4.20.tar.gz | 3 --- py-1.4.22.tar.gz | 3 +++ python-py.changes | 21 +++++++++++++++++++++ python-py.spec | 3 +-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 py-1.4.20.tar.gz create mode 100644 py-1.4.22.tar.gz diff --git a/py-1.4.20.tar.gz b/py-1.4.20.tar.gz deleted file mode 100644 index 9cbca1b..0000000 --- a/py-1.4.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23c99d99ebb2a60eb7023b7577bfc988acb0092082257a57189f100ce84b72f1 -size 185583 diff --git a/py-1.4.22.tar.gz b/py-1.4.22.tar.gz new file mode 100644 index 0000000..41df236 --- /dev/null +++ b/py-1.4.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef0c4eb8f12f970dd831f32755f95a36af66a8ca9c35991100146428fd42474 +size 189283 diff --git a/python-py.changes b/python-py.changes index efbd1a2..8b97cb5 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jul 30 07:50:37 UTC 2014 - toddrme2178@gmail.com + +- Update to 1.4.22 + - refactor class-level registry on ForkedFunc child start/finish + event to become instance based (i.e. passed into the constructor) +- Update to 1.4.21 + - ForkedFunc now has class-level register_on_start/on_exit() + methods to allow adding information in the boxed process. + Thanks Marc Schlaich. + - ForkedFunc in the child opens in "auto-flush" mode for + stdout/stderr so that when a subprocess dies you can see + its output even if it didn't flush itself. + - refactor traceback generation in light of pytest issue 364 + (shortening tracebacks). you can now set a new traceback style + on a per-entry basis such that a caller can force entries to be + isplayed as short or long entries. + - win32: py.path.local.sysfind(name) will preferrably return files with + extensions so that if "X" and "X.bat" or "X.exe" is on the PATH, + one of the latter two will be returned. + ------------------------------------------------------------------- Tue May 6 11:39:52 UTC 2014 - osynge@suse.com diff --git a/python-py.spec b/python-py.spec index 04e47ed..38bcaab 100644 --- a/python-py.spec +++ b/python-py.spec @@ -17,7 +17,7 @@ Name: python-py -Version: 1.4.20 +Version: 1.4.22 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT @@ -25,7 +25,6 @@ Group: Development/Languages/Python Url: http://pylib.org Source: http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: unzip # Documentation requirements: BuildRequires: python-Sphinx BuildRoot: %{_tmppath}/%{name}-%{version}-build