14
0

Accepting request 913212 from home:mnhauke

- Update to version 3.2.3
  * Fixed uninitalized memory usage in DeleteSMS.
- Update to version 3.2.2
  * Fixed metadata in published wheels.
  * Avoid using some of deprecated Python APIs.
- Update to version 3.2
  * Add support for polling on the async worker
  * Modernize codebase using pyupgrade, isort and black

OBS-URL: https://build.opensuse.org/request/show/913212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gammu?expand=0&rev=25
This commit is contained in:
2021-08-20 07:43:59 +00:00
committed by Git OBS Bridge
parent 65ce2949ad
commit 89ab000913
4 changed files with 17 additions and 5 deletions

View File

@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-python-gammu
Version: 3.1
Version: 3.2.3
Release: 0
Summary: Python module to communicate with mobile phones
License: GPL-2.0-or-later
Group: Development/Languages/Python
URL: https://wammu.eu/python-gammu/
Source: https://dl.cihar.com/python-gammu/python-gammu-%{version}.tar.bz2
Source: https://github.com/gammu/python-gammu/archive/refs/tags/%{version}.tar.gz#/python-gammu-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: gammu-devel >= 1.37.90