Hello community,

here is the log from the commit of package python-execnet for openSUSE:Factory 
checked in at 2017-11-15 16:57:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-execnet (Old)
 and      /work/SRC/openSUSE:Factory/.python-execnet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-execnet"

Wed Nov 15 16:57:23 2017 rev:4 rq:541211 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-execnet/python-execnet.changes    
2017-05-06 18:27:11.352073502 +0200
+++ /work/SRC/openSUSE:Factory/.python-execnet.new/python-execnet.changes       
2017-11-15 16:57:26.584818332 +0100
@@ -1,0 +2,24 @@
+Sat Nov 11 17:20:57 UTC 2017 - a...@gmx.de
+
+- specfile
+  * CHANGELOG -> CHANGELOG.rst
+  * README.txt -> README.rst
+
+- update to version 1.5.0:
+  * support shell escaping in python pathnames of popen.
+    Eugene Ciurana discovered that execnet breaks if you use pathnames
+    with spaces in a "python=" part of a spec. We now use shlex.split
+    to split the string.  There is a potential for regressions if you
+    used quote or escape sequences as part of your python command.
+  * Only insert importdir into sys.path if it is not already in the
+    path.
+    This prevents a bug when using enum34 with python 3.6 and
+    pytest-xdist.
+    The issue is that enum34 installs an 'enum' module in
+    site-packages which is normally shadowed by the stdlib version of
+    enum, however in gateway_bootstrap.py site-packages is added at
+    the front the the search path. This means on the workers enum34 is
+    hit for import enum which in turn causes import re to fail (as it
+    makes use of the new enum features in 3.6).
+
+-------------------------------------------------------------------

Old:
----
  execnet-1.4.1.tar.gz

New:
----
  execnet-1.5.0.tar.gz

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

Other differences:
------------------
++++++ python-execnet.spec ++++++
--- /var/tmp/diff_new_pack.9XfAGm/_old  2017-11-15 16:57:28.932732309 +0100
+++ /var/tmp/diff_new_pack.9XfAGm/_new  2017-11-15 16:57:28.936732162 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-execnet
-Version:        1.4.1
+Version:        1.5.0
 Release:        0
 Summary:        Rapid multi-Python deployment
 License:        MIT
@@ -78,7 +78,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc CHANGELOG LICENSE README.txt
+%doc CHANGELOG.rst LICENSE README.rst
 %{python_sitelib}/execnet
 %{python_sitelib}/execnet-%{version}-py%{python_version}.egg-info
 

++++++ execnet-1.4.1.tar.gz -> execnet-1.5.0.tar.gz ++++++
++++ 4214 lines of diff (skipped)


Reply via email to