[Python-modules-commits] [python-gammu] 01/05: New upstream version 2.11

Michal Cihar nijel at moszumanska.debian.org
Fri Jan 5 14:42:14 UTC 2018


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

nijel pushed a commit to annotated tag archive/debian/2.11-1
in repository python-gammu.

commit ad29633df2afa0fa73bda1d3331fa3c1d1d21e43
Author: Michal Čihař <michal at cihar.com>
Date:   Fri Jan 5 15:14:10 2018 +0100

    New upstream version 2.11
---
 NEWS.rst                        |  6 ++++++
 PKG-INFO                        | 11 +++--------
 README.rst                      |  8 +-------
 examples/__init__.py            |  2 +-
 examples/addcontacts.py         |  2 +-
 examples/addfile.py             |  2 +-
 examples/backup_convertor.py    |  2 +-
 examples/batteryinfo.py         |  4 ++--
 examples/debugging.py           |  2 +-
 examples/dialvoice.py           |  4 ++--
 examples/doc-exceptions.py      |  2 +-
 examples/dummy_phone.py         |  2 +-
 examples/filesystem_test.py     |  2 +-
 examples/getallcalendar.py      |  2 +-
 examples/getallmemory.py        |  2 +-
 examples/getallmemory_nonext.py |  2 +-
 examples/getallsms.py           |  2 +-
 examples/getallsms_decode.py    |  2 +-
 examples/getalltodo.py          |  2 +-
 examples/getdiverts.py          |  4 ++--
 examples/incoming.py            |  2 +-
 examples/listfilesystem.py      |  2 +-
 examples/mass_sms.py            |  2 +-
 examples/pdu_decoder.py         |  2 +-
 examples/read_sms_backup.py     |  2 +-
 examples/savesmspercontact.py   |  2 +-
 examples/sendlongsms.py         |  4 ++--
 examples/sendsms.py             |  2 +-
 examples/service_numbers.py     |  2 +-
 examples/setdiverts.py          |  4 ++--
 examples/sms_replier.py         |  2 +-
 examples/smsbackup.py           |  2 +-
 examples/smsd_inject.py         |  2 +-
 examples/smsd_state.py          |  2 +-
 examples/vcs.py                 |  2 +-
 examples/worker.py              |  2 +-
 gammu/__init__.py               |  2 +-
 gammu/data.py                   |  2 +-
 gammu/exception.py              |  2 +-
 gammu/smsd.py                   |  2 +-
 gammu/src/convertors/backup.c   |  2 +-
 gammu/src/convertors/base.c     |  2 +-
 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      |  7 ++++++-
 gammu/src/convertors/string.c   |  2 +-
 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               |  2 +-
 gammu/src/misc.c                |  2 +-
 gammu/src/smsd.c                |  2 +-
 gammu/worker.py                 |  2 +-
 include/convertors.h            |  2 +-
 include/data.h                  |  2 +-
 include/errors.h                |  2 +-
 include/misc.h                  |  2 +-
 python_gammu.egg-info/PKG-INFO  | 11 +++--------
 setup.py                        |  6 +++---
 test/__init__.py                |  2 +-
 test/test_backup.py             |  2 +-
 test/test_config.py             |  2 +-
 test/test_data.py               |  2 +-
 test/test_dummy.py              |  2 +-
 test/test_errors.py             |  2 +-
 test/test_sms.py                |  2 +-
 test/test_smsd.py               |  2 +-
 test/test_worker.py             |  2 +-
 76 files changed, 97 insertions(+), 102 deletions(-)

diff --git a/NEWS.rst b/NEWS.rst
index 4d6849f..14fafda 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,3 +1,9 @@
+2.11
+====
+
+* Add support for the USSD in SMSD.
+* Python 2.7 binaries available for Windows.
+
 2.10
 ====
 
diff --git a/PKG-INFO b/PKG-INFO
index bcae904..debeed4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,23 +1,18 @@
 Metadata-Version: 1.1
 Name: python-gammu
