From: Wang Mingyu Date: Tue, 7 Jan 2025 09:01:16 +0000 (+0800) Subject: python3-gitdb: upgrade 4.0.11 -> 4.0.12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d899b50547e319cca8bea41301a4758e7635b6cf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-gitdb: upgrade 4.0.11 -> 4.0.12 Changelog: =========== - Never add a vendored smmap directory to sys.path - Revise and update the readme - Set Dependabot submodule update cadence to weekly - Add missing asserts in test_base.py - Use contextlib.suppress instead of except: pass - Add support for Python 3.13 - Potential Race Condition Fix - OS Rename & Chmod - PermissionError - Bump gitdb/ext/smmap from 256c5a2 to 04dd210 - Bump actions/setup-python from 4 to 5 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.12.bb similarity index 86% rename from meta/recipes-devtools/python/python3-gitdb_4.0.11.bb rename to meta/recipes-devtools/python/python3-gitdb_4.0.12.bb index 25e1a2df7e0..0b7eec876f2 100644 --- a/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb +++ b/meta/recipes-devtools/python/python3-gitdb_4.0.12.bb @@ -10,7 +10,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "gitdb" -SRC_URI[sha256sum] = "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" +SRC_URI[sha256sum] = "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571" RDEPENDS:${PN} += "python3-compression \ python3-crypt \