Hello community,

here is the log from the commit of package python-execnet for openSUSE:Factory 
checked in at 2016-03-18 21:40:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-execnet (Old)
 and      /work/SRC/openSUSE:Factory/.python-execnet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-execnet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-execnet/python-execnet.changes    
2016-02-01 19:56:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-execnet.new/python-execnet.changes       
2016-03-18 21:40:03.000000000 +0100
@@ -1,0 +2,27 @@
+Wed Feb 24 10:48:05 UTC 2016 - osy...@suse.com
+
+- Added depenedency on python-apipkg
+
+-------------------------------------------------------------------
+Mon Feb 22 17:27:02 UTC 2016 - osy...@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
+
+-------------------------------------------------------------------

Old:
----
  execnet-1.2.0.tar.gz

New:
----
  execnet-1.4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-execnet.spec ++++++
--- /var/tmp/diff_new_pack.iN4OmR/_old  2016-03-18 21:40:03.000000000 +0100
+++ /var/tmp/diff_new_pack.iN4OmR/_new  2016-03-18 21:40:03.000000000 +0100
@@ -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-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

++++++ execnet-1.2.0.tar.gz -> execnet-1.4.1.tar.gz ++++++
++++ 4785 lines of diff (skipped)


Reply via email to