-Version: 2.10
+Version: 2.11
 Summary: Gammu bindings
 Home-page: https://wammu.eu/python-gammu/
 Author: Michal Cihar
 Author-email: michal at cihar.com
 License: GPLv2+
 Download-URL: https://wammu.eu/download/python-gammu/
+Description-Content-Type: UNKNOWN
 Description: python-gammu
         ============
         
         Python bindings for the `Gammu library <https://wammu.eu/gammu/>`_.
         
-        .. image:: https://app.codesponsor.io/embed/e9cresCoq9fvHq4ya92dgNSj/gammu/python-gammu.svg
-           :width: 888
-           :height: 68
-           :target: https://app.codesponsor.io/link/e9cresCoq9fvHq4ya92dgNSj/gammu/python-gammu
-        
-        
         .. image:: https://travis-ci.org/gammu/python-gammu.svg?branch=master
             :target: https://travis-ci.org/gammu/python-gammu
         
@@ -59,7 +54,7 @@ Description: python-gammu
         License
         =======
         
-        Copyright (C) 2003 - 2017 Michal Cihar
+        Copyright (C) 2003 - 2018 Michal Cihar
         
         This program is free software; you can redistribute it and/or modify
         it under the terms of the GNU General Public License as published by
diff --git a/README.rst b/README.rst
index ee5df29..7b16599 100644
--- a/README.rst
+++ b/README.rst
@@ -3,12 +3,6 @@ python-gammu
 
 Python bindings for the `Gammu library <https://wammu.eu/gammu/>`_.
 
-.. image:: https://app.codesponsor.io/embed/e9cresCoq9fvHq4ya92dgNSj/gammu/python-gammu.svg
-   :width: 888
-   :height: 68
-   :target: https://app.codesponsor.io/link/e9cresCoq9fvHq4ya92dgNSj/gammu/python-gammu
-
-
 .. image:: https://travis-ci.org/gammu/python-gammu.svg?branch=master
     :target: https://travis-ci.org/gammu/python-gammu
 
@@ -50,7 +44,7 @@ Homepage
 License
 =======
 
-Copyright (C) 2003 - 2017 Michal Cihar
+Copyright (C) 2003 - 2018 Michal Cihar
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/examples/__init__.py b/examples/__init__.py
index 7006187..86d1ff0 100644
--- a/examples/__init__.py
+++ b/examples/__init__.py
@@ -1,7 +1,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/addcontacts.py b/examples/addcontacts.py
index 1a8eb66..9225f50 100755
--- a/examples/addcontacts.py
+++ b/examples/addcontacts.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/addfile.py b/examples/addfile.py
index 60980dc..fd45cee 100755
--- a/examples/addfile.py
+++ b/examples/addfile.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/backup_convertor.py b/examples/backup_convertor.py
index 5d2c4cd..f69fbe9 100755
--- a/examples/backup_convertor.py
+++ b/examples/backup_convertor.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/batteryinfo.py b/examples/batteryinfo.py
index dce5408..6a37f9b 100755
--- a/examples/batteryinfo.py
+++ b/examples/batteryinfo.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
@@ -26,7 +26,7 @@ import gammu
 import sys
 
 state_machine = gammu.StateMachine()
-if len(sys.argv) >= 2:
+if len(sys.argv) > 2:
     state_machine.ReadConfig(Filename=sys.argv[1])
     del sys.argv[1]
 else:
diff --git a/examples/debugging.py b/examples/debugging.py
index 4dc9592..223b391 100755
--- a/examples/debugging.py
+++ b/examples/debugging.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/dialvoice.py b/examples/dialvoice.py
index 8fec160..1509d6f 100755
--- a/examples/dialvoice.py
+++ b/examples/dialvoice.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
@@ -29,7 +29,7 @@ import sys
 state_machine = gammu.StateMachine()
 
 # Read the configuration (~/.gammurc or from command line)
-if len(sys.argv) >= 2:
+if len(sys.argv) > 2:
     state_machine.ReadConfig(Filename=sys.argv[1])
     del sys.argv[1]
 else:
