14
0

- update to 2.2.3:

* Fix: correct UCS2 part length following #184, fixes #216
- update to 2.2.2:
  * Added python 3.10 tests to CircleCI
  * fix socket recv error being silently ignored
  * Refactored Client.read_pdu()
  * Refactored Client.send_pdu()
  * increment sequence of commands as spec (fixes #214)
- add missing six buildrequires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smpplib?expand=0&rev=10
This commit is contained in:
2023-12-08 16:04:52 +00:00
committed by Git OBS Bridge
parent 68d27ac44e
commit 4c3a238307
4 changed files with 18 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-smpplib
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2016-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-smpplib
Version: 2.2.1
Version: 2.2.3
Release: 0
Summary: SMPP library for Python
License: LGPL-2.0-only