From 39401b65920455ac06a257ad3bf2e03cade64a44 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 02 Apr 2024 08:07:50 +0200
Subject: [PATCH] python/GitPython: update to 3.1.43

---
 components/python/GitPython/Makefile |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/components/python/GitPython/Makefile b/components/python/GitPython/Makefile
index ecc520d..1d73ed8 100644
--- a/components/python/GitPython/Makefile
+++ b/components/python/GitPython/Makefile
@@ -19,13 +19,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		GitPython
-HUMAN_VERSION =			3.1.42
+HUMAN_VERSION =			3.1.43
 COMPONENT_SUMMARY =		GitPython - GitPython is a Python library used to interact with Git repositories
 COMPONENT_PROJECT_URL =		https://github.com/gitpython-developers/GitPython
 COMPONENT_ARCHIVE_URL =		\
 	https://github.com/gitpython-developers/GitPython/archive/refs/tags/$(HUMAN_VERSION).tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:3efdd8a24dadbd1f8bce92959d474f87b376e46be179ecce6f09e5fc67bb57d6
+	sha256:f87dfd8e0d0fce15690a5e84b92d3b02710161e116fda5d5f2324144b2cca23d
 COMPONENT_LICENSE =		BSD-3-Clause
 COMPONENT_LICENSE_FILE =	LICENSE
 
@@ -53,9 +53,6 @@
 # Force no colors to override defaults in tox.ini
 TOX_POSARGS += --color=no
 
-# https://github.com/gitpython-developers/GitPython/issues/1797
-PYTEST_ADDOPTS += --ignore test/test_index.py
-
 # Manually added test dependencies
 TEST_REQUIRED_PACKAGES += developer/versioning/git
 
@@ -64,7 +61,6 @@
 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
 PYTHON_REQUIRED_PACKAGES += library/python/wheel
 PYTHON_REQUIRED_PACKAGES += runtime/python
-TEST_REQUIRED_PACKAGES.python += library/python/black
 TEST_REQUIRED_PACKAGES.python += library/python/coverage
 TEST_REQUIRED_PACKAGES.python += library/python/ddt
 TEST_REQUIRED_PACKAGES.python += library/python/mypy
@@ -73,3 +69,4 @@
 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
 TEST_REQUIRED_PACKAGES.python += library/python/tomli
+TEST_REQUIRED_PACKAGES.python += library/python/typing-extensions

--
Gitblit v1.9.3