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

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 19 19:34:43 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- 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