dool: upgrade 1.3.1 -> 1.3.2

Changelog:
==========
-Publish on PyPI
-Add a new --dstat option to emulate old functionality
-Remove code paths for Python 2.x as we're 100% Python 3.x now (and have been for a long time)
-Add documentation about bits vs bytes to refer tickets to when we get questions
-Fixes for long names on --top-io-adv plugin
-The --freespace plugin can now optionally take a comma separate list of mount points now

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-05-14 17:09:34 +08:00
committed by Khem Raj
parent fbb5911127
commit f6998200a5
@@ -12,7 +12,7 @@ RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell pyth
SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
"
SRCREV = "30847c748483bc088549486292232d805b086b1f"
SRCREV = "b2862905be841232c9e36ce1e059d3fe34ef0cdf"
S = "${WORKDIR}/git"