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: Mon, 01 Nov 2021 08:32:22
Message-Id: 1635755529.e658e9c761827c31ef5f6b96ad914dbc579f5988.mgorny@gentoo
1 commit: e658e9c761827c31ef5f6b96ad914dbc579f5988
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 07:46:53 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 08:32:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e658e9c7
7
8 dev-python/moto: Bump to 2.2.12
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/moto/Manifest | 1 +
13 dev-python/moto/moto-2.2.12.ebuild | 85 ++++++++++++++++++++++++++++++++++++++
14 2 files changed, 86 insertions(+)
15
16 diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
17 index aca4e5146dc..a90102e8b2d 100644
18 --- a/dev-python/moto/Manifest
19 +++ b/dev-python/moto/Manifest
20 @@ -3,6 +3,7 @@ DIST moto-2.0.5.tar.gz 1551415 BLAKE2B 452cb94443188e1715145bee574f04924d894a3d6
21 DIST moto-2.2.0.tar.gz 1650655 BLAKE2B 9969de2fb323b2deb272eb47727884054a35827a5db382f83a4177cf6cac5339f89164d05c288a977bc1895a204d13d02069e8b37880ea3d04374f6ed4d6be47 SHA512 7eabb515f94920af9b8f028afaaa51e27983f7bfd73f66c29fc191e2f3dd3e8939ddac67de0127c67c35cbc17c3500a7390103b26c85056780c865aadeb5e1d9
22 DIST moto-2.2.10.tar.gz 1894714 BLAKE2B aa1298ed0f067406db3fa4bee8246d8611b867ddd353e8cc80e2e961ebb3f2251f46fbe88b011e8064ef397c9a01b66bd5bf8f57ba915a53d6a939f0f3bc6fde SHA512 57c3c3660fa98bcab5a42c1b853ff73a4c00708f2342e3be57a2c099d7947100836dc15c2dd1aff9388149edf1fb54e8173457f89cfecf93957edb0f056f46b5
23 DIST moto-2.2.11.tar.gz 1914270 BLAKE2B a216cb074ecba0d20c8a82c55726d7f936a780fa40ded2ccbc1f0eddd29d1f6c42a3e1da656008ffb0e2f6b14600145577946f4b2e800df12d71f775c073578c SHA512 e9226f8c585b66a5bb283605ba3a78a8778f4866c487d8090dcb97091b37532c7314c627832b9e2549741f07685224b62c3ce89dcb3dfa18f0bb5df40e80e024
24 +DIST moto-2.2.12.tar.gz 1941427 BLAKE2B d1f85e46f4072b0e1c48e727d9e99eec12001a5397e738a5ab2e776c59e273a887c72dc5e5fdf2e6b61028f4eddb4b6fa809288bf7b087502192139eae170127 SHA512 a55e96bfe1f1c4a4523be30040350fc2929fb4385a62cc5a96a8fb34febed54d442be0e169f836f813e956c9e388fce8b9c405c59ad023011f9c7c76362c3729
25 DIST moto-2.2.2.tar.gz 1684678 BLAKE2B ebe1eb08c67ccdb8c484fa8fc75d7ce58750d94620f46b53268d6b6b0732d90160bf7b6837efa492f621e1c001d933f5d59d39c266d65bbb1852f315b3bc03d0 SHA512 a8b192637b701eda0e4a7b11e84f5251386de98590f1d7c33732d8bf12642b39b61f1d360ad39c3e1b0a645268139d9e330d48fbe7029b943094ad317cb45ff6
26 DIST moto-2.2.3.tar.gz 1700636 BLAKE2B 926fe245ce457dd79eef6780fc0b984d2ff1cbe95807a3463f0d0080583af2ba356ccfcce22e60927737e1531ec7bc167c5f649e784b191ec821aa56df65277d SHA512 0b46229ae06db7cb2634df3f1b3b1a6b6fc983978a763e8879db0d9e209ccc6b96b28e8e2ee40f6e1a8e39b74d7a2430788126220e3a7dab5e8df217c3c8c005
27 DIST moto-2.2.4.tar.gz 1724663 BLAKE2B 3feb39bec246a8157aa542c711289ab0ca257ec510835cd48aa732c3f07903db857971e3d024c1aef35b5a0b55b7c4ecef2b319824c1d76f0076ab8d2d75329e SHA512 8acd8a3156db71af35ad0ac6a5105a6b7739d8ca9881a2cb091637830bc6fbb10d8bf6adfd1a1091556f9269fad737b345d2bdf50e09b54201fe7438674dd906
28
29 diff --git a/dev-python/moto/moto-2.2.12.ebuild b/dev-python/moto/moto-2.2.12.ebuild
30 new file mode 100644
31 index 00000000000..90b1a6e1227
32 --- /dev/null
33 +++ b/dev-python/moto/moto-2.2.12.ebuild
34 @@ -0,0 +1,85 @@
35 +# Copyright 1999-2021 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=8
39 +
40 +PYTHON_COMPAT=( python3_{8..9} )
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Mock library for boto"
44 +HOMEPAGE="https://github.com/spulec/moto"
45 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 +
51 +RDEPEND="
52 + >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
53 + $(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7})
54 + dev-python/boto[${PYTHON_USEDEP}]
55 + dev-python/cfn-lint[${PYTHON_USEDEP}]
56 + >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
57 + dev-python/cookies[${PYTHON_USEDEP}]
58 + >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
59 + >=dev-python/idna-2.5[${PYTHON_USEDEP}]
60 + >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
61 + >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
62 + >=dev-python/boto3-1.9.201[${PYTHON_USEDEP}]
63 + >=dev-python/botocore-1.12.201[${PYTHON_USEDEP}]
64 + dev-python/flask[${PYTHON_USEDEP}]
65 + dev-python/flask-cors[${PYTHON_USEDEP}]
66 + dev-python/more-itertools[${PYTHON_USEDEP}]
67 + dev-python/pretty-yaml[${PYTHON_USEDEP}]
68 + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
69 + >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
70 + dev-python/pytz[${PYTHON_USEDEP}]
71 + dev-python/python-dateutil[${PYTHON_USEDEP}]
72 + dev-python/python-jose[${PYTHON_USEDEP}]
73 + dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
74 + >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
75 + >=dev-python/requests-2.5[${PYTHON_USEDEP}]
76 + dev-python/xmltodict[${PYTHON_USEDEP}]
77 + dev-python/werkzeug[${PYTHON_USEDEP}]
78 + dev-python/zipp[${PYTHON_USEDEP}]
79 +"
80 +BDEPEND="
81 + test? (
82 + dev-python/freezegun[${PYTHON_USEDEP}]
83 + dev-python/responses[${PYTHON_USEDEP}]
84 + >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
85 + )
86 +"
87 +
88 +distutils_enable_tests pytest
89 +
90 +python_prepare_all() {
91 + # unpin indirect dep on ecdsa that's supposed to workaround pip bugs
92 + sed -i -e '/ecdsa/s:<0.15::' setup.py || die
93 +
94 + distutils-r1_python_prepare_all
95 +}
96 +
97 +python_test() {
98 + local EPYTEST_DESELECT=(
99 + # TODO
100 + tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
101 + tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
102 + tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
103 + tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
104 + tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
105 + tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
106 + # Needs network (or docker?) but not marked as such, bug #807031
107 + # TODO: report upstream
108 + tests/test_batch/test_batch_jobs.py::test_terminate_job
109 + tests/test_batch/test_batch_jobs.py::test_cancel_running_job
110 + tests/test_batch/test_batch_jobs.py::test_dependencies
111 + tests/test_batch/test_batch_jobs.py::test_container_overrides
112 + tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
113 + tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
114 + )
115 +
116 + # pytest-django causes freezegun try to mangle stuff inside django
117 + # which fails when django is not really used
118 + epytest -p no:django -m 'not network'
119 +}