diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-17 17:10:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-21 11:52:25 +0100 |
commit | ef058f91cfb93ab210ff69d70c68116b9559fad0 (patch) | |
tree | 6a1be3a21762a78d6b2e1dc041fbc5fd1f83001c | |
parent | 27efbbdbbae5842973744abeb8279a64eb350352 (diff) | |
download | poky-ef058f91cfb93ab210ff69d70c68116b9559fad0.tar.gz |
python3-git: upgrade 3.1.31 -> 3.1.32
Changelog:
===========
-Block insecure non-multi options in clone/clone_from
-Don't rely on __del__
-fix pypi long description
-Name top-level exceptions as private variables
-commit trailers should be a list instead of a dictionary
-Fix up the commit trailers functionality
(From OE-Core rev: 8320d23b1d90f8e7454573c59d8fd360565acf48)
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>
-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 | ||