summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-smpplib_2.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-smpplib: upgrade 2.1.0 -> 2.2.0zangrc2021-11-011-0/+30
License-Update: README.md is modified as follows - client = smpplib.client.Client('example.com', SOMEPORTNUMBER) + client = smpplib.client.Client('example.com', SOMEPORTNUMBER, allow_unknown_opt_params=True) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>