[Python-modules-commits] [txwinrm] branch upstream updated (6e679d0 -> 82c0f6b)
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sat Feb 25 15:24:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a change to branch upstream
in repository txwinrm.
from 6e679d0 New upstream version 1.1.28
new 82c0f6b Import txwinrm_1.2.7.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.rst | 94 +++++++++++++--
setup.py | 2 +-
txwinrm/SessionManager.py | 101 ++++++++--------
txwinrm/WinRMClient.py | 227 ++++++++++++++++++++++++++++++-----
txwinrm/app.py | 8 +-
txwinrm/associate.py | 97 +++++++++++++++
txwinrm/enumerate.py | 9 +-
txwinrm/krb5.py | 213 ++++++++++++++++++++++----------
txwinrm/request/command.xml | 6 +-
txwinrm/request/create.xml | 8 +-
txwinrm/request/delete.xml | 6 +-
txwinrm/request/enumerate.xml | 2 +-
txwinrm/request/event_pull.xml | 6 +-
txwinrm/request/pull.xml | 2 +-
txwinrm/request/receive.xml | 6 +-
txwinrm/request/send.xml | 6 +-
txwinrm/request/signal.xml | 6 +-
txwinrm/request/subscribe.xml | 6 +-
txwinrm/request/unsubscribe.xml | 6 +-
txwinrm/shell.py | 4 +-
txwinrm/test/test_connection_info.py | 80 ++++++++++++
txwinrm/util.py | 55 ++++++++-
22 files changed, 755 insertions(+), 195 deletions(-)
mode change 100644 => 100755 txwinrm/SessionManager.py
create mode 100755 txwinrm/associate.py
mode change 100644 => 100755 txwinrm/enumerate.py
mode change 100644 => 100755 txwinrm/request/command.xml
mode change 100644 => 100755 txwinrm/request/create.xml
mode change 100644 => 100755 txwinrm/request/delete.xml
mode change 100644 => 100755 txwinrm/request/enumerate.xml
mode change 100644 => 100755 txwinrm/request/pull.xml
mode change 100644 => 100755 txwinrm/request/receive.xml
mode change 100644 => 100755 txwinrm/request/send.xml
mode change 100644 => 100755 txwinrm/request/signal.xml
create mode 100644 txwinrm/test/test_connection_info.py
mode change 100644 => 100755 txwinrm/util.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txwinrm.git
More information about the Python-modules-commits
mailing list