[Python-modules-commits] [pywinrm] branch master updated (6b22b3b -> 6a9b961)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Jan 8 06:23:00 UTC 2017


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

kitterman pushed a change to branch master
in repository pywinrm.

      from  6b22b3b   Fixed VCS URL (https)
       new  06e70c9   Import pywinrm_0.2.2.orig.tar.gz
       new  d252958   record new upstream branch created by importing pywinrm_0.2.2.orig.tar.gz and merge it
       new  06314ee   change version to 0.2.2-1 [ Ondřej Nový ] [ Scott Kitterman ] New upstream release
       new  6a9b961   Prepare for update to new upstream, but can't upload now due to missing python-requests-ntlm

The 4 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:
 PKG-INFO                                 | 184 +++++++++++----
 debian/.git-dpm                          |  14 +-
 debian/changelog                         |  17 +-
 debian/control                           |   4 +
 pywinrm.egg-info/PKG-INFO                | 278 +++++++++++++++++++++++
 pywinrm.egg-info/SOURCES.txt             |  22 ++
 pywinrm.egg-info/dependency_links.txt    |   1 +
 pywinrm.egg-info/requires.txt            |  10 +
 pywinrm.egg-info/top_level.txt           |   1 +
 setup.cfg                                |  18 ++
 setup.py                                 |  12 +-
 winrm/__init__.py                        |  67 +++---
 winrm/exceptions.py                      |  47 ++--
 winrm/protocol.py                        | 294 ++++++++++++++----------
 winrm/tests/conftest.py                  |  24 +-
 winrm/tests/test_integration_protocol.py |  29 ++-
 winrm/tests/test_integration_session.py  |   3 +-
 winrm/tests/test_protocol.py             |   7 +-
 winrm/tests/test_session.py              |   9 +-
 winrm/transport.py                       | 376 ++++++++++++++-----------------
 20 files changed, 962 insertions(+), 455 deletions(-)
 create mode 100644 pywinrm.egg-info/PKG-INFO
 create mode 100644 pywinrm.egg-info/SOURCES.txt
 create mode 100644 pywinrm.egg-info/dependency_links.txt
 create mode 100644 pywinrm.egg-info/requires.txt
 create mode 100644 pywinrm.egg-info/top_level.txt
 create mode 100644 setup.cfg

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



More information about the Python-modules-commits mailing list