[Python-modules-commits] [python-gammu] branch upstream updated (33d639a -> 6bd7cd8)

Michal Cihar nijel at moszumanska.debian.org
Wed Apr 15 08:17:50 UTC 2015


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

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

      from  33d639a   Imported Upstream version 2.0
       new  6bd7cd8   Imported Upstream version 2.1

The 1 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:
 MANIFEST.in                                |   2 +
 NEWS.rst                                   |  14 ++
 PKG-INFO                                   |   5 +-
 README.rst                                 |   3 +
 gammu/src/convertors/base.c                |   4 +
 gammu/src/convertors/diverts.c             |   2 +-
 gammu/src/convertors/memory.c              |   7 +-
 gammu/src/convertors/sms.c                 |   3 +
 gammu/src/convertors/string.c              |   2 +-
 gammu/src/convertors/wap.c                 |  19 ++-
 gammu/src/gammu.c                          |  21 ++-
 python_gammu.egg-info/PKG-INFO             |   5 +-
 python_gammu.egg-info/SOURCES.txt          |  23 +++-
 setup.py                                   |   2 +-
 test/data/gammu-dummy/calendar/2           |  15 +++
 test/data/gammu-dummy/calendar/22          |  10 ++
 test/data/gammu-dummy/fs/dir2/dir2-5/file1 |   1 +
 test/data/gammu-dummy/fs/dir2/dir2-5/file2 |   1 +
 test/data/gammu-dummy/fs/dir2/dir2-5/file3 |   1 +
 test/data/gammu-dummy/fs/dir2/dir2-5/file4 |   1 +
 test/data/gammu-dummy/fs/dir2/file5        |   1 +
 test/data/gammu-dummy/fs/file5             |   1 +
 test/data/gammu-dummy/pbk/ME/1             |   6 +
 test/data/gammu-dummy/pbk/ME/101           |  16 +++
 test/data/gammu-dummy/pbk/ME/103           | 206 +++++++++++++++++++++++++++++
 test/data/gammu-dummy/pbk/SM/1             |  20 +++
 test/data/gammu-dummy/sms/1/1              |   8 ++
 test/data/gammu-dummy/sms/2/10             |   9 ++
 test/data/gammu-dummy/sms/3/42             |   8 ++
 test/data/gammu-dummy/sms/4/15             |   9 ++
 test/data/gammu-dummy/sms/4/20             |  25 ++++
 test/data/gammu-dummy/sms/4/21             |  25 ++++
 test/data/gammu-dummy/todo/22              |  14 ++
 test/data/{02.vcs => gammu-dummy/todo/3}   |   0
 test/test_dummy.py                         |   2 +-
 35 files changed, 470 insertions(+), 21 deletions(-)
 create mode 100644 NEWS.rst
 create mode 100644 test/data/gammu-dummy/calendar/2
 create mode 100644 test/data/gammu-dummy/calendar/22
 create mode 100644 test/data/gammu-dummy/fs/dir2/dir2-5/file1
 create mode 100644 test/data/gammu-dummy/fs/dir2/dir2-5/file2
 create mode 100644 test/data/gammu-dummy/fs/dir2/dir2-5/file3
 create mode 100644 test/data/gammu-dummy/fs/dir2/dir2-5/file4
 create mode 100644 test/data/gammu-dummy/fs/dir2/file5
 create mode 100644 test/data/gammu-dummy/fs/file5
 create mode 100644 test/data/gammu-dummy/pbk/ME/1
 create mode 100644 test/data/gammu-dummy/pbk/ME/101
 create mode 100644 test/data/gammu-dummy/pbk/ME/103
 create mode 100644 test/data/gammu-dummy/pbk/SM/1
 create mode 100644 test/data/gammu-dummy/sms/1/1
 create mode 100644 test/data/gammu-dummy/sms/2/10
 create mode 100644 test/data/gammu-dummy/sms/3/42
 create mode 100644 test/data/gammu-dummy/sms/4/15
 create mode 100644 test/data/gammu-dummy/sms/4/20
 create mode 100644 test/data/gammu-dummy/sms/4/21
 create mode 100644 test/data/gammu-dummy/todo/22
 copy test/data/{02.vcs => gammu-dummy/todo/3} (100%)

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