Hello community,
here is the log from the commit of package python-python-gammu for
openSUSE:Factory checked in at 2015-05-16 07:14:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-gammu (Old)
and /work/SRC/openSUSE:Factory/.python-python-gammu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-gammu"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-gammu/python-python-gammu.changes
2015-04-25 09:54:22.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-gammu.new/python-python-gammu.changes
2015-05-16 07:14:49.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 12 21:50:40 UTC 2015 - [email protected]
+
+- update to 2.2
+ * Documentation improvements.
+ * Code cleanups.
+
+-------------------------------------------------------------------
Old:
----
python-gammu-2.1.tar.gz
New:
----
python-gammu-2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-gammu.spec ++++++
--- /var/tmp/diff_new_pack.xjsuB9/_old 2015-05-16 07:14:50.000000000 +0200
+++ /var/tmp/diff_new_pack.xjsuB9/_new 2015-05-16 07:14:50.000000000 +0200
@@ -17,7 +17,7 @@
Name: python-python-gammu
-Version: 2.1
+Version: 2.2
Release: 0
Summary: Python module to communicate with mobile phones
License: GPL-2.0
++++++ python-gammu-2.1.tar.gz -> python-gammu-2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.1/NEWS.rst
new/python-gammu-2.2/NEWS.rst
--- old/python-gammu-2.1/NEWS.rst 2015-04-15 09:33:36.000000000 +0200
+++ new/python-gammu-2.2/NEWS.rst 2015-05-12 09:58:51.000000000 +0200
@@ -1,3 +1,9 @@
+2.2
+===
+
+* Documentation improvements.
+* Code cleanups.
+
2.1
===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.1/PKG-INFO
new/python-gammu-2.2/PKG-INFO
--- old/python-gammu-2.1/PKG-INFO 2015-04-15 09:34:48.000000000 +0200
+++ new/python-gammu-2.2/PKG-INFO 2015-05-12 10:25:17.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-gammu
-Version: 2.1
+Version: 2.2
Summary: Gammu bindings
Home-page: http://wammu.eu/python-gammu/
Author: Michal Čihař
@@ -31,6 +31,18 @@
.. image:: https://scan.coverity.com/projects/4837/badge.svg
:target: https://scan.coverity.com/projects/4837
+ .. image:: https://img.shields.io/gratipay/Gammu.svg
+ :alt: Gratipay
+ :target: https://gratipay.com/Gammu/
+
+ .. image::
https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
+ :alt: Bountysource
+ :target:
https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
+
+ .. image:: https://img.shields.io/pypi/dm/python-gammu.svg
+ :alt: PyPI
+ :target: https://pypi.python.org/pypi/python-gammu/
+
Python bindings for Gammu library.
Homepage
@@ -43,6 +55,26 @@
GNU GPL version 2.
+ Installing
+ ==========
+
+ You can install in a usual way for Python modules using distutils, so
use
+ ``setup.py`` which is placed in the top level directory::
+
+ ./setup.py build
+ sudo ./setup.py install
+
+ You can also install it using pip installer::
+
+ pip install python-gammu
+
+ Requirements
+ ============
+
+ To compile python-gammu, you need Gammu development files (usually
shipped as
+ ``libgammu-dev`` or ``gammu-devel`` in Linux distributions) and
pkg-config,
+ which is used to discover location of dependencies.
+
Documentation
=============
@@ -72,5 +104,11 @@
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: C
Classifier: Topic :: Communications :: Telephony
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.1/README.rst
new/python-gammu-2.2/README.rst
--- old/python-gammu-2.1/README.rst 2015-04-15 09:33:36.000000000 +0200
+++ new/python-gammu-2.2/README.rst 2015-05-12 10:00:08.000000000 +0200
@@ -22,6 +22,18 @@
.. image:: https://scan.coverity.com/projects/4837/badge.svg
:target: https://scan.coverity.com/projects/4837
+.. image:: https://img.shields.io/gratipay/Gammu.svg
+ :alt: Gratipay
+ :target: https://gratipay.com/Gammu/
+
+.. image::
https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
+ :alt: Bountysource
+ :target:
https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
+
+.. image:: https://img.shields.io/pypi/dm/python-gammu.svg
+ :alt: PyPI
+ :target: https://pypi.python.org/pypi/python-gammu/
+
Python bindings for Gammu library.
Homepage
@@ -34,6 +46,26 @@
GNU GPL version 2.
+Installing
+==========
+
+You can install in a usual way for Python modules using distutils, so use
+``setup.py`` which is placed in the top level directory::
+
+ ./setup.py build
+ sudo ./setup.py install
+
+You can also install it using pip installer::
+
+ pip install python-gammu
+
+Requirements
+============
+
+To compile python-gammu, you need Gammu development files (usually shipped as
+``libgammu-dev`` or ``gammu-devel`` in Linux distributions) and pkg-config,
+which is used to discover location of dependencies.
+
Documentation
=============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.1/gammu/__init__.py
new/python-gammu-2.2/gammu/__init__.py
--- old/python-gammu-2.1/gammu/__init__.py 2015-03-18 14:53:04.000000000
+0100
+++ new/python-gammu-2.2/gammu/__init__.py 2015-05-12 09:58:51.000000000
+0200
@@ -23,9 +23,8 @@
from gammu._gammu import *
-__version__ = 'Gammu %s, python-gammu %s' % (
- Version()[0],
- Version()[1]
+__version__ = 'Gammu {0}, python-gammu {1}'.format(
+ *Version()
)
# Submodules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.1/python_gammu.egg-info/PKG-INFO
new/python-gammu-2.2/python_gammu.egg-info/PKG-INFO
--- old/python-gammu-2.1/python_gammu.egg-info/PKG-INFO 2015-04-15
09:34:48.000000000 +0200
+++ new/python-gammu-2.2/python_gammu.egg-info/PKG-INFO 2015-05-12
10:25:17.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-gammu
-Version: 2.1
+Version: 2.2
Summary: Gammu bindings
Home-page: http://wammu.eu/python-gammu/
Author: Michal Čihař
@@ -31,6 +31,18 @@
.. image:: https://scan.coverity.com/projects/4837/badge.svg
:target: https://scan.coverity.com/projects/4837
+ .. image:: https://img.shields.io/gratipay/Gammu.svg
+ :alt: Gratipay
+ :target: https://gratipay.com/Gammu/
+
+ .. image::
https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
+ :alt: Bountysource
+ :target:
https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
+
+ .. image:: https://img.shields.io/pypi/dm/python-gammu.svg
+ :alt: PyPI
+ :target: https://pypi.python.org/pypi/python-gammu/
+
Python bindings for Gammu library.
Homepage
@@ -43,6 +55,26 @@
GNU GPL version 2.
+ Installing
+ ==========
+
+ You can install in a usual way for Python modules using distutils, so
use
+ ``setup.py`` which is placed in the top level directory::
+
+ ./setup.py build
+ sudo ./setup.py install
+
+ You can also install it using pip installer::
+
+ pip install python-gammu
+
+ Requirements
+ ============
+
+ To compile python-gammu, you need Gammu development files (usually
shipped as
+ ``libgammu-dev`` or ``gammu-devel`` in Linux distributions) and
pkg-config,
+ which is used to discover location of dependencies.
+
Documentation
=============
@@ -72,5 +104,11 @@
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: C
Classifier: Topic :: Communications :: Telephony
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.1/setup.py
new/python-gammu-2.2/setup.py
--- old/python-gammu-2.1/setup.py 2015-04-13 16:42:16.000000000 +0200
+++ new/python-gammu-2.2/setup.py 2015-04-27 16:12:58.000000000 +0200
@@ -27,7 +27,7 @@
import os
# some defines
-VERSION = '2.1'
+VERSION = '2.2'
GAMMU_REQUIRED = '1.34.0'
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
@@ -126,6 +126,12 @@
'Operating System :: POSIX',
'Operating System :: Unix',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Programming Language :: C',
'Topic :: Communications :: Telephony'
],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.1/test/test_config.py
new/python-gammu-2.2/test/test_config.py
--- old/python-gammu-2.1/test/test_config.py 2015-04-13 15:28:46.000000000
+0200
+++ new/python-gammu-2.2/test/test_config.py 2015-05-12 09:58:51.000000000
+0200
@@ -20,7 +20,6 @@
import unittest
import tempfile
import gammu
-import sys
from .test_sms import PDU_DATA
@@ -91,7 +90,7 @@
"""
Executes gammu operation which causes debug logs.
"""
- sms = gammu.DecodePDU(PDU_DATA)
+ gammu.DecodePDU(PDU_DATA)
if filename is not None:
with open(filename, 'r') as handle:
self.assertTrue('SMS type: Status report' in handle.read())