summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pythonping: Upgrade 1.1.0 -> 1.1.1Leon Anavi2022-01-201-11/+0
| | | | | | | | | | Upgrade to release 1.1.1: - Fix packet length representation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pythonping: Upgrade 1.0.16 -> 1.1.0Leon Anavi2021-06-091-0/+11
Upgrade to release 1.1.0: - Add a linux-like interval option to set the time to wait between pings, in seconds This is a BREAKING change to some extent. If you are using positional parameters, the interval option was added BEFORE some existing parameters, so you would end up filling the wrong parameter with your data. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>