Diff aiohttp-socks-0.10.1 with a aiohttp-socks-0.11.0

/usr/portage/dev-python/aiohttp-socks/aiohttp-socks-0.11.0.ebuild 2026-01-17 11:18:06.203514584 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
38 38

  
39 39
EPYTEST_PLUGINS=( pytest-asyncio )
40 40
distutils_enable_tests pytest
41

  
42
PATCHES=(
43
	# https://github.com/romis2012/aiohttp-socks/pull/53
44
	# https://github.com/romis2012/aiohttp-socks/commit/0d8800233dc8aa7384abaf02ebf3543d3d2dea97
45
	"${FILESDIR}/${P}-test.patch"
46
)
Thank you!