commit: 508aed4808cb95855ece91b72366acf6a88329d5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 19 12:39:01 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 19 12:58:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508aed48
dev-python/botocore: Unblock urllib3-2 again Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{botocore-1.29.136.ebuild => botocore-1.29.136-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/botocore/botocore-1.29.136.ebuild b/dev-python/botocore/botocore-1.29.136-r1.ebuild similarity index 73% rename from dev-python/botocore/botocore-1.29.136.ebuild rename to dev-python/botocore/botocore-1.29.136-r1.ebuild index b446172b3f31..3ced99abe4ff 100644 --- a/dev-python/botocore/botocore-1.29.136.ebuild +++ b/dev-python/botocore/botocore-1.29.136-r1.ebuild @@ -31,7 +31,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] <dev-python/jmespath-2[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] - <dev-python/urllib3-1.27[${PYTHON_USEDEP}] >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}] " BDEPEND=" @@ -67,6 +66,13 @@ python_test() { tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME # TODO tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider + # urllib3-2 compatibility, mock relies on implementation details + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_no_response_from_server + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_returned + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_sends_307 + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_sends_connection_header + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_handles_expect_100_with_different_reason_phrase + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_state_reset_on_connection_close ) epytest tests/{functional,unit} -n "$(makeopts_jobs)"