diff --git a/python-smpplib.changes b/python-smpplib.changes index c9f5813..5cfbef6 100644 --- a/python-smpplib.changes +++ b/python-smpplib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 8 16:04:33 UTC 2023 - Dirk Müller + +- 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 @@ -14,7 +26,7 @@ Mon Nov 22 11:07:55 UTC 2021 - Martin Hauke ------------------------------------------------------------------- Mon Nov 8 10:09:48 UTC 2021 - Dirk Müller -- add missing six buildrequires +- add missing six buildrequires ------------------------------------------------------------------- Mon Oct 25 19:33:46 UTC 2021 - Martin Hauke diff --git a/python-smpplib.spec b/python-smpplib.spec index d94f277..15021f4 100644 --- a/python-smpplib.spec +++ b/python-smpplib.spec @@ -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 # # 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 diff --git a/smpplib-2.2.1.tar.gz b/smpplib-2.2.1.tar.gz deleted file mode 100644 index f719498..0000000 --- a/smpplib-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76f353870e90c58778cac0872f6942c135ce67d756206a34befd9ff06c16432d -size 25744 diff --git a/smpplib-2.2.3.tar.gz b/smpplib-2.2.3.tar.gz new file mode 100644 index 0000000..946d41e --- /dev/null +++ b/smpplib-2.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f51dd279779475e313d5a4c16f4fb9125eeafd680f088bbd575ff8b385c3e3 +size 25798