14
0

Accepting request 927344 from home:mnhauke

- Update to version 2.2.0
  * New: allow customizing how error PDUs are handled
  * New: ignoring unknown optional parameters
  * New: add the option to create TLS/SSL sockets
  * Fix: the max check should include the NULL terminator
  * Fix: not always setting the socket timeout
  * Fix: add mandatory parameters to GenericNack command
  * Fix: handle errors on PDU payload retrieval
- Drop patch:
  * python-smpplib-use-unittest-mock.patch

OBS-URL: https://build.opensuse.org/request/show/927344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smpplib?expand=0&rev=4
This commit is contained in:
2021-11-06 10:35:50 +00:00
committed by Git OBS Bridge
parent 9fe012374e
commit 973190aaa8
5 changed files with 23 additions and 66 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Oct 25 19:33:46 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.2.0
* New: allow customizing how error PDUs are handled
* New: ignoring unknown optional parameters
* New: add the option to create TLS/SSL sockets
* Fix: the max check should include the NULL terminator
* Fix: not always setting the socket timeout
* Fix: add mandatory parameters to GenericNack command
* Fix: handle errors on PDU payload retrieval
- Drop patch:
* python-smpplib-use-unittest-mock.patch
-------------------------------------------------------------------
Mon Sep 7 07:26:54 UTC 2020 - Martin Hauke <mardnh@gmx.de>