Accepting request 367845 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/367845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=2
This commit is contained in:
2016-03-18 20:40:02 +00:00
committed by Git OBS Bridge
parent 6e2f6371c0
commit 4365cf11e8
4 changed files with 34 additions and 5 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Feb 24 10:48:05 UTC 2016 - osynge@suse.com
- Added depenedency on python-apipkg
-------------------------------------------------------------------
Mon Feb 22 17:27:02 UTC 2016 - osynge@suse.com
- Update to version 1.4.1:
* fix issue33 -- index.txt to correctly mention MIT instead of GPL.
* fix issue35 -- adapt some doctests, fix some channel tests for py3.
* use subprocess32 when available for python < 3.
* try to be a bit more careful when interpreter is shutting down
to avoid random exceptions, thanks Alfredo Deza.
* ignore errors on orphan file removal when rsyncing
* fix issue34 -- limit use of import based bootstrap
* de-vendor apipkg and use the pypi dependency instead
(this also fixes the bpython interaction issues)
* Fix issue38: provide ability to connect to Vagrant VMs easily
using :code:`vagrant_ssh=defaut` or :code:`vagrant_ssh=machinename`
this feature is experimental and will be refined in future releases.
Thanks Christian Theune for the discussion and the initial pull request.
* add support for serializing the "complex" type. Thanks Sebastian
Koslowski.
* fix a regression of the Serializer created by the implied opcode ordering
which resulted in a incompatible opcode mapping
-------------------------------------------------------------------
Fri Dec 12 20:06:01 UTC 2014 - tbechtold@suse.com