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

Michal Cihar nijel at moszumanska.debian.org
Wed Apr 15 08:17:47 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  9376f9e   Release
       new  6bd7cd8   Imported Upstream version 2.1
       new  b9c2079   Merge tag 'upstream/2.1'
       new  9b08f12   New upstream release.
       new  24bb2dc   Enable build time testsuite.
       new  1738ebe   Install upstream changelog.
       new  f6dee18   Build dep for testsuite
       new  492ae91   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:
 MANIFEST.in                                |   2 +
 NEWS.rst                                   |  14 ++
 PKG-INFO                                   |   5 +-
 README.rst                                 |   3 +
 debian/changelog                           |   8 ++
 debian/control                             |   2 +-
 debian/rules                               |   4 +-
 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 ++-
 PKG-INFO => python_gammu.egg-info/PKG-INFO |   5 +-
 python_gammu.egg-info/SOURCES.txt          | 109 +++++++++++++++
 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 +-
 38 files changed, 568 insertions(+), 23 deletions(-)
 create mode 100644 NEWS.rst
 copy PKG-INFO => python_gammu.egg-info/PKG-INFO (94%)
 create mode 100644 python_gammu.egg-info/SOURCES.txt
 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