[Python-modules-commits] [proxmoxer] branch master updated (47a30c1 -> d4f9ebe)

Elena Grandi valhalla-guest at moszumanska.debian.org
Sun Dec 3 19:59:11 UTC 2017


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

valhalla-guest pushed a change to branch master
in repository proxmoxer.

      from  47a30c1   Tag format for git dpm
       new  597f683   Import proxmoxer_1.0.2.orig.tar.gz
       new  6ae298c   record new upstream branch created by importing proxmoxer_1.0.2.orig.tar.gz and merge it
       new  f068955   Updated to new upstream release with license fixes
       new  d4f9ebe   Enable running tests

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:
 LICENSE.txt                                    |  21 ++++
 MANIFEST.in                                    |   4 +
 PKG-INFO                                       |  32 +++--
 README.rst                                     |   9 ++
 README.txt                                     |  30 +++--
 debian/.git-dpm                                |  14 +--
 debian/changelog                               |   2 +-
 debian/control                                 |  16 ++-
 debian/copyright                               |   2 -
 debian/rules                                   |   3 +-
 proxmoxer.egg-info/PKG-INFO                    |  32 +++--
 proxmoxer.egg-info/SOURCES.txt                 |  10 +-
 proxmoxer.egg-info/top_level.txt               |   1 +
 proxmoxer/__init__.py                          |   2 +-
 proxmoxer/backends/https.py                    |   6 +-
 setup.py                                       |   2 +-
 {proxmoxer/backends => tests}/__init__.py      |   1 +
 {proxmoxer/backends => tests/base}/__init__.py |   1 +
 tests/base/base_ssh_suite.py                   | 166 +++++++++++++++++++++++++
 tests/https_tests.py                           | 121 ++++++++++++++++++
 tests/openssh_tests.py                         |  29 +++++
 tests/paramiko_tests.py                        |  65 ++++++++++
 22 files changed, 516 insertions(+), 53 deletions(-)
 create mode 100644 LICENSE.txt
 create mode 100644 MANIFEST.in
 copy {proxmoxer/backends => tests}/__init__.py (98%)
 copy {proxmoxer/backends => tests/base}/__init__.py (98%)
 create mode 100644 tests/base/base_ssh_suite.py
 create mode 100644 tests/https_tests.py
 create mode 100644 tests/openssh_tests.py
 create mode 100644 tests/paramiko_tests.py

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



More information about the Python-modules-commits mailing list