[Python-modules-commits] [txwinrm] branch master updated (695531a -> 8ac9215)
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sat Feb 25 15:24:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a change to branch master
in repository txwinrm.
from 695531a merge patched into master
new 53c4122 record new upstream branch created by importing txwinrm_1.2.7.orig.tar.gz
new 82c0f6b Import txwinrm_1.2.7.orig.tar.gz
new 443dc3e Upstream calls pykerberos kerberos, we want the default name
new 58694f6 Fix tests
new 5387a17 Wecutil Argument Bug
new 0c558fc merge patched into master
new 8c8ad22 New upstream release (1.2.7)
new 6dc2d9c Make DPMT the maintainer, me the uploader
new 8ac9215 Add man pages
The 9 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 ++++++++-
debian/.git-dpm | 14 +-
debian/changelog | 8 +
debian/control | 3 +-
debian/h2m/genkrb5conf.h2m | 2 +
debian/h2m/typeperf.h2m | 2 +
debian/h2m/winrm.h2m | 2 +
debian/h2m/winrs.h2m | 2 +
debian/man/genkrb5conf.1 | 20 ++
debian/man/typeperf.1 | 52 +++++
debian/man/winrm.1 | 43 ++++
debian/man/winrs.1 | 47 +++++
...lls-pykerberos-kerberos-we-want-the-defau.patch | 4 +-
debian/patches/0002-Fix-tests.patch | 14 +-
debian/patches/0003-Wecutil-Argument-Bug.patch | 2 +-
debian/python-txwinrm.manpages | 1 +
debian/rules | 12 ++
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 ++++-
38 files changed, 965 insertions(+), 213 deletions(-)
create mode 100644 debian/h2m/genkrb5conf.h2m
create mode 100644 debian/h2m/typeperf.h2m
create mode 100644 debian/h2m/winrm.h2m
create mode 100644 debian/h2m/winrs.h2m
create mode 100644 debian/man/genkrb5conf.1
create mode 100644 debian/man/typeperf.1
create mode 100644 debian/man/winrm.1
create mode 100644 debian/man/winrs.1
create mode 100644 debian/python-txwinrm.manpages
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