From 72199f16d3c556320ff1cf7d833ec00b8af4037f Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Fri, 8 May 2026 23:33:04 +0200 Subject: [PATCH] python3-GitPython: update to 3.1.49. --- srcpkgs/python3-GitPython/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template index 886b08764005a6..5fae451e892768 100644 --- a/srcpkgs/python3-GitPython/template +++ b/srcpkgs/python3-GitPython/template @@ -1,7 +1,7 @@ # Template file for 'python3-GitPython' pkgname=python3-GitPython -version=3.1.31 -revision=4 +version=3.1.49 +revision=1 build_style=python3-module make_check_args="--deselect test/test_base.py::TestBase::test_with_rw_remote_and_rw_repo --deselect test/test_git.py::TestGit::test_refresh @@ -10,14 +10,14 @@ make_check_args="--deselect test/test_base.py::TestBase::test_with_rw_remote_and hostmakedepends="python3-setuptools" depends="python3-gitdb git" checkdepends="${depends} python3-pytest-sugar python3-coverage python3-pytest-cov python3-toml - python3-mypy flake8 python3-ddt git python3-virtualenv" + python3-mypy flake8 python3-ddt git python3-virtualenv python3-pytest-mock" short_desc="Library to interact with Git repositories (Python3)" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/gitpython-developers/GitPython" changelog="https://raw.githubusercontent.com/gitpython-developers/GitPython/main/doc/source/changes.rst" distfiles="https://github.com/gitpython-developers/GitPython/archive/refs/tags/${version}.tar.gz" -checksum=2b3f42819402642effd574823ea9f7022f20b53b3245d7570d385a48163f6117 +checksum=2d16ae394bf62c5a0dc4f2cbdeba9cfb485bf3c5740f8fa670f27481d46841bc post_install() { vlicense LICENSE