[Python-modules-commits] [python-protobix] 02/03: record new upstream branch created by importing python-protobix_1.0.0.orig.tar.gz and merge it

Jean Baptiste Favre jbfavre-guest at moszumanska.debian.org
Tue Nov 22 12:43:46 UTC 2016


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

jbfavre-guest pushed a commit to branch master
in repository python-protobix.

commit 34941e93a383c717bf56e6a5322c0a7300e613ee
Merge: 9c56bc7 e0571f7
Author: Jean Baptiste Favre <debian at jbfavre.org>
Date:   Tue Nov 22 13:37:56 2016 +0100

    record new upstream branch created by importing python-protobix_1.0.0.orig.tar.gz and merge it

 .gitignore                                         |   5 +
 .travis.yml                                        |   4 +-
 README.md                                          | 311 +++++++----
 conftest.py                                        |  18 -
 debian/.git-dpm                                    |  14 +-
 protobix/__init__.py                               |   5 +
 protobix/datacontainer.py                          | 372 +++++++------
 protobix/sampleprobe.py                            | 419 ++++++++++----
 protobix/senderprotocol.py                         | 542 ++++++++++--------
 protobix/zabbixagentconfig.py                      | 335 +++++++++++
 pytest.ini                                         |   2 +
 requirements-test.txt                              |   3 +
 requirements.txt                                   |   3 -
 setup.py                                           |  33 +-
 tests/ZabbixServerTrapper.py                       | 240 --------
 tests/__init__.py                                  |  20 +
 tests/docker-tests.sh                              |  47 ++
 tests/test_01Params.py                             | 190 -------
 tests/test_01Params_Deprecated.py                  |  74 ---
 tests/test_02Items.py                              | 152 -----
 tests/test_02Items_Deprecated.py                   | 116 ----
 tests/test_03LLD.py                                | 159 ------
 tests/test_03LLD_Deprecated.py                     |  75 ---
 tests/test_04ReadZabbixFile.py                     | 100 ----
 tests/test_datacontainer.py                        | 269 +++++++++
 tests/test_memory_leak.py                          | 127 +++++
 tests/test_sampleprobe.py                          | 615 +++++++++++++++++++++
 tests/test_senderprotocol.py                       | 324 +++++++++++
 tests/test_zabbixagentconfig.py                    | 576 +++++++++++++++++++
 tests/tls_ca/protobix-ca.cert.pem                  |  29 +
 tests/tls_ca/protobix-client.cert.pem              |  32 ++
 tests/tls_ca/protobix-client.key.pem               |  52 ++
 .../tls_ca/protobix-client.not-yet-valid.cert.pem  |  33 ++
 tests/tls_ca/protobix-client.not-yet-valid.key.pem |  52 ++
 tests/tls_ca/protobix-client.revoked.cert.pem      |  32 ++
 tests/tls_ca/protobix-client.revoked.key.pem       |  52 ++
 tests/tls_ca/protobix-zabbix-server.cert.pem       |  32 ++
 tests/tls_ca/protobix-zabbix-server.key.pem        |  52 ++
 tests/tls_ca/protobix.crl                          |  16 +
 tests/tls_ca/rogue-protobix-ca.cert.pem            |  36 ++
 tests/tls_ca/rogue-protobix-client.cert.pem        |  36 ++
 tests/tls_ca/rogue-protobix-client.key.pem         |  52 ++
 .../rogue-protobix-client.not-yet-valid.cert.pem   |  33 ++
 .../rogue-protobix-client.not-yet-valid.key.pem    |  52 ++
 .../tls_ca/rogue-protobix-client.revoked.cert.pem  |  32 ++
 tests/tls_ca/rogue-protobix-client.revoked.key.pem |  52 ++
 tests/tls_ca/rogue-protobix.crl                    |  20 +
 tests/tls_ca/rogue-zabbix-server.cert.pem          |  32 ++
 tests/tls_ca/rogue-zabbix-server.key.pem           |  52 ++
 tests/zabbix/zabbix_server.conf                    |  31 ++
 tests/zabbix/zabbix_server_mysql.sql               |  49 ++
 tests/zabbix/zabbix_server_sqlite3.sql             |   3 +
 tests/zabbix_agentd.conf                           | 240 --------
 53 files changed, 4237 insertions(+), 2015 deletions(-)

diff --cc debian/.git-dpm
index 9f04bf8,0000000..852228a
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- 70dbb025bb47a793fb2f6430c20f76588dc966b7
- 70dbb025bb47a793fb2f6430c20f76588dc966b7
- 70dbb025bb47a793fb2f6430c20f76588dc966b7
- 70dbb025bb47a793fb2f6430c20f76588dc966b7
- python-protobix_0.1.2.orig.tar.gz
- 00a12957b336c4f0164857e54633d8d4029bca60
- 26575
++e0571f7d6d14130359b2c4f8ede4d6349960b1cc
++e0571f7d6d14130359b2c4f8ede4d6349960b1cc
++e0571f7d6d14130359b2c4f8ede4d6349960b1cc
++e0571f7d6d14130359b2c4f8ede4d6349960b1cc
++python-protobix_1.0.0.orig.tar.gz
++b3a613b51ce471a7c0faf7e2e9c9d26a50537f84
++67057

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



More information about the Python-modules-commits mailing list