[Python-modules-commits] [nagiosplugin] branch master updated (aa39c0c -> 52032a0)

Jan Dittberner jandd at moszumanska.debian.org
Tue Jul 18 13:27:38 UTC 2017


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

jandd pushed a change to branch master
in repository nagiosplugin.

      from  aa39c0c   Fixed VCS URL (https)
       new  fee36bc   Fix "python3-nagiosplugin; missing dependencies" by fixing a typo in debian/control stanza (Closes: #867410)
       new  d3722c4   Fix spelling in debian/control long descriptions
       new  d66615a   Add myself to Uploaders field in debian/control
       new  cd50a86   Update debian/copyright
       new  cb613a9   Bump Standards-Version to 4.0.0
       new  f0137fb   record new upstream branch created by importing nagiosplugin_1.2.4.orig.tar.gz
       new  6040fc8   Import nagiosplugin_1.2.4.orig.tar.gz
       new  39f0f54   fix_example_shebang
       new  29bec68   merge patched into master
       new  764fec4   New upstream release
       new  52032a0   releasing package nagiosplugin version 1.2.4-1

The 11 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:
 HACKING.txt                              |  36 +++----
 HISTORY.txt                              |  19 ++++
 PKG-INFO                                 |  71 +++++++------
 README.txt                               |   7 +-
 bootstrap.py                             | 170 -------------------------------
 buildout.cfg                             |  14 ++-
 debian/.git-dpm                          |  14 +--
 debian/changelog                         |  15 ++-
 debian/control                           |  11 +-
 debian/copyright                         |  52 ++--------
 debian/patches/fix_example_shebang.patch |   2 +-
 setup.py                                 |   7 +-
 src/nagiosplugin.egg-info/PKG-INFO       |  71 +++++++------
 src/nagiosplugin.egg-info/SOURCES.txt    |   1 -
 src/nagiosplugin.egg-info/requires.txt   |   3 +-
 src/nagiosplugin/check.py                |  17 ++--
 src/nagiosplugin/context.py              |   6 +-
 src/nagiosplugin/metric.py               |   5 +-
 src/nagiosplugin/output.py               |  14 +--
 src/nagiosplugin/range.py                |   5 +-
 src/nagiosplugin/resource.py             |   3 -
 src/nagiosplugin/result.py               |   4 +-
 src/nagiosplugin/runtime.py              |  58 ++++++-----
 src/nagiosplugin/state.py                |   3 -
 src/nagiosplugin/summary.py              |   5 +-
 src/nagiosplugin/tests/test_check.py     |  32 +++++-
 src/nagiosplugin/tests/test_output.py    |  17 +++-
 src/nagiosplugin/tests/test_range.py     |   2 +-
 src/nagiosplugin/tests/test_result.py    |   3 -
 src/nagiosplugin/tests/test_runtime.py   |  19 +++-
 version.txt                              |   2 +-
 31 files changed, 287 insertions(+), 401 deletions(-)
 delete mode 100644 bootstrap.py

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



More information about the Python-modules-commits mailing list