Diff sphinxcontrib-bibtex-2.5.0 with a sphinxcontrib-bibtex-2.6.0

/usr/portage/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.0.ebuild 2023-10-09 14:52:30.380368373 +0300
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7 7
PYPI_NO_NORMALIZE=1
8
PYTHON_COMPAT=( python3_{9..11} )
8
PYTHON_COMPAT=( python3_{10..11} )
9 9

  
10 10
inherit distutils-r1 pypi
11 11

  
12 12
DESCRIPTION="Sphinx extensions for BibTeX style citations"
13
HOMEPAGE="https://github.com/mcmtroffaes/sphinxcontrib-bibtex"
13
HOMEPAGE="
14
	https://github.com/mcmtroffaes/sphinxcontrib-bibtex/
15
	https://pypi.org/project/sphinxcontrib-bibtex/
16
"
14 17

  
15 18
LICENSE="BSD"
16 19
SLOT="0"
......
21 24
	>=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}]
22 25
	>=dev-python/pybtex-0.24[${PYTHON_USEDEP}]
23 26
	>=dev-python/pybtex-docutils-1.0.0[${PYTHON_USEDEP}]
24
	>=dev-python/sphinx-2.1[${PYTHON_USEDEP}]
27
	>=dev-python/sphinx-3.5[${PYTHON_USEDEP}]
25 28
"
26 29
BDEPEND="
27 30
	test? (
Thank you!