[Python-modules-commits] [pexpect] branch upstream updated (f079872 -> 08b9657)

Tobias Hansen thansen at moszumanska.debian.org
Thu Aug 11 08:16:10 UTC 2016


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

thansen pushed a change to branch upstream
in repository pexpect.

      from  f079872   Import pexpect_4.0.1.orig.tar.gz
      adds  08b9657   Imported Upstream version 4.2.0

No new revisions were added by this update.

Summary of changes:
 .coveragerc                                 |   3 +
 LICENSE                                     |   9 +-
 MANIFEST.in                                 |   6 +
 PKG-INFO                                    |   5 +-
 README.rst                                  |  55 ++++
 doc/commonissues.rst                        |   2 +-
 doc/conf.py                                 |   4 +-
 doc/history.rst                             |  14 +-
 examples/passmass.py                        |   2 +-
 examples/telnet.py                          |  25 ++
 PKG-INFO => pexpect.egg-info/PKG-INFO       |   5 +-
 pexpect.egg-info/SOURCES.txt                | 150 +++++++++++
 pexpect.egg-info/dependency_links.txt       |   1 +
 pexpect.egg-info/requires.txt               |   1 +
 pexpect.egg-info/top_level.txt              |   1 +
 pexpect/__init__.py                         |   2 +-
 pexpect/async.py                            |  10 +-
 pexpect/bashrc.sh                           |   5 +
 pexpect/expect.py                           |   7 +-
 pexpect/fdpexpect.py                        |  30 ++-
 pexpect/pty_spawn.py                        |  92 +++----
 pexpect/pxssh.py                            |   4 +-
 pexpect/spawnbase.py                        |   8 +-
 pexpect/utils.py                            |  47 +++-
 setup.cfg                                   |   9 +
 setup.py                                    |   8 +-
 tests/.coverage.docker-2.local.36578.771124 |   1 +
 tests/.coverage.docker-2.local.36579.455415 |   1 +
 tests/.coverage.docker-2.local.36580.123114 |   1 +
 tests/.coverage.docker-2.local.36581.321253 |   1 +
 tests/.coverage.docker-2.local.38943.357232 |   1 +
 tests/.coverage.docker-2.local.38944.471090 |   1 +
 tests/.coverage.docker-2.local.38945.54089  |   1 +
 tests/.coverage.docker-2.local.38946.82776  |   1 +
 tests/.coverage.docker-2.local.38984.172622 |   1 +
 tests/.coverage.docker-2.local.38985.978020 |   1 +
 tests/.coverage.docker-2.local.38986.928811 |   1 +
 tests/.coverage.docker-2.local.38987.237434 |   1 +
 tests/.coverage.docker-2.local.38991.12925  |   4 +
 tests/.coverage.docker-2.local.38993.581713 |   4 +
 tests/.coverage.docker-2.local.39001.377317 |   2 +
 tests/.coverage.docker-2.local.39003.638674 |   2 +
 tests/.coverage.docker-2.local.39005.280448 |   2 +
 tests/cc.c                                  |   7 +
 tests/log                                   | 380 ++++++++++++++++++++++++++++
 tests/test_async.py                         |   8 +-
 tests/test_delay.py                         |  45 ++++
 tests/test_env.py                           |  93 +++++++
 tests/test_expect.py                        |   2 +-
 tests/test_issue209.py                      |  23 ++
 tests/test_maxcanon.py                      | 176 -------------
 tests/test_misc.py                          |   7 -
 tests/test_repr.py                          |  11 +
 tests/test_socket.py                        | 255 +++++++++++++++++++
 tests/test_which.py                         |  17 ++
 55 files changed, 1285 insertions(+), 270 deletions(-)
 create mode 100644 .coveragerc
 create mode 100644 MANIFEST.in
 create mode 100644 README.rst
 create mode 100644 examples/telnet.py
 copy PKG-INFO => pexpect.egg-info/PKG-INFO (95%)
 create mode 100644 pexpect.egg-info/SOURCES.txt
 create mode 100644 pexpect.egg-info/dependency_links.txt
 create mode 100644 pexpect.egg-info/requires.txt
 create mode 100644 pexpect.egg-info/top_level.txt
 create mode 100644 pexpect/bashrc.sh
 create mode 100644 tests/.coverage.docker-2.local.36578.771124
 create mode 100644 tests/.coverage.docker-2.local.36579.455415
 create mode 100644 tests/.coverage.docker-2.local.36580.123114
 create mode 100644 tests/.coverage.docker-2.local.36581.321253
 create mode 100644 tests/.coverage.docker-2.local.38943.357232
 create mode 100644 tests/.coverage.docker-2.local.38944.471090
 create mode 100644 tests/.coverage.docker-2.local.38945.54089
 create mode 100644 tests/.coverage.docker-2.local.38946.82776
 create mode 100644 tests/.coverage.docker-2.local.38984.172622
 create mode 100644 tests/.coverage.docker-2.local.38985.978020
 create mode 100644 tests/.coverage.docker-2.local.38986.928811
 create mode 100644 tests/.coverage.docker-2.local.38987.237434
 create mode 100644 tests/.coverage.docker-2.local.38991.12925
 create mode 100644 tests/.coverage.docker-2.local.38993.581713
 create mode 100644 tests/.coverage.docker-2.local.39001.377317
 create mode 100644 tests/.coverage.docker-2.local.39003.638674
 create mode 100644 tests/.coverage.docker-2.local.39005.280448
 create mode 100644 tests/cc.c
 create mode 100644 tests/test_delay.py
 create mode 100755 tests/test_env.py
 create mode 100644 tests/test_issue209.py
 delete mode 100644 tests/test_maxcanon.py
 create mode 100644 tests/test_socket.py

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



More information about the Python-modules-commits mailing list