From 9acad520efe76368cf924cfa52c972e7319611b0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 4 Jan 2023 12:05:18 +0100 Subject: [PATCH] python3-gitdb: upgrade 4.0.9 -> 4.0.10 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-gitdb.inc | 2 +- .../python/{python3-gitdb_4.0.9.bb => python3-gitdb_4.0.10.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-gitdb_4.0.9.bb => python3-gitdb_4.0.10.bb} (100%) diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc index 9482964f30b..d92d6453d84 100644 --- a/meta/recipes-devtools/python/python-gitdb.inc +++ b/meta/recipes-devtools/python/python-gitdb.inc @@ -8,7 +8,7 @@ inherit pypi PYPI_PACKAGE = "gitdb" -SRC_URI[sha256sum] = "bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa" +SRC_URI[sha256sum] = "6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a" DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.9.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.10.bb similarity index 100% rename from meta/recipes-devtools/python/python3-gitdb_4.0.9.bb rename to meta/recipes-devtools/python/python3-gitdb_4.0.10.bb -- 2.47.3