From 89ab0009134baa0fc17a6e08843b8cbbee877fffbc62d84f3622119755a1c561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 20 Aug 2021 07:43:59 +0000 Subject: [PATCH] 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 --- python-gammu-3.1.tar.bz2 | 3 --- python-gammu-3.2.3.tar.gz | 3 +++ python-python-gammu.changes | 12 ++++++++++++ python-python-gammu.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 python-gammu-3.1.tar.bz2 create mode 100644 python-gammu-3.2.3.tar.gz diff --git a/python-gammu-3.1.tar.bz2 b/python-gammu-3.1.tar.bz2 deleted file mode 100644 index b250484..0000000 --- a/python-gammu-3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd64feb2f2db45706df5d4e99409a40a3f03cfaf2e4ecbae9b98dc899e131f1a -size 122002 diff --git a/python-gammu-3.2.3.tar.gz b/python-gammu-3.2.3.tar.gz new file mode 100644 index 0000000..c1d8dc6 --- /dev/null +++ b/python-gammu-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ff72360e369072bd6b73989f14123ad29768559f51f01b635767fca10aade3 +size 144490 diff --git a/python-python-gammu.changes b/python-python-gammu.changes index 88eba62..e154888 100644 --- a/python-python-gammu.changes +++ b/python-python-gammu.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 19 19:34:43 UTC 2021 - Martin Hauke + +- 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 + ------------------------------------------------------------------- Fri May 28 09:08:37 UTC 2021 - pgajdos@suse.com diff --git a/python-python-gammu.spec b/python-python-gammu.spec index 6846583..42688b2 100644 --- a/python-python-gammu.spec +++ b/python-python-gammu.spec @@ -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