]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-gitdb: upgrade 4.0.11 -> 4.0.12
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 7 Jan 2025 09:01:16 +0000 (17:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Jan 2025 15:26:24 +0000 (15:26 +0000)
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 <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-gitdb_4.0.12.bb [moved from meta/recipes-devtools/python/python3-gitdb_4.0.11.bb with 86% similarity]

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 25e1a2df7e060e3c6c5fc088d7401caa5ace9499..0b7eec876f28add2f996e4904e0e990124c90cf0 100644 (file)
@@ -10,7 +10,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "gitdb"
 
-SRC_URI[sha256sum] = "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b"
+SRC_URI[sha256sum] = "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571"
 
 RDEPENDS:${PN} += "python3-compression \
                    python3-crypt \