[Python-modules-commits] [python-gammu] branch master updated (7ab1405 -> 417e9b3)

Michal Cihar nijel at moszumanska.debian.org
Mon Jul 10 18:43:21 UTC 2017


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

nijel pushed a change to branch master
in repository python-gammu.

      from  7ab1405   New upstream release.
       new  3c347e6   Switch Vcs-Git URL to https.
       new  4b5161c   New upstream version 2.9
       new  016cbed   Updated version 2.9 from 'upstream/2.9'
       new  73cb301   New upstream release.
       new  f1b5861   Bump standards to 4.0.0.
       new  417e9b3   Set locales for tests

The 6 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:
 NEWS.rst                                   |  11 ++
 PKG-INFO                                   |  41 ++++---
 README.rst                                 |  31 +++--
 debian/changelog                           |   8 ++
 debian/control                             |   6 +-
 debian/rules                               |   3 +
 examples/__init__.py                       |   4 +-
 examples/addcontacts.py                    |   6 +-
 examples/addfile.py                        |   4 +-
 examples/backup_convertor.py               |   4 +-
 examples/batteryinfo.py                    |   6 +-
 examples/debugging.py                      |  12 +-
 examples/dialvoice.py                      |   4 +-
 examples/doc-exceptions.py                 |   4 +-
 examples/dummy_phone.py                    |  44 ++++----
 examples/filesystem_test.py                |  72 ++++++------
 examples/getallcalendar.py                 |  10 +-
 examples/getallmemory.py                   |   8 +-
 examples/getallmemory_nonext.py            |   8 +-
 examples/getallsms.py                      |  12 +-
 examples/getallsms_decode.py               |  20 ++--
 examples/getalltodo.py                     |  10 +-
 examples/getdiverts.py                     |   4 +-
 examples/incoming.py                       |   8 +-
 examples/listfilesystem.py                 |  42 +++----
 examples/mass_sms.py                       |   6 +-
 examples/pdu_decoder.py                    |   4 +-
 examples/read_sms_backup.py                |  20 ++--
 examples/savesmspercontact.py              |   4 +-
 examples/sendlongsms.py                    |   4 +-
 examples/sendsms.py                        |   4 +-
 examples/service_numbers.py                |   8 +-
 examples/setdiverts.py                     |   4 +-
 examples/sms_replier.py                    |  10 +-
 examples/smsbackup.py                      |   4 +-
 examples/smsd_inject.py                    |   4 +-
 examples/smsd_state.py                     |   4 +-
 examples/vcs.py                            |   4 +-
 examples/worker.py                         |   6 +-
 gammu/__init__.py                          |   4 +-
 gammu/data.py                              |   4 +-
 gammu/exception.py                         |   4 +-
 gammu/smsd.py                              |   4 +-
 gammu/src/convertors/backup.c              |   2 +-
 gammu/src/convertors/base.c                |   9 +-
 gammu/src/convertors/bitmap.c              |   2 +-
 gammu/src/convertors/calendar.c            |   2 +-
 gammu/src/convertors/call.c                |   2 +-
 gammu/src/convertors/diverts.c             |   2 +-
 gammu/src/convertors/file.c                |   2 +-
 gammu/src/convertors/memory.c              |   2 +-
 gammu/src/convertors/misc.c                |   2 +-
 gammu/src/convertors/ringtone.c            |   2 +-
 gammu/src/convertors/sms.c                 |   2 +-
 gammu/src/convertors/string.c              |  64 ++++++++---
 gammu/src/convertors/time.c                |   2 +-
 gammu/src/convertors/todo.c                |   2 +-
 gammu/src/convertors/wap.c                 |   2 +-
 gammu/src/data.c                           |   2 +-
 gammu/src/errors.c                         |   2 +-
 gammu/src/gammu.c                          |  32 +++---
 gammu/src/misc.c                           |   7 +-
 gammu/src/smsd.c                           |   4 +-
 gammu/worker.py                            |  10 +-
 include/convertors.h                       |   4 +-
 include/data.h                             |   2 +-
 include/errors.h                           |   2 +-
 include/misc.h                             |  15 ++-
 python_gammu.egg-info/PKG-INFO             |  41 ++++---
 python_gammu.egg-info/dependency_links.txt |   1 +
 python_gammu.egg-info/top_level.txt        |   1 +
 setup.cfg                                  |   1 -
 setup.py                                   | 175 ++++++++++++++++++++++-------
 test/__init__.py                           |   4 +-
 test/test_backup.py                        |  19 +++-
 test/test_config.py                        |  32 ++++--
 test/test_data.py                          |   4 +-
 test/test_dummy.py                         |  29 ++++-
 test/test_errors.py                        |   4 +-
 test/test_sms.py                           |   4 +-
 test/test_smsd.py                          |  16 ++-
 test/test_worker.py                        |   4 +-
 82 files changed, 629 insertions(+), 369 deletions(-)
 create mode 100644 python_gammu.egg-info/dependency_links.txt
 create mode 100644 python_gammu.egg-info/top_level.txt

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



More information about the Python-modules-commits mailing list