forked from pool/python-smpplib
Accepting request 1132130 from devel:languages:python
- 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/request/show/1132130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smpplib?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 8 16:04:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 4 07:55:32 UTC 2022 - pgajdos@suse.com
|
Wed May 4 07:55:32 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-smpplib
|
# 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>
|
# Copyright (c) 2016-2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-smpplib
|
Name: python-smpplib
|
||||||
Version: 2.2.1
|
Version: 2.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SMPP library for Python
|
Summary: SMPP library for Python
|
||||||
License: LGPL-2.0-only
|
License: LGPL-2.0-only
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76f353870e90c58778cac0872f6942c135ce67d756206a34befd9ff06c16432d
|
|
||||||
size 25744
|
|
3
smpplib-2.2.3.tar.gz
Normal file
3
smpplib-2.2.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58f51dd279779475e313d5a4c16f4fb9125eeafd680f088bbd575ff8b385c3e3
|
||||||
|
size 25798
|
Reference in New Issue
Block a user