Diff GitPython-3.1.32 with a GitPython-3.1.33

/usr/portage/dev-python/GitPython/GitPython-3.1.33.ebuild 2023-10-09 14:52:30.244368369 +0300
29 29

  
30 30
LICENSE="BSD"
31 31
SLOT="0"
32
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
32
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
33 33

  
34 34
RDEPEND="
35 35
	dev-vcs/git
......
69 69
		test/test_installation.py
70 70
		# Internet
71 71
		test/test_repo.py::TestRepo::test_leaking_password_in_clone_logs
72
		test/test_quick_doc.py::QuickDoc::test_cloned_repo_object
72 73
		# requires which(1)
73 74
		# https://github.com/gitpython-developers/GitPython/pull/1525
74 75
		test/test_git.py::TestGit::test_refresh
Thank you!