Сравнение aioresponses-0.7.8-r2 с aioresponses-0.7.9

/usr/portage/dev-python/aioresponses/aioresponses-0.7.9.ebuild 2026-08-20 20:03:04.665348705 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{11..14} )
7
PYTHON_COMPAT=( python3_{12..15} )
8 8

  
9 9
inherit distutils-r1 pypi
10 10

  
......
19 19
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
20 20

  
21 21
RDEPEND="
22
	>=dev-python/aiohttp-3.3.0[${PYTHON_USEDEP}]
22
	>=dev-python/aiohttp-3.8[${PYTHON_USEDEP}]
23 23
"
24 24
BDEPEND="
25 25
	dev-python/pbr[${PYTHON_USEDEP}]
......
28 28
	)
29 29
"
30 30

  
31
distutils_enable_sphinx docs
32
EPYTEST_PLUGINS=()
31
EPYTEST_PLUGINS=( pytest-asyncio )
33 32
distutils_enable_tests pytest
34 33

  
35 34
PATCHES=(
36 35
	# https://github.com/pnuckowski/aioresponses/pull/292
37
	"${FILESDIR}/${P}-aiohttp-3.14.patch"
36
	"${FILESDIR}/${PN}-0.7.8-aiohttp-3.14.patch"
38 37
)
39 38

  
40 39
EPYTEST_DESELECT=(
Спасибо!