[Python-modules-commits] [python-gammu] branch master updated (492ae91 -> 667217d)

Michal Cihar nijel at moszumanska.debian.org
Wed Jun 3 13:46:06 UTC 2015


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

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

      from  492ae91   Release
       new  fdb7a19   Simplify setup
       new  9d88675   Imported Upstream version 2.3
       new  1a80fe8   Merge tag 'upstream/2.3'
       new  2abb783   New upstream release.
       new  64caf94   Update debian/copyright to match upstream licensing.
       new  129fb99   Fix encoding error with README
       new  667217d   Release

The 7 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:
 COPYING                                            | 37 ++++++-----
 NEWS.rst                                           | 12 ++++
 PKG-INFO                                           | 74 +++++++++++++++++++---
 README.rst                                         | 48 +++++++++++++-
 debian/changelog                                   |  7 ++
 debian/copyright                                   | 26 ++------
 debian/gbp.conf                                    |  3 -
 .../0001-Explicitely-define-README-encoding.patch  | 35 ++++++++++
 debian/patches/series                              |  1 +
 examples/__init__.py                               | 21 ++++++
 examples/addcontacts.py                            | 21 ++++++
 examples/addfile.py                                | 21 ++++++
 examples/backup_convertor.py                       | 21 ++++++
 examples/batteryinfo.py                            | 21 ++++++
 examples/debugging.py                              | 21 ++++++
 examples/dialvoice.py                              | 21 ++++++
 examples/doc-exceptions.py                         | 21 ++++++
 examples/dummy_phone.py                            | 20 +++---
 examples/filesystem_test.py                        | 58 +++++++++++------
 examples/getallcalendar.py                         | 23 ++++++-
 examples/getallmemory.py                           | 21 ++++++
 examples/getallmemory_nonext.py                    | 21 ++++++
 examples/getallsms.py                              | 21 ++++++
 examples/getallsms_decode.py                       | 21 ++++++
 examples/getalltodo.py                             | 21 ++++++
 examples/getdiverts.py                             | 21 ++++++
 examples/incoming.py                               | 21 ++++++
 examples/listfilesystem.py                         | 32 ++++++++--
 examples/mass_sms.py                               | 23 ++++++-
 examples/pdu_decoder.py                            | 21 ++++++
 examples/read_sms_backup.py                        | 21 ++++++
 examples/savesmspercontact.py                      | 21 ++++++
 examples/sendlongsms.py                            | 23 ++++++-
 examples/sendsms.py                                | 25 +++++++-
 examples/service_numbers.py                        | 20 +++---
 examples/setdiverts.py                             | 21 ++++++
 examples/sms_replier.py                            | 21 ++++++
 examples/smsbackup.py                              | 21 ++++++
 examples/smsd_inject.py                            | 23 ++++++-
 examples/smsd_state.py                             | 23 ++++++-
 examples/vcs.py                                    | 28 +++++++-
 examples/worker.py                                 | 21 +++---
 gammu/__init__.py                                  | 25 ++++----
 gammu/data.py                                      | 20 +++---
 gammu/exception.py                                 | 20 +++---
 gammu/smsd.py                                      | 20 +++---
 gammu/src/convertors/backup.c                      | 23 +++----
 gammu/src/convertors/base.c                        | 23 +++----
 gammu/src/convertors/bitmap.c                      | 23 +++----
 gammu/src/convertors/calendar.c                    | 23 +++----
 gammu/src/convertors/call.c                        | 23 +++----
 gammu/src/convertors/diverts.c                     | 23 +++----
 gammu/src/convertors/file.c                        | 23 +++----
 gammu/src/convertors/memory.c                      | 23 +++----
 gammu/src/convertors/misc.c                        | 23 +++----
 gammu/src/convertors/ringtone.c                    | 23 +++----
 gammu/src/convertors/sms.c                         | 23 +++----
 gammu/src/convertors/string.c                      | 23 +++----
 gammu/src/convertors/time.c                        | 23 +++----
 gammu/src/convertors/todo.c                        | 23 +++----
 gammu/src/convertors/wap.c                         | 23 +++----
 gammu/src/data.c                                   | 23 +++----
 gammu/src/errors.c                                 | 23 +++----
 gammu/src/gammu.c                                  | 23 +++----
 gammu/src/misc.c                                   | 23 +++----
 gammu/src/smsd.c                                   | 24 +++----
 gammu/worker.py                                    | 20 +++---
 include/convertors.h                               | 23 +++----
 include/data.h                                     | 23 +++----
 include/errors.h                                   | 23 +++----
 include/misc.h                                     | 23 +++----
 python_gammu.egg-info/PKG-INFO                     | 74 +++++++++++++++++++---
 setup.py                                           | 49 ++++++++------
 test/__init__.py                                   | 21 ++++++
 test/test_backup.py                                | 20 +++---
 test/test_config.py                                | 23 +++----
 test/test_data.py                                  | 20 +++---
 test/test_dummy.py                                 | 20 +++---
 test/test_errors.py                                | 20 +++---
 test/test_sms.py                                   | 20 +++---
 test/test_smsd.py                                  | 20 +++---
 test/test_worker.py                                | 20 +++---
 82 files changed, 1441 insertions(+), 527 deletions(-)
 create mode 100644 debian/patches/0001-Explicitely-define-README-encoding.patch
 create mode 100644 debian/patches/series

-- 
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