[Python-modules-commits] [rpyc] 05/12: Update upstream source from tag 'upstream/3.4.4'

Carl Suster arcresu-guest at moszumanska.debian.org
Fri Dec 1 07:25:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

arcresu-guest pushed a commit to branch debian/master
in repository rpyc.

commit ef08bf72cadc71b07b63e7b1739a59edeefe2e14
Merge: a16a97c 598f763
Author: Carl Suster <carl at contraflo.ws>
Date:   Fri Dec 1 17:17:04 2017 +1100

    Update upstream source from tag 'upstream/3.4.4'
    
    Update to upstream version '3.4.4'
    with Debian dir 4b6c0aed42381f571c6e0305a747170019c9fe05

 .gitignore                      |   2 +
 .travis.yml                     |  10 ++-
 CHANGELOG.rst                   |  45 +++++++++++
 README.rst                      |  49 ++++++++----
 bin/rpyc_classic.py             |  38 ++++-----
 bin/rpyc_registry.py            |  16 ++--
 bin/rpycd.py                    |  10 +--
 build.py                        |  35 --------
 demos/splits/splits.py          |   4 +-
 demos/time/readme.txt           |   2 +-
 demos/time/server.py            |   2 +-
 docs/api.rst                    |  26 +++---
 docs/api/core_protocol.rst      |   2 +-
 docs/docs.rst                   |  16 ++--
 docs/docs/about.rst             |   8 +-
 docs/docs/async.rst             |  45 ++++++-----
 docs/docs/classic.rst           |  10 +--
 docs/docs/howto.rst             |  50 ++++++------
 docs/docs/secure-connection.rst |  36 ++++-----
 docs/docs/security.rst          |  34 ++++----
 docs/docs/servers.rst           |  50 ++++++------
 docs/docs/services.rst          |  38 ++++-----
 docs/docs/theory.rst            |  92 ++++++++++-----------
 docs/docs/usecases.rst          |  54 ++++++-------
 docs/docs/zerodeploy.rst        |  32 ++++----
 docs/index.rst                  |  53 ++++++-------
 docs/install.rst                |  64 +++++++--------
 docs/screencasts.rst            |   2 +-
 docs/tutorial.rst               |  12 +--
 docs/tutorial/tut1.rst          |  52 ++++++------
 docs/tutorial/tut2.rst          |  34 ++++----
 docs/tutorial/tut3.rst          | 109 +++++++++++++------------
 docs/tutorial/tut4.rst          |  36 ++++-----
 docs/tutorial/tut5.rst          | 111 +++++++++++++-------------
 rpyc/__init__.py                |   6 +-
 rpyc/core/async.py              |  16 ++--
 rpyc/core/brine.py              |  18 ++---
 rpyc/core/channel.py            |  12 +--
 rpyc/core/netref.py             |  57 +++++++-------
 rpyc/core/protocol.py           | 171 ++++++++++++++++++++++++++++++----------
 rpyc/core/reactor.py            |   2 +-
 rpyc/core/service.py            |  47 ++++++-----
 rpyc/core/stream.py             | 115 ++++++++++++++++-----------
 rpyc/core/vinegar.py            |  40 +++++-----
 rpyc/experimental/retunnel.py   |   2 +-
 rpyc/experimental/splitbrain.py |  14 ++--
 rpyc/lib/__init__.py            |   2 +-
 rpyc/lib/colls.py               |   6 +-
 rpyc/lib/compat.py              |   9 ++-
 rpyc/utils/authenticators.py    |  35 ++++----
 rpyc/utils/classic.py           | 102 +++++++++++++-----------
 rpyc/utils/factory.py           |  85 ++++++++++++--------
 rpyc/utils/helpers.py           |  95 ++++++++++++----------
 rpyc/utils/registry.py          |  72 ++++++++---------
 rpyc/utils/server.py            | 152 ++++++++++++++++++++---------------
 rpyc/utils/teleportation.py     |  55 ++++++++-----
 rpyc/utils/zerodeploy.py        |  44 +++++------
 rpyc/version.py                 |   7 +-
 setup.py                        |   7 +-
 tests/test_deploy.py            |   1 -
 tests/test_ipv6.py              |   5 +-
 tests/test_registry.py          |   9 +--
 tests/test_ssh.py               |   1 -
 tests/test_threaded_server.py   |  29 ++++++-
 64 files changed, 1333 insertions(+), 1062 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/rpyc.git



More information about the Python-modules-commits mailing list