diff --git a/examples/doc-exceptions.py b/examples/doc-exceptions.py
index 3e16b52..1ef5a1b 100755
--- a/examples/doc-exceptions.py
+++ b/examples/doc-exceptions.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/dummy_phone.py b/examples/dummy_phone.py
index 08fce57..0d4ba93 100755
--- a/examples/dummy_phone.py
+++ b/examples/dummy_phone.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/filesystem_test.py b/examples/filesystem_test.py
index 65f13f7..0d9cc00 100755
--- a/examples/filesystem_test.py
+++ b/examples/filesystem_test.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Matthias Blaesing <matthias.blaesing at rwth-aachen.de>
+# Copyright © 2003 - 2018 Matthias Blaesing <matthias.blaesing at rwth-aachen.de>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/getallcalendar.py b/examples/getallcalendar.py
index 6bf9de2..1bc2cf2 100755
--- a/examples/getallcalendar.py
+++ b/examples/getallcalendar.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/getallmemory.py b/examples/getallmemory.py
index 922fb2d..d2ace18 100755
--- a/examples/getallmemory.py
+++ b/examples/getallmemory.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/getallmemory_nonext.py b/examples/getallmemory_nonext.py
index c2541d2..c4debc2 100755
--- a/examples/getallmemory_nonext.py
+++ b/examples/getallmemory_nonext.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/getallsms.py b/examples/getallsms.py
index 6d86216..ce3dcc4 100755
--- a/examples/getallsms.py
+++ b/examples/getallsms.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/getallsms_decode.py b/examples/getallsms_decode.py
index 3828f72..9a50595 100755
--- a/examples/getallsms_decode.py
+++ b/examples/getallsms_decode.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/getalltodo.py b/examples/getalltodo.py
index 9ba7332..a78c574 100755
--- a/examples/getalltodo.py
+++ b/examples/getalltodo.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/getdiverts.py b/examples/getdiverts.py
index 285b592..0ecf669 100755
--- a/examples/getdiverts.py
+++ b/examples/getdiverts.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
@@ -26,7 +26,7 @@ import gammu
 import sys
 
 state_machine = gammu.StateMachine()
-if len(sys.argv) >= 2:
+if len(sys.argv) > 2:
     state_machine.ReadConfig(Filename=sys.argv[1])
     del sys.argv[1]
 else:
diff --git a/examples/incoming.py b/examples/incoming.py
index acc1314..cab9e71 100755
--- a/examples/incoming.py
+++ b/examples/incoming.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/listfilesystem.py b/examples/listfilesystem.py
index ef6f156..d0d97ec 100755
--- a/examples/listfilesystem.py
+++ b/examples/listfilesystem.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Matthias Blaesing <matthias.blaesing at rwth-aachen.de>
+# Copyright © 2003 - 2018 Matthias Blaesing <matthias.blaesing at rwth-aachen.de>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/mass_sms.py b/examples/mass_sms.py
index f6e7c48..c3c604e 100755
--- a/examples/mass_sms.py
+++ b/examples/mass_sms.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/pdu_decoder.py b/examples/pdu_decoder.py
index f31d5ac..21f3091 100755
--- a/examples/pdu_decoder.py
+++ b/examples/pdu_decoder.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/read_sms_backup.py b/examples/read_sms_backup.py
index 73cb32f..0050856 100755
--- a/examples/read_sms_backup.py
+++ b/examples/read_sms_backup.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/savesmspercontact.py b/examples/savesmspercontact.py
index 3ed09b2..781993e 100755
--- a/examples/savesmspercontact.py
+++ b/examples/savesmspercontact.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/sendlongsms.py b/examples/sendlongsms.py
index 4fa94f6..51cca81 100755
--- a/examples/sendlongsms.py
+++ b/examples/sendlongsms.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
@@ -30,7 +30,7 @@ import sys
 state_machine = gammu.StateMachine()
 
 # Optionally load config file as defined by first parameter
-if len(sys.argv) >= 2:
+if len(sys.argv) > 2:
     # Read the configuration from given file
     state_machine.ReadConfig(Filename=sys.argv[1])
     # Remove file name from args list
