From 4365cf11e84ad9578e1bd0cd3e2f12dce383efb60b1860fb30e0034ef90bac63 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2016 20:40:02 +0000 Subject: [PATCH] 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 --- execnet-1.2.0.tar.gz | 3 --- execnet-1.4.1.tar.gz | 3 +++ python-execnet.changes | 27 +++++++++++++++++++++++++++ python-execnet.spec | 6 ++++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 execnet-1.2.0.tar.gz create mode 100644 execnet-1.4.1.tar.gz diff --git a/execnet-1.2.0.tar.gz b/execnet-1.2.0.tar.gz deleted file mode 100644 index e0b37da..0000000 --- a/execnet-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:951714caa0ae80237f4ffc1f08450e9e2e5f8f902beaf1ad294020875d6f8c2c -size 163876 diff --git a/execnet-1.4.1.tar.gz b/execnet-1.4.1.tar.gz new file mode 100644 index 0000000..71f8c71 --- /dev/null +++ b/execnet-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66dd4a7519725a1b7e14ad9ae7d3df8e09b2da88062386e08e941cafc0ef3e6 +size 171041 diff --git a/python-execnet.changes b/python-execnet.changes index 8c325c4..d5a2ed5 100644 --- a/python-execnet.changes +++ b/python-execnet.changes @@ -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 diff --git a/python-execnet.spec b/python-execnet.spec index 5edace5..bc71f46 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -1,7 +1,7 @@ # # spec file for package python-execnet # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-execnet -Version: 1.2.0 +Version: 1.4.1 Release: 0 Summary: Rapid multi-Python deployment License: MIT @@ -30,6 +30,8 @@ BuildRequires: python-Sphinx BuildRequires: python-devel BuildRequires: python-pytest BuildRequires: python-setuptools +BuildRequires: python-setuptools_scm +Requires: python-apipkg %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else