SHA256
1
0
forked from pool/python-sh

Accepting request 239250 from home:tokoyami:branches:devel:languages:python

Update to version 1.09.

OBS-URL: https://build.opensuse.org/request/show/239250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sh?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2014-07-07 13:35:29 +00:00
committed by Git OBS Bridge
parent 10a8007887
commit 5cdc12f80f
4 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 2 12:37:53 UTC 2014 - multyrealm@gmail.com
- update to 1.09
* Fixed encoding errors related to a system encoding "ascii". GH #123.
* Added exit_code attribute to SignalException and ErrorReturnCode exception
classes. GH #127.
* Making the default behavior of spawned processes to not be explicitly
killed when the parent python process ends. Also making the spawned process
ignore SIGHUP. GH #139.
* Made OSX sleep hack to apply to PY2 as well as PY3.
-------------------------------------------------------------------
Mon Jan 20 08:51:22 UTC 2014 - mvyskocil@opensuse.org