support/scripts/pkg-stats: store latest version in a dict
authorHeiko Thiery <heiko.thiery@gmail.com>
Sat, 7 Mar 2020 07:56:22 +0000 (08:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 7 Mar 2020 14:59:14 +0000 (15:59 +0100)
commitc46e7071829a5af934e0b7d894d74988b0c0631e
tree551c523c3b2156071221cc59603b405827db3c92
parent28adf09b8993970eadd63d7a8401d3c2bf3b7235
support/scripts/pkg-stats: store latest version in a dict

This patch changes the type of the latest_version variable to a dict.
This is for better readability/usability of the data. With this the json
output is more descriptive in later processing of the json output.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/pkg-stats