Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-execnet-doc-1.5.0-1.24 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-execnet-doc Distribution: SUSE Linux Enterprise 15
Version: 1.5.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.24 Build date: Sat May 26 20:09:35 2018
Group: Development/Libraries/Python Build host: sheep23
Size: 903845 Source RPM: python-execnet-1.5.0-1.24.src.rpm
Packager: https://www.suse.com/
Url: http://codespeak.net/execnet/
Summary: Documentation and examples for python3-execnet
This package contains documentation and examples for python3-execnet.

Provides

Requires

License

MIT

Changelog

* Sat Nov 11 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 2017 aloisio@gmx.com
  - Converted to single-spec
  - Enabled tests
* Wed Feb 24 2016 osynge@suse.com
  - Added depenedency on python-apipkg
* Mon Feb 22 2016 osynge@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
* Fri Dec 12 2014 tbechtold@suse.com
  - Update to version 1.2:
    * fix issue22 -- during interpreter shutdown don't throw
      an exception when we can't send a termination sequence
      anymore as we are about to die anyway.
    * fix issue24 -- allow concurrent creation of gateways
      by guarding automatic id creation by a look.
      Thanks tlecomte.
    * majorly refactor internal thread and IO handling.
      execnet can now operate on different thread models,
      defaults to "thread" but allows for eventlet and
      gevent if it is installed.
    * gateway.remote_exec() will now execute in multiple
      threads on the other side by default.  The previous
      neccessity of running "gateway.remote_init_threads()"
      to allow for such concurrency is gone.  The latter
      method is now a no-op and will be removed in future
      versions of execnet.
    * fix issue20: prevent AttributError at interpreter shutdown
      by not trying to send close/last_message messages if the
      world around is half destroyed.
    * fix issue21: allow to create local gateways with sudo aka
      makegateway("popen//python=sudo python").
      Thanks Alfredo Deza for the PR.
    * streamline gateway termination and simplify proxy
      implementation. add more internal tracing.
    * if execution hangs in computation, we now try to
      send a SIGINT to ourselves on Unix platforms
      instead of just calling thread.interrupt_main()
    * change license from GPL to MIT
    * introduce execnet.dump/load variants of dumps/loads
      serializing/unserializing mechanism.
    * improve channel.receive() communication latency on python2
      by changing the default timeout of the underlying Queue.get
      to a regular None instead of the previous default -1
      which caused an internal positive timeout value
      (a hack probably introduced to allow CTRL-C to pass
      through for <python2.5 versions).
    * extended ssh-syntax to allow passing of command line args,
      e.g.  "ssh= -p 50 hostname". The options are passed to
      the underlying ssh client binary.  Thanks tundish.
    * fix issue15: interoperability with inspect.getstack().
      Thanks Peter Feiner.
    * fix issue10 : skip PYTHONDONTWRITEBYTECODE test if
      it we are running with PYTHONDONTWRITEBYTECODE set.
    * dont try the jython pid fixup on a RemoteIO
    * avoid accidentally setting exc_info() in gateway_base.py
  - Remove BuildRequires for unzip. .tar.gz release from pypi
    is use now used
* Wed Oct 09 2013 p.drouand@gmail.com
  - Disable tests: fails for instance
  - Fix build for SLES11
* Tue Oct 08 2013 mvyskocil@suse.com
  - Install a generated documentation
* Fri Oct 04 2013 mvyskocil@suse.com
  - Build documentation with Sphinx
* Thu Oct 03 2013 mvyskocil@suse.com
  - Initial packaging execnet 1.1 for openSUSE

Files

/usr/share/doc/packages/python3-execnet-doc
/usr/share/doc/packages/python3-execnet-doc/html
/usr/share/doc/packages/python3-execnet-doc/html/_images
/usr/share/doc/packages/python3-execnet-doc/html/_images/basic1.png
/usr/share/doc/packages/python3-execnet-doc/html/_images/pythonring.png
/usr/share/doc/packages/python3-execnet-doc/html/_sources
/usr/share/doc/packages/python3-execnet-doc/html/_sources/basics.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/changelog.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/example
/usr/share/doc/packages/python3-execnet-doc/html/_sources/example/hybridpython.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/example/test_debug.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/example/test_group.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/example/test_info.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/example/test_multi.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/example/test_proxy.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/example/test_ssh_fileserver.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/examples.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/implnotes.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/install.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_sources/support.rst.txt
/usr/share/doc/packages/python3-execnet-doc/html/_static
/usr/share/doc/packages/python3-execnet-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python3-execnet-doc/html/_static/basic.css
/usr/share/doc/packages/python3-execnet-doc/html/_static/basic1.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/codespeak.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/comment-close.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/comment.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/contents.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/doctools.js
/usr/share/doc/packages/python3-execnet-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/down.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/execnet.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/file.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/jquery-3.1.0.js
/usr/share/doc/packages/python3-execnet-doc/html/_static/jquery.js
/usr/share/doc/packages/python3-execnet-doc/html/_static/minus.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/navigation.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/plus.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/pygments.css
/usr/share/doc/packages/python3-execnet-doc/html/_static/pythonring.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/searchtools.js
/usr/share/doc/packages/python3-execnet-doc/html/_static/sphinxdoc.css
/usr/share/doc/packages/python3-execnet-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python3-execnet-doc/html/_static/underscore.js
/usr/share/doc/packages/python3-execnet-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/up.png
/usr/share/doc/packages/python3-execnet-doc/html/_static/websupport.js
/usr/share/doc/packages/python3-execnet-doc/html/basics.html
/usr/share/doc/packages/python3-execnet-doc/html/changelog.html
/usr/share/doc/packages/python3-execnet-doc/html/example
/usr/share/doc/packages/python3-execnet-doc/html/example/hybridpython.html
/usr/share/doc/packages/python3-execnet-doc/html/example/test_debug.html
/usr/share/doc/packages/python3-execnet-doc/html/example/test_group.html
/usr/share/doc/packages/python3-execnet-doc/html/example/test_info.html
/usr/share/doc/packages/python3-execnet-doc/html/example/test_multi.html
/usr/share/doc/packages/python3-execnet-doc/html/example/test_proxy.html
/usr/share/doc/packages/python3-execnet-doc/html/example/test_ssh_fileserver.html
/usr/share/doc/packages/python3-execnet-doc/html/examples.html
/usr/share/doc/packages/python3-execnet-doc/html/genindex.html
/usr/share/doc/packages/python3-execnet-doc/html/implnotes.html
/usr/share/doc/packages/python3-execnet-doc/html/index.html
/usr/share/doc/packages/python3-execnet-doc/html/install.html
/usr/share/doc/packages/python3-execnet-doc/html/search.html
/usr/share/doc/packages/python3-execnet-doc/html/searchindex.js
/usr/share/doc/packages/python3-execnet-doc/html/support.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024