From 441510fa20665b7920b149994e72b3a1cd62a813 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 31 May 2023 09:23:01 +0100 Subject: gentoo auto-resync : 31:05:2023 - 09:23:01 --- dev-python/aiohttp/Manifest | 2 +- dev-python/aiohttp/aiohttp-3.8.4.ebuild | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-python/aiohttp') diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest index 87af45b28c14..fad715280f81 100644 --- a/dev-python/aiohttp/Manifest +++ b/dev-python/aiohttp/Manifest @@ -1,3 +1,3 @@ DIST aiohttp-3.8.4.tar.gz 7338512 BLAKE2B 019e39eab7cfafe4ca2781c5efe7cc63ed16b5400c548a9a5169a98b59f4014c79bf1a32def1071ac4e1890dcfa583354a227ed2a541449dc725726216b7750b SHA512 ee193320d57161ba9d96b22502cea4eddb05d9586bde5ba1ce813e0bd149f62286ab8a76f120ef2a69f8bf882ab0605ca42103c0811fe53c7a024682ee31aa1e -EBUILD aiohttp-3.8.4.ebuild 2665 BLAKE2B e165581c51c9ef85edaef128e9810bd93696fb8fd7ed197c658a9be0d1253bd9c9baae0f99d7d488fd5cec07afe7072717b7fe435c667634e89aa4e5a9b6fbbe SHA512 859aab0f2b902d1ff60c9562948f62448782d3bb28e175dbed95d5b80882c60a7cc2ae6459f1ec1104b580d34764612fed28384c6dcf15d32b27101d97aead60 +EBUILD aiohttp-3.8.4.ebuild 2789 BLAKE2B 766ea163e801c7554213ce3dc5f2780b13ca3d9ba9974fbb95984c408286d2a7fb6c0f68716a51aaf29aefcfcff961396f2a0083229e85bc42adc64288c82230 SHA512 a19735a2eb32450af8817de0cfd61ccba42b96e96f0aeb6aa0a816b869119a3c6494464085ea81501c68c0924bade341b4aa235e82c53d8f9991f447aa67e6a8 MISC metadata.xml 490 BLAKE2B 5233af0b5e2668b1eb62278b05b62f24f1ab90f6d05b20dd9f1c5b54b846919c3fa28b843df28f5bfa320996d46de0e74c7a28bd0bef02aaaca14b1cec52baba SHA512 9b701c5c5a22b6aa94977a67bc40f3dc9df8337556952658a2a17ecaaa471cd7f7b5b8bf3a0088208087677555f0cbb8760c091b03b96ee70affe3e2b84cf6d5 diff --git a/dev-python/aiohttp/aiohttp-3.8.4.ebuild b/dev-python/aiohttp/aiohttp-3.8.4.ebuild index e3fbdacd5edb..02b5963e073f 100644 --- a/dev-python/aiohttp/aiohttp-3.8.4.ebuild +++ b/dev-python/aiohttp/aiohttp-3.8.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 multiprocessing pypi @@ -35,7 +35,6 @@ BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] test? ( app-arch/brotli[python,${PYTHON_USEDEP}] - dev-python/async_generator[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] www-servers/gunicorn[${PYTHON_USEDEP}] dev-python/pytest-forked[${PYTHON_USEDEP}] @@ -87,6 +86,10 @@ python_test() { local EPYTEST_DESELECT=( # Internet tests/test_client_session.py::test_client_session_timeout_zero + # broken by irrelevant deprecation warnings + tests/test_circular_imports.py::test_no_warnings + # TODO + tests/test_client_session.py::test_request_tracing_url_params ) case ${EPYTHON} in -- cgit v1.2.3