[Python-modules-commits] [rpyc] branch upstream updated (c782c04 -> 598f763)

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


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

arcresu-guest pushed a change to branch upstream
in repository rpyc.

      from  c782c04   Import rpyc_3.3.0.orig.tar.gz
      adds  598f763   New upstream version 3.4.4

No new revisions were added by this update.

Summary of changes:
 .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/api/utils_splitbrain.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             | 127 ++++++++++++++++++-----------
 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_ipv6.py              |   5 +-
 tests/test_registry.py          |   2 +-
 tests/test_remoting.py          |   4 +-
 tests/test_threaded_server.py   |  29 ++++++-
 64 files changed, 1342 insertions(+), 1062 deletions(-)
 delete mode 100755 build.py

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