mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
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 (From OE-Core rev: d899b50547e319cca8bea41301a4758e7635b6cf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b7225b36e0
commit
016eaa6001
22
meta/recipes-devtools/python/python3-gitdb_4.0.12.bb
Normal file
22
meta/recipes-devtools/python/python3-gitdb_4.0.12.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "A pure-Python git object database"
|
||||
HOMEPAGE = "http://github.com/gitpython-developers/gitdb"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528"
|
||||
|
||||
DEPENDS = "python3-smmap"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "gitdb"
|
||||
|
||||
SRC_URI[sha256sum] = "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571"
|
||||
|
||||
RDEPENDS:${PN} += "python3-compression \
|
||||
python3-crypt \
|
||||
python3-io \
|
||||
python3-mmap \
|
||||
python3-shell \
|
||||
python3-smmap \
|
||||
"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user