mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
dev-python/moto: Bump to 5.1.18
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
c280573b48
commit
938d984e7c
@ -5,3 +5,5 @@ DIST moto-5.1.16.tar.gz 8229581 BLAKE2B fdeb2328cf56d40066a255324f60e7eeefe56d04
|
||||
DIST moto-5.1.16.tar.gz.provenance 9051 BLAKE2B 48ea31f04f0d0404ab12ef34d26fa7de30db57946dc278518c61dcf89da58cc496de58af6efb99b1c118bfb7cbf43e83dc742814e5931f698982303859f73a35 SHA512 44cb8ccb1340d095f93d3f9d02ca72b0b83a0970d97dcf20261be7fe1f996b01cfc55de8218d92ba55b7f9a5630daf38791622bfee1f1065099689a755f22dfa
|
||||
DIST moto-5.1.17.tar.gz 8250034 BLAKE2B 4b68e76621d4c944086efcb22006d4c180277ec538536b22a85ab689580835e756c4ebb5d8b6496f7dacde696ae2eaca10a731a0f3219ca7b9e9c2bf6f1b5c70 SHA512 af90dff12063ebc6f67f78a0e7cf45be35a62a8c3cb364a4b2309ea6e5ffd29eeb5515533578a17c8c0dfef8444a01c3435c79724948d7680c0fd575dc932899
|
||||
DIST moto-5.1.17.tar.gz.provenance 9192 BLAKE2B fbaae04df8ba47aea6c6584bd2d6a44ccbe717947438c9bd7447703a23ebca82ecfbd7f9c68f5af6b255f9166a104207d64a6d1f69fbfd775a83e1b7607a2230 SHA512 5207f9933b334ec4b70a5f3198d44da3bf04f9990cd03bbc22263003026262d73532b0dc35951ae05a09fe904e5ec83c24d4ad26f4b54b27b7220fb02762a50a
|
||||
DIST moto-5.1.18.tar.gz 8271655 BLAKE2B a95f1ac9e50f88cb64f52fa87a368d81e854b7fc6cffd6cd971b076eb9a9b766c7bfc775f4793decaa0ed812b82449096c105ec3f6d876fd9b6e467464b7c81c SHA512 382392f4ca6d7cad262892d4e938c41e43e2af4cad6256eb168e9fcc7b7bfde37a6a05be9cdb54cd9dc73c0815106cebedf6f283cbd41562cc86543bc5e763a3
|
||||
DIST moto-5.1.18.tar.gz.provenance 9231 BLAKE2B c9461fecf4969c0f81e329e503a61a8d655dc9cc067e7e5e6cda762ba6698c1bc5bd6060a66fba40294092a176a205bc8c1aaf4c3143e711d0368f86b61f0b7f SHA512 63501e538fb69e42767670ed2c1133737d6336665084db35f58662a413918b6915b17ac1fa008de80f2a56925cd613526fcfaa8f35b3fec0c1e81d347d05673a
|
||||
|
||||
114
dev-python/moto/moto-5.1.18.ebuild
Normal file
114
dev-python/moto/moto-5.1.18.ebuild
Normal file
@ -0,0 +1,114 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_VERIFY_REPO=https://github.com/getmoto/moto
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 pypi toolchain-funcs
|
||||
|
||||
DESCRIPTION="Mock library for boto"
|
||||
HOMEPAGE="
|
||||
https://github.com/getmoto/moto/
|
||||
https://pypi.org/project/moto/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]
|
||||
dev-python/boto3[${PYTHON_USEDEP}]
|
||||
>=dev-python/botocore-1.35.47[${PYTHON_USEDEP}]
|
||||
>=dev-python/cfn-lint-0.40.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-35.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/cookies[${PYTHON_USEDEP}]
|
||||
>=dev-python/docker-3.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/flask-cors[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-2.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja2-2.10.1[${PYTHON_USEDEP}]
|
||||
dev-python/jsonpath-ng[${PYTHON_USEDEP}]
|
||||
dev-python/jsonschema[${PYTHON_USEDEP}]
|
||||
dev-python/more-itertools[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/openapi-spec-validator-0.5.0[${PYTHON_USEDEP}]
|
||||
dev-python/pyaml[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/python-jose[${PYTHON_USEDEP}]
|
||||
>=dev-python/responses-0.25.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.5[${PYTHON_USEDEP}]
|
||||
dev-python/sshpubkeys[${PYTHON_USEDEP}]
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]
|
||||
dev-python/werkzeug[${PYTHON_USEDEP}]
|
||||
dev-python/zipp[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/antlr4-python3-runtime[${PYTHON_USEDEP}]
|
||||
dev-python/freezegun[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
EPYTEST_RERUNS=5
|
||||
: "${EPYTEST_TIMEOUT:=180}"
|
||||
EPYTEST_XDIST=1
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=(
|
||||
# TODO
|
||||
tests/test_dynamodb/test_dynamodb_import_table.py
|
||||
# require joserfc
|
||||
tests/test_apigateway/test_apigateway.py::test_create_authorizer
|
||||
tests/test_apigateway/test_apigateway.py::test_delete_authorizer
|
||||
tests/test_apigateway/test_apigateway.py::test_update_authorizer_configuration
|
||||
tests/test_cognitoidp/test_cognitoidp_exceptions.py::TestCognitoUserDeleter::test_authenticate_with_signed_out_user
|
||||
tests/test_cognitoidp/test_cognitoidp_exceptions.py::TestCognitoUserPoolDuplidateEmails::test_use_existing_email__when_email_is_
|
||||
tests/test_cognitoidp/test_cognitoidp_exceptions.py::TestCognitoUserPoolDuplidateEmails::test_use_existing_email__when_username_
|
||||
tests/test_cognitoidp/test_cognitoidp_replay.py::TestCreateUserPoolWithPredeterminedID::test_different_seed
|
||||
tests/test_cognitoidp/test_cognitoidp_replay.py::TestCreateUserPoolWithPredeterminedID::test_same_seed
|
||||
tests/test_cognitoidp/test_server.py::test_admin_create_user_without_authentication
|
||||
tests/test_cognitoidp/test_server.py::test_associate_software_token
|
||||
tests/test_cognitoidp/test_server.py::test_sign_up_user_without_authentication
|
||||
# require py_partiql_parser
|
||||
tests/test_dynamodb/test_dynamodb_statements.py
|
||||
tests/test_s3/test_s3_select.py
|
||||
# require graphql
|
||||
tests/test_appsync/test_appsync_schema.py
|
||||
# Internet
|
||||
tests/test_core/test_request_passthrough.py::test_passthrough_calls_for_entire_service
|
||||
tests/test_core/test_request_passthrough.py::test_passthrough_calls_for_specific_url
|
||||
tests/test_core/test_request_passthrough.py::test_passthrough_calls_for_wildcard_urls
|
||||
tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
|
||||
tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
|
||||
)
|
||||
local EPYTEST_IGNORE=(
|
||||
# require joserfc
|
||||
tests/test_cognitoidp/test_cognitoidp.py
|
||||
)
|
||||
|
||||
if ! tc-has-64bit-time_t; then
|
||||
einfo "time_t is smaller than 64 bits, will skip broken tests"
|
||||
EPYTEST_DESELECT+=(
|
||||
tests/test_acm/test_acm.py::test_request_certificate_with_optional_arguments
|
||||
tests/test_s3/test_multiple_accounts_server.py::TestAccountIdResolution::test_with_custom_request_header
|
||||
tests/test_s3/test_server.py::test_s3_server_post_cors_multiple_origins
|
||||
)
|
||||
EPYTEST_IGNORE+=(
|
||||
tests/test_route53domains/test_route53domains_domain.py
|
||||
)
|
||||
fi
|
||||
|
||||
local -x TZ=UTC
|
||||
local -x AWS_DEFAULT_REGION=us-east-1
|
||||
|
||||
epytest -m 'not network and not requires_docker'
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user