diff options
| author | Narpat Mali <narpat.mali@windriver.com> | 2023-08-25 11:55:22 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-30 04:46:36 -1000 |
| commit | e42cc7d900fd2f1b6a12184cb3e4c81d5bda5206 (patch) | |
| tree | 8745d0e17825bc005637b63c2419659bd4b5bc31 /meta/recipes-devtools/python/python3-git_3.1.27.bb | |
| parent | 1ba2a99f23f4024bbe1a9188453eef2c9c9ebb84 (diff) | |
| download | poky-e42cc7d900fd2f1b6a12184cb3e4c81d5bda5206.tar.gz | |
python3-git: upgrade 3.1.27 -> 3.1.32
The delta between 3.1.27 & 3.1.32 contains the CVE-2022-24439 &
CVE-2023-40267 fixes and other bugfixes.
Changelog:
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.32
https://gitpython.readthedocs.io/en/stable/changes.html#id5
- 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
- Fix Sphinx rendering errors by @stephan-cr in #1524
- tests: Use command -v instead of third-party which program by @mgorny in #1525
- fix/add allow_unsafe_* params in docstrings + fix typo by @obfusk in #1530
- use tempfile.TemporaryDirectory & fix clone_from_unsafe_protocol tests by @obfusk in #1531
- Fix some resource leaks by open file handles by @marlamb in #1532
- fix files list on file rename by @teknoraver in #1537
- Declare support for Python 3.11 by @hugovk in #1541
- Fix ignored by @Lightborne in #1545
- Fix timezone parsing functions for non-hour timezones by @jcowgill in #1547
- Enable user to override default diff -M arg by @mellowed100 in #1551
- Remove optional from two member variables by @Sineaggi in #1550
- Fix RecursionError when iterating streams by @eric-wieser in #1554
- Fix get_values() so it correctly loads section names by @Codym48 in #1555
- Add datetime.datetime type to commit_date and author_date by @SergeantMenacingGarlic in #1501
- Bump cygwin/cygwin-install-action from 2 to 3 by @dependabot in #1514
- Fix command injection by @stsewd in #1518
- Document PushInfoList by @skinitimski in #1522
- Fix type hint on create_tag by @drewcassidy in #1523
- Block insecure options and protocols by default by @stsewd in #1521
- Make the git.__version__ re-appear.
(From OE-Core rev: 8ceaeff90023e51c7e874464f026b30d24035bda)
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-git_3.1.27.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-git_3.1.27.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.27.bb b/meta/recipes-devtools/python/python3-git_3.1.27.bb deleted file mode 100644 index 1bd1426926..0000000000 --- a/meta/recipes-devtools/python/python3-git_3.1.27.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "Python library used to interact with Git repositories" | ||
| 2 | DESCRIPTION = "GitPython provides object model read and write access to \ | ||
| 3 | a git repository. Access repository information conveniently, alter the \ | ||
| 4 | index directly, handle remotes, or go down to low-level object database \ | ||
| 5 | access with big-files support." | ||
| 6 | HOMEPAGE = "http://github.com/gitpython-developers/GitPython" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "BSD-3-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8b8d26c37c1d5a04f9b0186edbebc183" | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "GitPython" | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta | ||
| 14 | |||
| 15 | SRC_URI += "file://0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch \ | ||
| 16 | file://0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704" | ||
| 20 | |||
| 21 | DEPENDS += " ${PYTHON_PN}-gitdb" | ||
| 22 | |||
| 23 | RDEPENDS:${PN} += " \ | ||
| 24 | ${PYTHON_PN}-datetime \ | ||
| 25 | ${PYTHON_PN}-gitdb \ | ||
| 26 | ${PYTHON_PN}-io \ | ||
| 27 | ${PYTHON_PN}-logging \ | ||
| 28 | ${PYTHON_PN}-math \ | ||
| 29 | ${PYTHON_PN}-netclient \ | ||
| 30 | ${PYTHON_PN}-stringold \ | ||
| 31 | ${PYTHON_PN}-unittest \ | ||
| 32 | ${PYTHON_PN}-unixadmin \ | ||
| 33 | git \ | ||
| 34 | " | ||
| 35 | |||
| 36 | BBCLASSEXTEND = "native nativesdk" | ||
