package/python-git: bump to version 3.1.46

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
James Hilliard
2026-01-02 18:00:33 -07:00
committed by Julien Olivain
parent 7ae976e003
commit 4d095402af
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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