commit:     048675a1935cbc9a1f4c506b2dc8e4239aff5812
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 04:30:33 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 18:34:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048675a1

dev-python/moto: Bump to 4.1.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/moto/Manifest           |   1 +
 dev-python/moto/moto-4.1.11.ebuild | 102 +++++++++++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 84ddff8d60ba..44e67f33d56c 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,5 @@
 DIST moto-4.1.10.tar.gz 3553976 BLAKE2B 
1b6eb1a8defe5cf8cab0bb2419c469dd2251dbbd76597103cd8185ac0488210ec2d4b18268f72bfec4139f82f7f1b10936de7c2f8f9e766f5bb98b6b26164160
 SHA512 
c45955ead56746f42613defe683c05f787c20222914b0f44503b538c5937d32e3ffe21b25271e5ef614a628e51451451d04806de2167c83c6503bde2a2d9cbee
+DIST moto-4.1.11.tar.gz 3565932 BLAKE2B 
b1bc982ea54d8e2e8f418be8808c23094d263b2d8f3c5f4eec387ff273535a7eea38053193dc94ccbdac74a48e586d6b1fd9ceb874fe21ecafc63d03119f863d
 SHA512 
d1e948de5b966577a94c023dc0c4d2b5a862e14215b3dc21805eb7c464881472dc240d268d6208b71e20c4ac3b6b6c55bc9ab3b850f030b58db900dac0889fd1
 DIST moto-4.1.6.tar.gz 3470215 BLAKE2B 
78f9c54128ba71fc5e3ba622be0596490bc82df0a17fa80d9f11bf135bdc91d9698cc29445b5765e6057e80f221c016ca8999186201b83b5f929f5831c417f60
 SHA512 
fb2dc73a66326216a4c5338660dab844de9a46e6626e0ef68bccb3573a3eba693b30b89961b019a4b7a51207ab11335e73cbdf523c75d91a5a9625a1bc409e61
 DIST moto-4.1.7.tar.gz 3506753 BLAKE2B 
76e38629f1a772816bfa647b90e89e3c4533cd36fa5a8a26e026229dd1dd8bf1cea404f99c85784a6eefa9173aecff7b88ba1ca7b3f890407c2ad7ef29106fac
 SHA512 
3b20d2a535654cee22c909e19eb492e3b4b8fd382d26367c12cee00128dc4d1ea5228ccc97d40a01c5c2707ff3ca1039644268c47c525c79a9b68fc7ee78541c
 DIST moto-4.1.8.tar.gz 3520127 BLAKE2B 
623d97dbec357227ea401ac98f694eaaa129fcb47f6b160a22bf95f8d52facf9bb3917e00409990a7e447e70de5a94df9f234c3ed615081573169f3976169f3d
 SHA512 
9c3e9825d1e8d09e278f8bbeb11719c4bee756f9e95b2edbe82b4ffbd3acb93008f6ffdc582eb46619104d0b839428b5e8078ef0e341a3b73f0bc61a7ebf806f

diff --git a/dev-python/moto/moto-4.1.11.ebuild 
b/dev-python/moto/moto-4.1.11.ebuild
new file mode 100644
index 000000000000..225dba8599ff
--- /dev/null
+++ b/dev-python/moto/moto-4.1.11.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Mock library for boto"
+HOMEPAGE="
+       https://github.com/getmoto/moto/
+       https://pypi.org/project/moto/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]
+       >=dev-python/cfn-lint-0.40.0[${PYTHON_USEDEP}]
+       >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
+       dev-python/cookies[${PYTHON_USEDEP}]
+       >=dev-python/docker-3.0.0[${PYTHON_USEDEP}]
+       >=dev-python/idna-2.5[${PYTHON_USEDEP}]
+       >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
+       >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
+       dev-python/boto3[${PYTHON_USEDEP}]
+       dev-python/botocore[${PYTHON_USEDEP}]
+       dev-python/flask[${PYTHON_USEDEP}]
+       dev-python/flask-cors[${PYTHON_USEDEP}]
+       dev-python/more-itertools[${PYTHON_USEDEP}]
+       >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
+       >=dev-python/openapi-spec-validator-0.2.8[${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/python-sshpubkeys[${PYTHON_USEDEP}]
+       >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
+       >=dev-python/requests-2.5[${PYTHON_USEDEP}]
+       dev-python/xmltodict[${PYTHON_USEDEP}]
+       dev-python/werkzeug[${PYTHON_USEDEP}]
+       dev-python/zipp[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/freezegun[${PYTHON_USEDEP}]
+               dev-python/responses[${PYTHON_USEDEP}]
+               >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+       local EPYTEST_DESELECT=(
+               # TODO
+               
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
+               # broken code (local variable used referenced before definition)
+               tests/test_appsync/test_appsync_schema.py
+               # Needs network (or docker?) but not marked as such, bug #807031
+               # TODO: report upstream
+               tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
+               tests/test_batch/test_batch_jobs.py::test_cancel_running_job
+               tests/test_batch/test_batch_jobs.py::test_container_overrides
+               tests/test_batch/test_batch_jobs.py::test_dependencies
+               tests/test_batch/test_batch_jobs.py::test_failed_dependencies
+               tests/test_batch/test_batch_jobs.py::test_failed_job
+               tests/test_batch/test_batch_jobs.py::test_terminate_job
+               
tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
+
+               
tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
+               
tests/test_core/test_docker.py::test_docker_is_running_and_available
+               
tests/test_events/test_events_lambdatriggers_integration.py::test_creating_bucket__invokes_lambda
+               
"tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
+               
"tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
+               
"tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
+               # TODO
+               
tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_queue
+               
tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_fifo_queue
+               # require py_partiql_parser
+               tests/test_s3/test_s3_select.py
+               tests/test_dynamodb/test_dynamodb_statements.py
+               # broken by new urllib3
+               
tests/test_moto_api/recorder/test_recorder.py::TestRecorder::test_s3_upload_data
+               
tests/test_moto_api/recorder/test_recorder.py::TestRecorder::test_s3_upload_file_using_requests
+               tests/test_s3/test_s3.py::test_upload_from_file_to_presigned_url
+               
tests/test_s3/test_s3.py::test_put_chunked_with_v4_signature_in_body
+               
tests/test_s3/test_s3.py::test_presigned_put_url_with_approved_headers
+               
tests/test_s3/test_s3.py::test_presigned_put_url_with_custom_headers
+       )
+
+       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+       local -x TZ=UTC
+       # note: pytest-xdist causes random test failures
+       epytest -m 'not network'
+}

Reply via email to