diff --git a/examples/sendsms.py b/examples/sendsms.py
index da4f9bc..7a9c2c5 100755
--- a/examples/sendsms.py
+++ b/examples/sendsms.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/service_numbers.py b/examples/service_numbers.py
index 21a92a6..c6f1529 100755
--- a/examples/service_numbers.py
+++ b/examples/service_numbers.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/setdiverts.py b/examples/setdiverts.py
index d9bf4fa..221acdf 100755
--- a/examples/setdiverts.py
+++ b/examples/setdiverts.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
@@ -27,7 +27,7 @@ import sys
 
 state_machine = gammu.StateMachine()
 
-if len(sys.argv) >= 2:
+if len(sys.argv) > 2:
     state_machine.ReadConfig(Filename=sys.argv[1])
     del sys.argv[1]
 else:
diff --git a/examples/sms_replier.py b/examples/sms_replier.py
index 25a8714..1c9d819 100755
--- a/examples/sms_replier.py
+++ b/examples/sms_replier.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/smsbackup.py b/examples/smsbackup.py
index 1e70774..6e6e265 100755
--- a/examples/smsbackup.py
+++ b/examples/smsbackup.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/smsd_inject.py b/examples/smsd_inject.py
index 17aac3f..2407f4f 100755
--- a/examples/smsd_inject.py
+++ b/examples/smsd_inject.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/smsd_state.py b/examples/smsd_state.py
index d1f72d0..de02e35 100755
--- a/examples/smsd_state.py
+++ b/examples/smsd_state.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/vcs.py b/examples/vcs.py
index 058930c..1d1cfde 100755
--- a/examples/vcs.py
+++ b/examples/vcs.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/examples/worker.py b/examples/worker.py
index 32f62c2..a623720 100755
--- a/examples/worker.py
+++ b/examples/worker.py
@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/gammu/__init__.py b/gammu/__init__.py
index 0a6384c..6d02ef8 100644
--- a/gammu/__init__.py
+++ b/gammu/__init__.py
@@ -1,7 +1,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/gammu/data.py b/gammu/data.py
index 7d68631..193a795 100644
--- a/gammu/data.py
+++ b/gammu/data.py
@@ -1,7 +1,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/gammu/exception.py b/gammu/exception.py
index 0de8277..d2a3de8 100644
--- a/gammu/exception.py
+++ b/gammu/exception.py
@@ -1,7 +1,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/gammu/smsd.py b/gammu/smsd.py
index 4491e4d..e491059 100644
--- a/gammu/smsd.py
+++ b/gammu/smsd.py
@@ -1,7 +1,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/gammu/src/convertors/backup.c b/gammu/src/convertors/backup.c
index ef7d355..d06bf57 100644
--- a/gammu/src/convertors/backup.c
+++ b/gammu/src/convertors/backup.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/base.c b/gammu/src/convertors/base.c
index 24a7a3c..0e6a49a 100644
--- a/gammu/src/convertors/base.c
+++ b/gammu/src/convertors/base.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/bitmap.c b/gammu/src/convertors/bitmap.c
index cc7f077..30ed3bd 100644
--- a/gammu/src/convertors/bitmap.c
+++ b/gammu/src/convertors/bitmap.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/calendar.c b/gammu/src/convertors/calendar.c
index b669d96..74cac07 100644
--- a/gammu/src/convertors/calendar.c
+++ b/gammu/src/convertors/calendar.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/call.c b/gammu/src/convertors/call.c
index 9a42ac0..c099c2d 100644
--- a/gammu/src/convertors/call.c
+++ b/gammu/src/convertors/call.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/diverts.c b/gammu/src/convertors/diverts.c
index 8a25af5..81db2a1 100644
--- a/gammu/src/convertors/diverts.c
+++ b/gammu/src/convertors/diverts.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/file.c b/gammu/src/convertors/file.c
index 0c672d2..95d1fcc 100644
--- a/gammu/src/convertors/file.c
+++ b/gammu/src/convertors/file.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/memory.c b/gammu/src/convertors/memory.c
index ac90413..a2a8654 100644
--- a/gammu/src/convertors/memory.c
+++ b/gammu/src/convertors/memory.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/misc.c b/gammu/src/convertors/misc.c
index 7a8ebc6..d872088 100644
--- a/gammu/src/convertors/misc.c
+++ b/gammu/src/convertors/misc.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/ringtone.c b/gammu/src/convertors/ringtone.c
index 923d906..783d4ea 100644
--- a/gammu/src/convertors/ringtone.c
+++ b/gammu/src/convertors/ringtone.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/sms.c b/gammu/src/convertors/sms.c
index 3769b0d..4d9fa47 100644
--- a/gammu/src/convertors/sms.c
+++ b/gammu/src/convertors/sms.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1387,6 +1387,11 @@ char *MultiPartSMSIDToString(EncodeMultiPartSMSID type)
 		case SMS_SiemensFile:
 			s = strdup("SiemensFile");
 			break;
