diff options
| author | Narpat Mali <narpat.mali@windriver.com> | 2023-08-24 12:22:19 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-30 04:52:35 -1000 |
| commit | 4c9e8b0390309a5633b3835101a860701acc8fcb (patch) | |
| tree | e26da7560694b8d8373869ceca015fa67cd73aec | |
| parent | b8426203d553638348b1e4cd6e6f75f10d69d57e (diff) | |
| download | poky-4c9e8b0390309a5633b3835101a860701acc8fcb.tar.gz | |
python3-git: upgrade 3.1.31 -> 3.1.32
The delta between 3.1.31 & 3.1.32 contains the CVE-2023-40267 fix and other bugfixes.
Changelog:
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.32
- Bump cygwin/cygwin-install-action from 3 to 4 by @dependabot in #1572
- Fix up the commit trailers functionality by @itsluketwist in #1576
- Name top-level exceptions as private variables by @Hawk777 in #1590
- fix pypi long description by @eUgEntOptIc44 in #1603
- Don't rely on del by @r-darwish in #1606
- Block insecure non-multi options in clone/clone_from by @Beuc in #1609
(From OE-Core rev: fd38c8d91f95b44ea7b833772b9a07e1f1d74479)
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-devtools/python/python3-git_3.1.32.bb (renamed from meta/recipes-devtools/python/python3-git_3.1.31.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.31.bb b/meta/recipes-devtools/python/python3-git_3.1.32.bb index 08b9f66bcb..f217577eb8 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.31.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.32.bb | |||
| @@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython" | |||
| 12 | 12 | ||
| 13 | inherit pypi python_setuptools_build_meta | 13 | inherit pypi python_setuptools_build_meta |
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573" | 15 | SRC_URI[sha256sum] = "8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6" |
| 16 | 16 | ||
| 17 | DEPENDS += " ${PYTHON_PN}-gitdb" | 17 | DEPENDS += " ${PYTHON_PN}-gitdb" |
| 18 | 18 | ||
