Accepting request 541211 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/541211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-11-15 15:57:23 +00:00 committed by Git OBS Bridge
parent a859742eb9
commit 5d48ddf562
4 changed files with 29 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f66dd4a7519725a1b7e14ad9ae7d3df8e09b2da88062386e08e941cafc0ef3e6
size 171041

3
execnet-1.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7a84d5fa07a089186a329528f127c9d73b9de57f1a1131b82bb5320ee651f6a
size 168497

View File

@ -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

View File

@ -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