+#if GAMMU_VERSION_NUM >= 13805
+		case SMS_USSD:
+			s = strdup("USSD");
+			break;
+#endif
 	}
 
 	if (s == NULL) {
diff --git a/gammu/src/convertors/string.c b/gammu/src/convertors/string.c
index 74946f8..e5cc187 100644
--- a/gammu/src/convertors/string.c
+++ b/gammu/src/convertors/string.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/time.c b/gammu/src/convertors/time.c
index 411d16d..9556dec 100644
--- a/gammu/src/convertors/time.c
+++ b/gammu/src/convertors/time.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/todo.c b/gammu/src/convertors/todo.c
index 059a78b..d177d41 100644
--- a/gammu/src/convertors/todo.c
+++ b/gammu/src/convertors/todo.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/convertors/wap.c b/gammu/src/convertors/wap.c
index d1e2648..3ce1513 100644
--- a/gammu/src/convertors/wap.c
+++ b/gammu/src/convertors/wap.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/data.c b/gammu/src/data.c
index d7e2fea..a724fd4 100644
--- a/gammu/src/data.c
+++ b/gammu/src/data.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/errors.c b/gammu/src/errors.c
index 5bdc11b..79e8d93 100644
--- a/gammu/src/errors.c
+++ b/gammu/src/errors.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/gammu.c b/gammu/src/gammu.c
index 7f8b67f..5198d48 100644
--- a/gammu/src/gammu.c
+++ b/gammu/src/gammu.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/misc.c b/gammu/src/misc.c
index 4d4b23b..ebb14b9 100644
--- a/gammu/src/misc.c
+++ b/gammu/src/misc.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/src/smsd.c b/gammu/src/smsd.c
index 240beee..57b1e25 100644
--- a/gammu/src/smsd.c
+++ b/gammu/src/smsd.c
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary, SMSD part
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/gammu/worker.py b/gammu/worker.py
index 83f3c65..b57ab9d 100644
--- a/gammu/worker.py
+++ b/gammu/worker.py
@@ -1,7 +1,7 @@
 # -*- coding: UTF-8 -*-
 # vim: expandtab sw=4 ts=4 sts=4:
 #
-# Copyright © 2003 - 2017 Michal Čihař <michal at cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal at cihar.com>
 #
 # This file is part of python-gammu <https://wammu.eu/python-gammu/>
 #
diff --git a/include/convertors.h b/include/convertors.h
index 2e0607a..9aec387 100644
--- a/include/convertors.h
+++ b/include/convertors.h
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/include/data.h b/include/data.h
index 5b8f155..37c5588 100644
--- a/include/data.h
+++ b/include/data.h
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/include/errors.h b/include/errors.h
index 9a085a2..fc16684 100644
--- a/include/errors.h
+++ b/include/errors.h
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/include/misc.h b/include/misc.h
index ca8b7f2..47c5ebf 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -1,6 +1,6 @@
 /*
  * python-gammu - Phone communication libary
- * Copyright (C) 2003 - 2017 Michal Čihař
+ * Copyright (C) 2003 - 2018 Michal Čihař
  *
... 189 lines suppressed ...

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