pkgsrc/devel/py-execnet/distinfo
adam 55746dcc3a py-execnet: update to 1.5.0
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).

- fix 49 - use inspect.getfullargspec if possible to avoid deprecationwarnings

- fix 56 - use partials in safe_terminate to avoid a bad carried binding

- fix spec parsing on Windows due to path containing '\' characters.
2017-10-22 20:36:31 +00:00

6 lines
404 B
Text

$NetBSD: distinfo,v 1.2 2017/10/22 20:36:31 adam Exp $
SHA1 (execnet-1.5.0.tar.gz) = ef78acca6c6775625319790c6f948b2b45d8f2b8
RMD160 (execnet-1.5.0.tar.gz) = 7eb5a884de11a73c4258c0427f51ddadf10145ff
SHA512 (execnet-1.5.0.tar.gz) = ca2b571fafdf8f68b3cc7a04ee326e3255828d4cde28ead65d0cef325569c3a6dee09359e525152248038de65326ffc6b75c8362f53aa5c0b3f736eb596cb2d9
Size (execnet-1.5.0.tar.gz) = 168497 bytes