From 4d095402afe4659eed495b3e4149b0fd35c19eb8 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Fri, 2 Jan 2026 18:00:33 -0700 Subject: [PATCH] package/python-git: bump to version 3.1.46 Signed-off-by: James Hilliard Signed-off-by: Julien Olivain --- package/python-git/python-git.hash | 4 ++-- package/python-git/python-git.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-git/python-git.hash b/package/python-git/python-git.hash index aac8b3fab0..cda8ae49e1 100644 --- a/package/python-git/python-git.hash +++ b/package/python-git/python-git.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/gitpython/json -md5 14e2083b71e235ba4d81fa485ce9153d gitpython-3.1.44.tar.gz -sha256 c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269 gitpython-3.1.44.tar.gz +md5 e011828008698572f60dbc3a798e594d gitpython-3.1.46.tar.gz +sha256 400124c7d0ef4ea03f7310ac2fbf7151e09ff97f2a3288d64a440c584a29c37f gitpython-3.1.46.tar.gz # Locally computed sha256 checksums sha256 86fc94c321a9afbc11514713511bafded225f25100dcc0f7350e82bc231b8beb LICENSE diff --git a/package/python-git/python-git.mk b/package/python-git/python-git.mk index 318cb614f0..49cd04f66c 100644 --- a/package/python-git/python-git.mk +++ b/package/python-git/python-git.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_GIT_VERSION = 3.1.44 +PYTHON_GIT_VERSION = 3.1.46 PYTHON_GIT_SOURCE = gitpython-$(PYTHON_GIT_VERSION).tar.gz -PYTHON_GIT_SITE = https://files.pythonhosted.org/packages/c0/89/37df0b71473153574a5cdef8f242de422a0f5d26d7a9e231e6f169b4ad14 +PYTHON_GIT_SITE = https://files.pythonhosted.org/packages/df/b5/59d16470a1f0dfe8c793f9ef56fd3826093fc52b3bd96d6b9d6c26c7e27b PYTHON_GIT_LICENSE = BSD-3-Clause PYTHON_GIT_LICENSE_FILES = LICENSE PYTHON_GIT_SETUP_TYPE = setuptools