Hello community,
here is the log from the commit of package python-python-gammu for
openSUSE:Factory checked in at 2019-05-13 14:50:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-gammu (Old)
and /work/SRC/openSUSE:Factory/.python-python-gammu.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-gammu"
Mon May 13 14:50:07 2019 rev:8 rq:701752 version:2.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-gammu/python-python-gammu.changes
2018-01-09 14:53:36.014657246 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-gammu.new.5148/python-python-gammu.changes
2019-05-13 14:50:10.402733330 +0200
@@ -1,0 +2,7 @@
+Thu May 9 07:55:14 UTC 2019 - [email protected]
+
+- version update to 2.12
+ * meta and doc changes
+- convert to singlespec
+
+-------------------------------------------------------------------
Old:
----
python-gammu-2.11.tar.bz2
New:
----
python-gammu-2.12.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-gammu.spec ++++++
--- /var/tmp/diff_new_pack.3HNH2F/_old 2019-05-13 14:50:11.110735114 +0200
+++ /var/tmp/diff_new_pack.3HNH2F/_new 2019-05-13 14:50:11.110735114 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-gammu
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,28 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-gammu
-Version: 2.11
+Version: 2.12
Release: 0
Summary: Python module to communicate with mobile phones
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Development/Languages/Python
-Url: http://wammu.eu/python-gammu/
+URL: http://wammu.eu/python-gammu/
Source:
https://dl.cihar.com/python-gammu/python-gammu-%{version}.tar.bz2
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
BuildRequires: gammu-devel >= 1.37.90
BuildRequires: libdbi-drivers-dbd-sqlite3
-BuildRequires: pkg-config
-BuildRequires: python-devel
-BuildRequires: python-setuptools
-Obsoletes: python-gammu < %version
-Provides: python-gammu = %version
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
+BuildRequires: pkgconfig
+BuildRequires: python-rpm-macros
+Obsoletes: python-gammu < %{version}
+Provides: python-gammu = %{version}
+%python_subpackages
%description
This provides gammu module, that can work with any phone Gammu
@@ -44,25 +43,21 @@
%setup -q -n python-gammu-%{version}
%build
-CFLAGS="%{optflags}" python setup.py build
+export CFLAGS="%{optflags}"
+%python_build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
%check
# Need to limit tests due to brekage of libdbi
-python setup.py test \
- -s test.test_errors \
- -s test.test_config \
- -s test.test_dummy \
- -s test.test_sms \
- -s test.test_worker \
- -s test.test_backup \
- -s test.test_data
-
-%files
-%defattr(-,root,root,-)
-%doc COPYING README.rst AUTHORS examples/
+rm test/test_smsd.py
+export LANG=en_US.UTF-8
+%python_expand $python setup.py test -s test.test_dummy
+
+%files %{python_files}
+%license COPYING
+%doc README.rst AUTHORS examples/
%{python_sitearch}/*
%changelog
++++++ python-gammu-2.11.tar.bz2 -> python-gammu-2.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.11/NEWS.rst
new/python-gammu-2.12/NEWS.rst
--- old/python-gammu-2.11/NEWS.rst 2018-01-05 10:31:11.000000000 +0100
+++ new/python-gammu-2.12/NEWS.rst 2019-02-22 08:29:18.000000000 +0100
@@ -1,3 +1,8 @@
+2.12
+====
+
+* Windows binaries built with Gammu 1.40.0.
+
2.11
====
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.11/PKG-INFO
new/python-gammu-2.12/PKG-INFO
--- old/python-gammu-2.11/PKG-INFO 2018-01-05 15:10:33.000000000 +0100
+++ new/python-gammu-2.12/PKG-INFO 2019-02-23 09:46:09.000000000 +0100
@@ -1,13 +1,12 @@
Metadata-Version: 1.1
Name: python-gammu
-Version: 2.11
+Version: 2.12
Summary: Gammu bindings
Home-page: https://wammu.eu/python-gammu/
Author: Michal Cihar
Author-email: [email protected]
License: GPLv2+
Download-URL: https://wammu.eu/download/python-gammu/
-Description-Content-Type: UNKNOWN
Description: python-gammu
============
@@ -22,21 +21,15 @@
.. image::
https://api.codacy.com/project/badge/Grade/c7e87df480fb4609aa48482873f5c46b
:target: https://www.codacy.com/app/Gammu/python-gammu
- .. image::
https://scrutinizer-ci.com/g/gammu/python-gammu/badges/quality-score.png?b=master
- :target:
https://scrutinizer-ci.com/g/gammu/python-gammu/?branch=master
-
- .. image::
https://landscape.io/github/gammu/python-gammu/master/landscape.svg?style=flat
- :target: https://landscape.io/github/gammu/python-gammu/master
-
.. image:: https://coveralls.io/repos/gammu/python-gammu/badge.svg
:target: https://coveralls.io/r/gammu/python-gammu
.. 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://img.shields.io/liberapay/receives/Gammu.svg
+ :alt: Liberapay
+ :target: https://liberapay.com/Gammu/donate
.. image::
https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
:alt: Bountysource
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.11/README.rst
new/python-gammu-2.12/README.rst
--- old/python-gammu-2.11/README.rst 2018-01-05 10:28:45.000000000 +0100
+++ new/python-gammu-2.12/README.rst 2019-02-22 08:32:05.000000000 +0100
@@ -12,21 +12,15 @@
.. image::
https://api.codacy.com/project/badge/Grade/c7e87df480fb4609aa48482873f5c46b
:target: https://www.codacy.com/app/Gammu/python-gammu
-.. image::
https://scrutinizer-ci.com/g/gammu/python-gammu/badges/quality-score.png?b=master
- :target: https://scrutinizer-ci.com/g/gammu/python-gammu/?branch=master
-
-.. image::
https://landscape.io/github/gammu/python-gammu/master/landscape.svg?style=flat
- :target: https://landscape.io/github/gammu/python-gammu/master
-
.. image:: https://coveralls.io/repos/gammu/python-gammu/badge.svg
:target: https://coveralls.io/r/gammu/python-gammu
.. 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://img.shields.io/liberapay/receives/Gammu.svg
+ :alt: Liberapay
+ :target: https://liberapay.com/Gammu/donate
.. image::
https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
:alt: Bountysource
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.11/examples/filesystem_test.py
new/python-gammu-2.12/examples/filesystem_test.py
--- old/python-gammu-2.11/examples/filesystem_test.py 2018-01-05
10:28:45.000000000 +0100
+++ new/python-gammu-2.12/examples/filesystem_test.py 2019-02-23
09:28:36.000000000 +0100
@@ -244,7 +244,7 @@
# Check AddFolder
print("\n\nExpection: Creation of a folder on the memorycard \"42alpha\"")
- file_f = state_machine.AddFolder(unicode(args.folder), u"42alpha")
+ state_machine.AddFolder(unicode(args.folder), u"42alpha")
# Check GetFolderListing again *wired*
print("\n\nExpection: Print properties of newly created folder")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.11/python_gammu.egg-info/PKG-INFO
new/python-gammu-2.12/python_gammu.egg-info/PKG-INFO
--- old/python-gammu-2.11/python_gammu.egg-info/PKG-INFO 2018-01-05
15:10:33.000000000 +0100
+++ new/python-gammu-2.12/python_gammu.egg-info/PKG-INFO 2019-02-23
09:46:08.000000000 +0100
@@ -1,13 +1,12 @@
Metadata-Version: 1.1
Name: python-gammu
-Version: 2.11
+Version: 2.12
Summary: Gammu bindings
Home-page: https://wammu.eu/python-gammu/
Author: Michal Cihar
Author-email: [email protected]
License: GPLv2+
Download-URL: https://wammu.eu/download/python-gammu/
-Description-Content-Type: UNKNOWN
Description: python-gammu
============
@@ -22,21 +21,15 @@
.. image::
https://api.codacy.com/project/badge/Grade/c7e87df480fb4609aa48482873f5c46b
:target: https://www.codacy.com/app/Gammu/python-gammu
- .. image::
https://scrutinizer-ci.com/g/gammu/python-gammu/badges/quality-score.png?b=master
- :target:
https://scrutinizer-ci.com/g/gammu/python-gammu/?branch=master
-
- .. image::
https://landscape.io/github/gammu/python-gammu/master/landscape.svg?style=flat
- :target: https://landscape.io/github/gammu/python-gammu/master
-
.. image:: https://coveralls.io/repos/gammu/python-gammu/badge.svg
:target: https://coveralls.io/r/gammu/python-gammu
.. 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://img.shields.io/liberapay/receives/Gammu.svg
+ :alt: Liberapay
+ :target: https://liberapay.com/Gammu/donate
.. image::
https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
:alt: Bountysource
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-gammu-2.11/setup.py
new/python-gammu-2.12/setup.py
--- old/python-gammu-2.11/setup.py 2018-01-05 10:28:45.000000000 +0100
+++ new/python-gammu-2.12/setup.py 2019-02-22 08:29:18.000000000 +0100
@@ -36,7 +36,7 @@
import sys
# some defines
-VERSION = '2.11'
+VERSION = '2.12'
GAMMU_REQUIRED = '1.37.90'
README_FILE = os.path.join(os.path.dirname(__file__), 'README.rst')
with codecs.open(README_FILE, 'r', 'utf-8') as readme: