diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-07 17:01:16 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-09 15:26:50 +0000 |
| commit | 016eaa6001d5eb23f01486e6013dc03e46533a40 (patch) | |
| tree | 57a9433370438b441a742d08e9762f9f3261449b /meta/recipes-devtools/python | |
| parent | b7225b36e0c6316f02423a0cb858c9a858cb0165 (diff) | |
| download | poky-016eaa6001d5eb23f01486e6013dc03e46533a40.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-gitdb_4.0.12.bb (renamed from meta/recipes-devtools/python/python3-gitdb_4.0.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.12.bb index 25e1a2df7e..0b7eec876f 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 | |||
| 10 | 10 | ||
| 11 | PYPI_PACKAGE = "gitdb" | 11 | PYPI_PACKAGE = "gitdb" |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" | 13 | SRC_URI[sha256sum] = "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571" |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN} += "python3-compression \ | 15 | RDEPENDS:${PN} += "python3-compression \ |
| 16 | python3-crypt \ | 16 | python3-crypt \ |
