forked from pool/python-py
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
This commit is contained in:
committed by
Git OBS Bridge
parent
7e4c7c2681
commit
4cf63889b2
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23c99d99ebb2a60eb7023b7577bfc988acb0092082257a57189f100ce84b72f1
|
|
||||||
size 185583
|
|
||||||
3
py-1.4.22.tar.gz
Normal file
3
py-1.4.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ef0c4eb8f12f970dd831f32755f95a36af66a8ca9c35991100146428fd42474
|
||||||
|
size 189283
|
||||||
@@ -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
|
Tue May 6 11:39:52 UTC 2014 - osynge@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-py
|
Name: python-py
|
||||||
Version: 1.4.20
|
Version: 1.4.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -25,7 +25,6 @@ Group: Development/Languages/Python
|
|||||||
Url: http://pylib.org
|
Url: http://pylib.org
|
||||||
Source: http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: unzip
|
|
||||||
# Documentation requirements:
|
# Documentation requirements:
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|||||||
Reference in New Issue
Block a user