diff mbox series

[meta-oe,01/44] dool: upgrade 1.3.1 -> 1.3.2

Message ID 1715677817-2223-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/44] dool: upgrade 1.3.1 -> 1.3.2 | expand

Commit Message

Mingyu Wang (Fujitsu) May 14, 2024, 9:09 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 meta-oe/recipes-support/dool/{dool_1.3.1.bb => dool_1.3.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/dool/{dool_1.3.1.bb => dool_1.3.2.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/dool/dool_1.3.1.bb b/meta-oe/recipes-support/dool/dool_1.3.2.bb
similarity index 93%
rename from meta-oe/recipes-support/dool/dool_1.3.1.bb
rename to meta-oe/recipes-support/dool/dool_1.3.2.bb
index b20f8b401..f7e403018 100644
--- a/meta-oe/recipes-support/dool/dool_1.3.1.bb
+++ b/meta-oe/recipes-support/dool/dool_1.3.2.bb
@@ -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"