diff --git a/execnet-1.4.1.tar.gz b/execnet-1.4.1.tar.gz deleted file mode 100644 index 71f8c71..0000000 --- a/execnet-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f66dd4a7519725a1b7e14ad9ae7d3df8e09b2da88062386e08e941cafc0ef3e6 -size 171041 diff --git a/execnet-1.5.0.tar.gz b/execnet-1.5.0.tar.gz new file mode 100644 index 0000000..3e799c2 --- /dev/null +++ b/execnet-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a84d5fa07a089186a329528f127c9d73b9de57f1a1131b82bb5320ee651f6a +size 168497 diff --git a/python-execnet.changes b/python-execnet.changes index 1c3074c..fd987a6 100644 --- a/python-execnet.changes +++ b/python-execnet.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Nov 11 17:20:57 UTC 2017 - arun@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). + ------------------------------------------------------------------- Fri Apr 21 20:01:07 UTC 2017 - aloisio@gmx.com diff --git a/python-execnet.spec b/python-execnet.spec index e714c82..d791ff9 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -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 @@ rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv %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