Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/
Date: Wed, 02 Nov 2022 07:37:41
Message-Id: 1667374636.ea8c342e9e17e6e9a97dfca0138bf44c64a731d6.mgorny@gentoo
1 commit: ea8c342e9e17e6e9a97dfca0138bf44c64a731d6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 06:43:55 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 07:37:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8c342e
7
8 dev-python/moto: Bump to 4.0.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/moto/Manifest | 1 +
13 dev-python/moto/moto-4.0.9.ebuild | 92 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 93 insertions(+)
15
16 diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
17 index 4fd0cd28489e..f1455b44e171 100644
18 --- a/dev-python/moto/Manifest
19 +++ b/dev-python/moto/Manifest
20 @@ -2,3 +2,4 @@ DIST moto-4.0.0.tar.gz 2404959 BLAKE2B a9969cb306937deaa15aca1ee76a447d0e416a7be
21 DIST moto-4.0.6.tar.gz 2465655 BLAKE2B e9ab47e910baf2b704c87a0d4583bdf02f2e4a1a23d08402c431012b18750ed229abdd96c98bb5dde5ba69837613853bb108b4d390b5c28afb3475b63d97bf95 SHA512 32def58317c2e76960f2db1d79a95a5468d110284540f9441e495b7d08109ab0933a2f5dc8673fdc71bd601cb5f6395f53aad7d1aef065c7ee3a1a318e5850a7
22 DIST moto-4.0.7.tar.gz 2478859 BLAKE2B ba3df603fd1ea9e944037bc8abe3d9343fab483efe4446045cf81e16d9918e5291e4470e2b6d51faa99c64a581c2a7890eb9a558fd9b4e431b70b5c71393d2a2 SHA512 b0119cfa480d735ac255125c058c1026e0b32690fcedf64889845452bfc9e92dd2f64e3c413bdce24dd43a205b88a9df03896afe96149146a8690b7d6bb4437f
23 DIST moto-4.0.8.tar.gz 2488253 BLAKE2B ae707de8f0917b62904f38f977eded8f3e995271da8a7d6be47f05a24e3cb8bb8121e5e52625deb6c8f836e5f328352a7e6ea0855a4278c32dc9363da0faa8cc SHA512 9d3d3164bb6a77901bb55b8c536bfc8822e5b5292d79fedfe89a4a7fefaeab24b740d9a898e9487152a45c5a3bfd15d8aaca042a485bea389e1a82bb0a90bdd0
24 +DIST moto-4.0.9.tar.gz 2496530 BLAKE2B 596dc00ce0c931d4405d1ad6fdfcff4acc5c7421b1f1d67f442e090249d3df81f89c570368b5e981ec49f14a35aed32621ff3dbedc7003e3c870f891e4eda20a SHA512 fedf2c97779a93b1ab3492122be5425f3d91219eb207cc21bf2822ffa52c6efe2c3c8ca233acafd02c725c46e77e883f8f941c29638bb3e32ffa774ed8a5ff69
25
26 diff --git a/dev-python/moto/moto-4.0.9.ebuild b/dev-python/moto/moto-4.0.9.ebuild
27 new file mode 100644
28 index 000000000000..6249184fce6a
29 --- /dev/null
30 +++ b/dev-python/moto/moto-4.0.9.ebuild
31 @@ -0,0 +1,92 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=setuptools
38 +PYTHON_COMPAT=( python3_{8..11} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Mock library for boto"
43 +HOMEPAGE="https://github.com/spulec/moto"
44 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
49 +
50 +RDEPEND="
51 + >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
52 + dev-python/cfn-lint[${PYTHON_USEDEP}]
53 + >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
54 + dev-python/cookies[${PYTHON_USEDEP}]
55 + >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
56 + >=dev-python/idna-2.5[${PYTHON_USEDEP}]
57 + >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
58 + >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
59 + dev-python/boto3[${PYTHON_USEDEP}]
60 + dev-python/botocore[${PYTHON_USEDEP}]
61 + dev-python/flask[${PYTHON_USEDEP}]
62 + dev-python/flask-cors[${PYTHON_USEDEP}]
63 + dev-python/more-itertools[${PYTHON_USEDEP}]
64 + >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
65 + >=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
66 + dev-python/pretty-yaml[${PYTHON_USEDEP}]
67 + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
68 + >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
69 + dev-python/pytz[${PYTHON_USEDEP}]
70 + dev-python/python-dateutil[${PYTHON_USEDEP}]
71 + dev-python/python-jose[${PYTHON_USEDEP}]
72 + dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
73 + >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
74 + >=dev-python/requests-2.5[${PYTHON_USEDEP}]
75 + dev-python/xmltodict[${PYTHON_USEDEP}]
76 + dev-python/werkzeug[${PYTHON_USEDEP}]
77 + dev-python/zipp[${PYTHON_USEDEP}]
78 +"
79 +BDEPEND="
80 + test? (
81 + dev-python/freezegun[${PYTHON_USEDEP}]
82 + dev-python/responses[${PYTHON_USEDEP}]
83 + >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
84 + )
85 +"
86 +
87 +distutils_enable_tests pytest
88 +
89 +python_test() {
90 + local EPYTEST_DESELECT=(
91 + # TODO
92 + tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
93 + tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
94 + tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
95 + tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
96 + tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
97 + tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
98 + # broken code (local variable used referenced before definition)
99 + tests/test_appsync/test_appsync_schema.py
100 + tests/test_appsync/test_server.py::test_appsync_list_tags_for_resource
101 + # Needs network (or docker?) but not marked as such, bug #807031
102 + # TODO: report upstream
103 + tests/test_batch/test_batch_jobs.py::test_terminate_job
104 + tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
105 + tests/test_batch/test_batch_jobs.py::test_cancel_running_job
106 + tests/test_batch/test_batch_jobs.py::test_dependencies
107 + tests/test_batch/test_batch_jobs.py::test_container_overrides
108 + tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
109 + tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
110 + tests/test_events/test_events_lambdatriggers_integration.py::test_creating_bucket__invokes_lambda
111 + tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
112 + tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
113 + tests/test_s3/test_server.py::test_s3_server_post_to_bucket_redirect
114 + tests/test_s3/test_multiple_accounts_server.py::TestAccountIdResolution::test_with_custom_request_header
115 + "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
116 + "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
117 + "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
118 + )
119 +
120 + # pytest-django causes freezegun try to mangle stuff inside django
121 + # which fails when django is not really used
122 + epytest -p no:django -m 'not network'
123 +}