[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2026-03-08 Thread Michał Górny
commit: abf2abe8a8de06557cd14b481cd8040b9da97163
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  9 02:09:46 2026 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  9 03:04:04 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf2abe8

dev-python/moto: Bump to 5.1.22

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.22.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index d5698751ea63..2e1155b7c18b 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -9,3 +9,5 @@ DIST moto-5.1.20.tar.gz 8318716 BLAKE2B 
e5079f84aeb87da3e3212c65ee24710b35c02baa
 DIST moto-5.1.20.tar.gz.provenance 9149 BLAKE2B 
727557787b4e2eeca3c0f0b0bde894495cda7fa860125a7b2de2a06c6653f46499135d0c3b93e5d492059d83f47bda213963f2ea25221d1468fa3a9516276214
 SHA512 
3cfd65d60a9054dd4f5d0d2dbf492cc82d419673d10965e7f69127296a7b5d6b63ac7570dc5a8ad24a44e128710db4fe91ea3e1eca0e3f0dddeba3a0cd93e439
 DIST moto-5.1.21.tar.gz 8441171 BLAKE2B 
3028e81de5f4797223789d8e907084abe752292637c85c8f27f2c0fff1f03c40e4e3f2412814960f997dc943a8675184f42daf83943ecf2532bc685c0de0e5a2
 SHA512 
87514f7ed6e7705e5d98b60a7a9e55c7a4fca1befc8f94507a0e73b77eb0ef04b83e2e21eb0328f5b15c671a2eaf81d9e20069fb37e7aa045b6e14bfb09a
 DIST moto-5.1.21.tar.gz.provenance 9192 BLAKE2B 
65ffb7dff7b5ca97c3b2042882ae6cdfea573dc2d8f76cb4dfb35d00696d7338280e9fc87acc2ab1c1665fb0c8108171a5974494d95f842ae1d9f1f0e1011cd7
 SHA512 
743d87261166eec76b54fe35491b1925617b6daa1439b5240eb6cf70551597c8f6f0bde30c2120e8f7b689b4b8698a5c955def61ecbcc08c2602f2ac9d3700a9
+DIST moto-5.1.22.tar.gz 8547792 BLAKE2B 
fda4ea90318a1eb8501ed29b2c6cc23c0779c9cc6eaea41b4cceadd1cbf7b97ccc8aa06a1073e29d8b4838b55be31a4508bca56f4ceaa543781646e62501069a
 SHA512 
6f5b9354e8ec7a51bb86b4a7ec45ec2af4f7cfbef190c449318ba3be64a2975fa31c520161f6ad0da21599dbe6785a83d9fd18d3aa5dd1710d018c10fe231eaf
+DIST moto-5.1.22.tar.gz.provenance 9052 BLAKE2B 
50c2c73d5a6afac0c84c333ddbc00370e83d5dd713af7ee1c412c8f11a50922b1ace8ec79aee35465a840a7754b313c61d9baf47c44933e99cc95f3bf2172fdd
 SHA512 
a9800117bf73b7d51d795732f0589c2e217187465322a20614fcc3fdfbdbcf0d682613dcae3d826c01e2beb672af43f62458d36f0c2d155e87ab8d5a259458c4

diff --git a/dev-python/moto/moto-5.1.22.ebuild 
b/dev-python/moto/moto-5.1.22.ebuild
new file mode 100644
index ..6f773fdfea44
--- /dev/null
+++ b/dev-python/moto/moto-5.1.22.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2026 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_apigat

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2026-02-08 Thread Michał Górny
commit: 2f6f64e5e8270c192145bc04bbfe5785c8eed879
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  9 04:37:55 2026 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  9 04:37:55 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6f64e5

dev-python/moto: Bump to 5.1.21

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.21.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 16aab638641b..d5698751ea63 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -7,3 +7,5 @@ DIST moto-5.1.19.tar.gz 8361592 BLAKE2B 
09acce72f7e5ec4c98606540127b6b42e3e2142d
 DIST moto-5.1.19.tar.gz.provenance 9102 BLAKE2B 
a51cef63b05723935d6f230f3bf3177b37e00c8321a2d596921dbf57ca643f157bd0c92c479b05565810e9891a5f1547fb6fb2111f20e7640584f0ee8e49cbac
 SHA512 
bf2c76fbe135caef94607ffd445fd7438df241b992da5f540634f518a2338b079d009d8ac34ee52a69f129be89a6662ca0e9930d63b711b3f48f8a3aa95924dd
 DIST moto-5.1.20.tar.gz 8318716 BLAKE2B 
e5079f84aeb87da3e3212c65ee24710b35c02baa469d4978b4bd7e48838751d886649af63595b5e45a11be2286ed0323261c093ca0703d21982a81c1deea5f68
 SHA512 
8a84e70422d7cde3e375624155b369275069865b59aa602e1c5fe369daebe01e222b28e2268e33f21dbe19d6dc1f4e51eca4b36bf94affea51cf57ae80869dbf
 DIST moto-5.1.20.tar.gz.provenance 9149 BLAKE2B 
727557787b4e2eeca3c0f0b0bde894495cda7fa860125a7b2de2a06c6653f46499135d0c3b93e5d492059d83f47bda213963f2ea25221d1468fa3a9516276214
 SHA512 
3cfd65d60a9054dd4f5d0d2dbf492cc82d419673d10965e7f69127296a7b5d6b63ac7570dc5a8ad24a44e128710db4fe91ea3e1eca0e3f0dddeba3a0cd93e439
+DIST moto-5.1.21.tar.gz 8441171 BLAKE2B 
3028e81de5f4797223789d8e907084abe752292637c85c8f27f2c0fff1f03c40e4e3f2412814960f997dc943a8675184f42daf83943ecf2532bc685c0de0e5a2
 SHA512 
87514f7ed6e7705e5d98b60a7a9e55c7a4fca1befc8f94507a0e73b77eb0ef04b83e2e21eb0328f5b15c671a2eaf81d9e20069fb37e7aa045b6e14bfb09a
+DIST moto-5.1.21.tar.gz.provenance 9192 BLAKE2B 
65ffb7dff7b5ca97c3b2042882ae6cdfea573dc2d8f76cb4dfb35d00696d7338280e9fc87acc2ab1c1665fb0c8108171a5974494d95f842ae1d9f1f0e1011cd7
 SHA512 
743d87261166eec76b54fe35491b1925617b6daa1439b5240eb6cf70551597c8f6f0bde30c2120e8f7b689b4b8698a5c955def61ecbcc08c2602f2ac9d3700a9

diff --git a/dev-python/moto/moto-5.1.21.ebuild 
b/dev-python/moto/moto-5.1.21.ebuild
new file mode 100644
index ..6f773fdfea44
--- /dev/null
+++ b/dev-python/moto/moto-5.1.21.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2026 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_apigat

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2026-01-17 Thread Michał Górny
commit: 4c663a820f70c663ad6911f81ab67c719a5b6046
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 18 02:33:11 2026 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 18 03:40:20 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c663a82

dev-python/moto: Bump to 5.1.20

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.20.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 19747dea7c30..16aab638641b 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -5,3 +5,5 @@ DIST moto-5.1.18.tar.gz 8271655 BLAKE2B 
a95f1ac9e50f88cb64f52fa87a368d81e854b7fc
 DIST moto-5.1.18.tar.gz.provenance 9231 BLAKE2B 
c9461fecf4969c0f81e329e503a61a8d655dc9cc067e7e5e6cda762ba6698c1bc5bd6060a66fba40294092a176a205bc8c1aaf4c3143e711d0368f86b61f0b7f
 SHA512 
63501e538fb69e42767670ed2c1133737d6336665084db35f58662a413918b6915b17ac1fa008de80f2a56925cd613526fcfaa8f35b3fec0c1e81d347d05673a
 DIST moto-5.1.19.tar.gz 8361592 BLAKE2B 
09acce72f7e5ec4c98606540127b6b42e3e2142de965bc4e2f397708900447d30b2b92c4a87c3975ceeec75d91b703fbffbe560fa6564b2c92efdb52081759bb
 SHA512 
8c4f4d694c2cbc76bfdc5518b9b8d0c6d491077eefb8243860379c2a94a67fc2f5397aaa3a57b6c41f6534ad4b94e84e8bde8d6dace553bb7ae014585607c3a0
 DIST moto-5.1.19.tar.gz.provenance 9102 BLAKE2B 
a51cef63b05723935d6f230f3bf3177b37e00c8321a2d596921dbf57ca643f157bd0c92c479b05565810e9891a5f1547fb6fb2111f20e7640584f0ee8e49cbac
 SHA512 
bf2c76fbe135caef94607ffd445fd7438df241b992da5f540634f518a2338b079d009d8ac34ee52a69f129be89a6662ca0e9930d63b711b3f48f8a3aa95924dd
+DIST moto-5.1.20.tar.gz 8318716 BLAKE2B 
e5079f84aeb87da3e3212c65ee24710b35c02baa469d4978b4bd7e48838751d886649af63595b5e45a11be2286ed0323261c093ca0703d21982a81c1deea5f68
 SHA512 
8a84e70422d7cde3e375624155b369275069865b59aa602e1c5fe369daebe01e222b28e2268e33f21dbe19d6dc1f4e51eca4b36bf94affea51cf57ae80869dbf
+DIST moto-5.1.20.tar.gz.provenance 9149 BLAKE2B 
727557787b4e2eeca3c0f0b0bde894495cda7fa860125a7b2de2a06c6653f46499135d0c3b93e5d492059d83f47bda213963f2ea25221d1468fa3a9516276214
 SHA512 
3cfd65d60a9054dd4f5d0d2dbf492cc82d419673d10965e7f69127296a7b5d6b63ac7570dc5a8ad24a44e128710db4fe91ea3e1eca0e3f0dddeba3a0cd93e439

diff --git a/dev-python/moto/moto-5.1.20.ebuild 
b/dev-python/moto/moto-5.1.20.ebuild
new file mode 100644
index ..6f773fdfea44
--- /dev/null
+++ b/dev-python/moto/moto-5.1.20.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2026 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_apigat

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-12-28 Thread Michał Górny
commit: 1e3f654dcbbe0e4aba52df3957e6a628519c5940
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 29 02:39:16 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 29 02:39:16 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3f654d

dev-python/moto: Bump to 5.1.19

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.19.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index ba1c59148ed3..19747dea7c30 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -3,3 +3,5 @@ DIST moto-5.1.17.tar.gz 8250034 BLAKE2B 
4b68e76621d4c944086efcb22006d4c180277ec5
 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
+DIST moto-5.1.19.tar.gz 8361592 BLAKE2B 
09acce72f7e5ec4c98606540127b6b42e3e2142de965bc4e2f397708900447d30b2b92c4a87c3975ceeec75d91b703fbffbe560fa6564b2c92efdb52081759bb
 SHA512 
8c4f4d694c2cbc76bfdc5518b9b8d0c6d491077eefb8243860379c2a94a67fc2f5397aaa3a57b6c41f6534ad4b94e84e8bde8d6dace553bb7ae014585607c3a0
+DIST moto-5.1.19.tar.gz.provenance 9102 BLAKE2B 
a51cef63b05723935d6f230f3bf3177b37e00c8321a2d596921dbf57ca643f157bd0c92c479b05565810e9891a5f1547fb6fb2111f20e7640584f0ee8e49cbac
 SHA512 
bf2c76fbe135caef94607ffd445fd7438df241b992da5f540634f518a2338b079d009d8ac34ee52a69f129be89a6662ca0e9930d63b711b3f48f8a3aa95924dd

diff --git a/dev-python/moto/moto-5.1.19.ebuild 
b/dev-python/moto/moto-5.1.19.ebuild
new file mode 100644
index ..f8319f5bf51f
--- /dev/null
+++ b/dev-python/moto/moto-5.1.19.ebuild
@@ -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_apigat

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-12-28 Thread Michał Górny
commit: d5b4682521444ba2a0bfe152c8884bf03c041b2a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 29 02:38:12 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 29 02:38:12 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b46825

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   4 --
 dev-python/moto/moto-5.1.15.ebuild | 114 -
 dev-python/moto/moto-5.1.16.ebuild | 114 -
 3 files changed, 232 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 5e15c1aec331..ba1c59148ed3 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,8 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.1.15.tar.gz 7288767 BLAKE2B 
5f03a939de3dea4e635cc2c8ca35c7ab30b20d7ec6bf6a4fefc6a3dedc776bb1354da2ac0e0b317318bdc4edc3027e1c01e323a888ad077d389810338c502cff
 SHA512 
dc58df1ef867b3259e30f8f788e1f2964ec48b5ad80102854be94740bfdb71573ea26b0b392af29919f2f967ce6150e59a2a96bbbd04f2c14c44ad671df5d856
-DIST moto-5.1.15.tar.gz.provenance 9286 BLAKE2B 
d64df561eba343899b85957544cfe6aae3e5fe19aacc97e9a6926293349f781e5a9321602370aa7986cb9a82ffaedadb250cbdcfbded8cd4b746d818a6d81508
 SHA512 
addc927ed1f14ffb26c8cce64710c9a65e9f54e49fd054a7d6a178874cff5755ec33ce4c9adf1987eae17a408dcdb95716da307bf0dab9c13b9f3e9ddb794409
-DIST moto-5.1.16.tar.gz 8229581 BLAKE2B 
fdeb2328cf56d40066a255324f60e7eeefe56d043ecdbfb30100f4ca71ce6bbf58cec9157015b385c1f583f365c32792adc41a2df4b9d75faffaea40cd2c812f
 SHA512 
abc63a2de627a0820a1a18de20fa20e4b7e090552fb92016fadc5d9db64250bb4dcba1966eae4812b704d1db867384c389358a87eb32418b4269b340e0308194
-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

diff --git a/dev-python/moto/moto-5.1.15.ebuild 
b/dev-python/moto/moto-5.1.15.ebuild
deleted file mode 100644
index e0e8bb9be2a8..
--- a/dev-python/moto/moto-5.1.15.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# 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-pyth

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-12-25 Thread Eli Schwartz
commit: 2348b77c0150951d23df1aa4db6017c67c7ea826
Author: Eli Schwartz  gentoo  org>
AuthorDate: Thu Dec 25 09:03:59 2025 +
Commit: Eli Schwartz  gentoo  org>
CommitDate: Thu Dec 25 09:03:59 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2348b77c

dev-python/moto: Stabilize 5.1.17 amd64, #967963

Signed-off-by: Eli Schwartz  gentoo.org>

 dev-python/moto/moto-5.1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.17.ebuild 
b/dev-python/moto/moto-5.1.17.ebuild
index 0cebf1cc75e9..e0e8bb9be2a8 100644
--- a/dev-python/moto/moto-5.1.17.ebuild
+++ b/dev-python/moto/moto-5.1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-12-25 Thread Eli Schwartz
commit: 4962383bd1e06f919e7f467a3cf26f14238de663
Author: Eli Schwartz  gentoo  org>
AuthorDate: Thu Dec 25 08:55:11 2025 +
Commit: Eli Schwartz  gentoo  org>
CommitDate: Thu Dec 25 08:55:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4962383b

dev-python/moto: Stabilize 5.1.17 arm64, #967963

Signed-off-by: Eli Schwartz  gentoo.org>

 dev-python/moto/moto-5.1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.17.ebuild 
b/dev-python/moto/moto-5.1.17.ebuild
index f8319f5bf51f..0cebf1cc75e9 100644
--- a/dev-python/moto/moto-5.1.17.ebuild
+++ b/dev-python/moto/moto-5.1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-12-15 Thread Eli Schwartz
commit: fbcffd0072888b3ad20f5b8cbac316d92ea01069
Author: Eli Schwartz  gentoo  org>
AuthorDate: Tue Dec 16 02:12:14 2025 +
Commit: Eli Schwartz  gentoo  org>
CommitDate: Tue Dec 16 02:13:43 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcffd00

dev-python/moto: Stabilize 5.1.16 amd64, #967569

Signed-off-by: Eli Schwartz  gentoo.org>

 dev-python/moto/moto-5.1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.16.ebuild 
b/dev-python/moto/moto-5.1.16.ebuild
index 0cebf1cc75e9..e0e8bb9be2a8 100644
--- a/dev-python/moto/moto-5.1.16.ebuild
+++ b/dev-python/moto/moto-5.1.16.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-11-30 Thread Michał Górny
commit: 938d984e7c089a67e513ad12ecba64d7cea21b77
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec  1 02:34:04 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 03:11:28 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938d984e

dev-python/moto: Bump to 5.1.18

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.18.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 206cf383af98..5e15c1aec331 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -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

diff --git a/dev-python/moto/moto-5.1.18.ebuild 
b/dev-python/moto/moto-5.1.18.ebuild
new file mode 100644
index ..f8319f5bf51f
--- /dev/null
+++ b/dev-python/moto/moto-5.1.18.ebuild
@@ -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_apigat

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-11-30 Thread Michał Górny
commit: c280573b48a0d20b9ae087735488bbb7ea05566b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec  1 02:33:35 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  1 03:11:28 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c280573b

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   4 --
 dev-python/moto/moto-5.1.13.ebuild | 114 -
 dev-python/moto/moto-5.1.14.ebuild | 114 -
 3 files changed, 232 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 4cfaa218349b..206cf383af98 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,8 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.1.13.tar.gz 7194360 BLAKE2B 
464a4997defae7386611c29eb46a3fff48e2d27ae2e22dd65f5d5788c746b193df804ee16b4628536691539b3e020de8a9d736d77c92eb9de2e1bd7907a56234
 SHA512 
b2befd6e407432551c99083f43d19bf4ae633d5dfa2198a98c9d093b2bd50fee4182903362f79943774058f63e43d75337219b2b6ff33152a125d8fb11aa5363
-DIST moto-5.1.13.tar.gz.provenance 9380 BLAKE2B 
79e4254b116e18d5f568027edf26a0f716d7b3f4dc5294f9cc8d379600eff518c204fa4d402191b9a99dc6f94a97a0afa14a7e2741a8790b1e7b78aa575c18a8
 SHA512 
8776bd8698f27e823b84fbd77be42eb4f43cf7beec96847c26066bcf4a362306568cf7688d3d680df17e5e5c4a4550d8b64994dacca8a70e1a7c2f84c3c81b62
-DIST moto-5.1.14.tar.gz 7264025 BLAKE2B 
cca4fd06070ee6db7306f3f95a2fd785b53f0f7f499d15bd53cc946c5cda83ebb96bd2baf56728abcc16f3dc7806d12b38388631f6c60ba6d21d4566e2530b99
 SHA512 
1f59cc49a3a5e12b130b37791a9ce2141134eac54c3b16d910099b7784ce6677ca9607eca4299a641555b3284166cd5588c81ebc17a95bd65dc3b90a57b95d07
-DIST moto-5.1.14.tar.gz.provenance 9286 BLAKE2B 
73c844157e33029d62fde7530a25d0557aae3f38d61df611248ba78e85925c3cf9df0b40bb9ddef93a7990c91fec6895d0c3a2c43306432a2a8f13c119254e6b
 SHA512 
e7e5b1415d5b4cfd145f477fa49e72f39d7611a7f961735d6986aa5691e48fc6e13e3f87aeaccf5d6cd26b26b45ddd7b15ad01d89a086df2d545bf6342151503
 DIST moto-5.1.15.tar.gz 7288767 BLAKE2B 
5f03a939de3dea4e635cc2c8ca35c7ab30b20d7ec6bf6a4fefc6a3dedc776bb1354da2ac0e0b317318bdc4edc3027e1c01e323a888ad077d389810338c502cff
 SHA512 
dc58df1ef867b3259e30f8f788e1f2964ec48b5ad80102854be94740bfdb71573ea26b0b392af29919f2f967ce6150e59a2a96bbbd04f2c14c44ad671df5d856
 DIST moto-5.1.15.tar.gz.provenance 9286 BLAKE2B 
d64df561eba343899b85957544cfe6aae3e5fe19aacc97e9a6926293349f781e5a9321602370aa7986cb9a82ffaedadb250cbdcfbded8cd4b746d818a6d81508
 SHA512 
addc927ed1f14ffb26c8cce64710c9a65e9f54e49fd054a7d6a178874cff5755ec33ce4c9adf1987eae17a408dcdb95716da307bf0dab9c13b9f3e9ddb794409
 DIST moto-5.1.16.tar.gz 8229581 BLAKE2B 
fdeb2328cf56d40066a255324f60e7eeefe56d043ecdbfb30100f4ca71ce6bbf58cec9157015b385c1f583f365c32792adc41a2df4b9d75faffaea40cd2c812f
 SHA512 
abc63a2de627a0820a1a18de20fa20e4b7e090552fb92016fadc5d9db64250bb4dcba1966eae4812b704d1db867384c389358a87eb32418b4269b340e0308194

diff --git a/dev-python/moto/moto-5.1.13.ebuild 
b/dev-python/moto/moto-5.1.13.ebuild
deleted file mode 100644
index e0e8bb9be2a8..
--- a/dev-python/moto/moto-5.1.13.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# 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-pyth

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-11-26 Thread Sam James
commit: 06b59e716106a917748ef3696ce73f31e37cdd7a
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 26 21:09:30 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 26 21:09:30 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b59e71

dev-python/moto: Stabilize 5.1.15 arm64, #966579

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.15.ebuild 
b/dev-python/moto/moto-5.1.15.ebuild
index a06201b04d26..e0e8bb9be2a8 100644
--- a/dev-python/moto/moto-5.1.15.ebuild
+++ b/dev-python/moto/moto-5.1.15.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-11-25 Thread Sam James
commit: e20d99b22c9d51474eeb4635344cbbb544d612b7
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 26 07:48:27 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 26 07:48:27 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20d99b2

dev-python/moto: Stabilize 5.1.15 amd64, #966579

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.15.ebuild 
b/dev-python/moto/moto-5.1.15.ebuild
index f8319f5bf51f..a06201b04d26 100644
--- a/dev-python/moto/moto-5.1.15.ebuild
+++ b/dev-python/moto/moto-5.1.15.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-11-17 Thread Michał Górny
commit: f24c45aaf7e056f51505e9c1740814d5028dfe26
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 18 06:20:49 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 18 06:42:03 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24c45aa

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   6 --
 dev-python/moto/moto-5.1.10.ebuild | 114 -
 dev-python/moto/moto-5.1.11.ebuild | 114 -
 dev-python/moto/moto-5.1.12.ebuild | 114 -
 dev-python/moto/moto-5.1.8.ebuild  | 113 
 dev-python/moto/moto-5.1.9.ebuild  | 114 -
 6 files changed, 575 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 5b77329cb0bb..e8cf3f9db084 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,8 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.1.10.tar.gz 7087004 BLAKE2B 
f00161e7df7540c9ff569d8833a4d97d6b702b2209e0ea4550dec05135c215c09c38e907fa93ea202597f3ee7272619cbe0c987fba028d4240d4be1195acab43
 SHA512 
3d4faefa2b23cebe44be1a43f8993a3cb254e976d65b6cc1fe8fbc3239d41d252504ec166c17283ff1067937de5b6220810dee714d9c3071e12ee216c3211bff
-DIST moto-5.1.11.tar.gz 7111584 BLAKE2B 
1a44247a2611bdf26f08b48ca4f804a405148be78750394c79af6b984ced5a659da5f63da1a1d0a5cb200e15e895e2e2a63829a6c908d0ceb9b9e4b0db8a4286
 SHA512 
5d790c43ec55e0d3b55a69b8763f3c23154cbf7d1fa7bbb870ecbce4fe2062c69221881852303688a9a30d8decc619f5de8f5cd8aef780e258597e5ba3edd622
-DIST moto-5.1.12.tar.gz 7185928 BLAKE2B 
1215c369631eb4a43aa499de70b17b8eda78743d54d68561b4db18a55a0be5bb71927df31ac18a54aa898faafc6a380fe45765461663cdc65b49d11ca94bf86c
 SHA512 
e0992ca2af9c298f3b31917eda58b83b2a7ba8141ac9c2b440a506525ffd53431fb69290897d358f2d70a57d6cdf82a88966d1872fdc555f0cd6e62ffd683b74
-DIST moto-5.1.12.tar.gz.provenance 9568 BLAKE2B 
39d6211c37523ee438679ac0f2ad94fabda5afbd54a4667d234acd95fdce76c0de8198b5993ff451b84d35ebed63281751a9d3dbd704251fc4828d1381f171a0
 SHA512 
ddfcdebe272d6b74108aabfc80c78375cbbe565258a8d8583bd2a554d27261bf3718919d01592a5566c45fad12a001e5cff8c90f4f169fc2a7c049e3bef4c9ec
 DIST moto-5.1.13.tar.gz 7194360 BLAKE2B 
464a4997defae7386611c29eb46a3fff48e2d27ae2e22dd65f5d5788c746b193df804ee16b4628536691539b3e020de8a9d736d77c92eb9de2e1bd7907a56234
 SHA512 
b2befd6e407432551c99083f43d19bf4ae633d5dfa2198a98c9d093b2bd50fee4182903362f79943774058f63e43d75337219b2b6ff33152a125d8fb11aa5363
 DIST moto-5.1.13.tar.gz.provenance 9380 BLAKE2B 
79e4254b116e18d5f568027edf26a0f716d7b3f4dc5294f9cc8d379600eff518c204fa4d402191b9a99dc6f94a97a0afa14a7e2741a8790b1e7b78aa575c18a8
 SHA512 
8776bd8698f27e823b84fbd77be42eb4f43cf7beec96847c26066bcf4a362306568cf7688d3d680df17e5e5c4a4550d8b64994dacca8a70e1a7c2f84c3c81b62
 DIST moto-5.1.14.tar.gz 7264025 BLAKE2B 
cca4fd06070ee6db7306f3f95a2fd785b53f0f7f499d15bd53cc946c5cda83ebb96bd2baf56728abcc16f3dc7806d12b38388631f6c60ba6d21d4566e2530b99
 SHA512 
1f59cc49a3a5e12b130b37791a9ce2141134eac54c3b16d910099b7784ce6677ca9607eca4299a641555b3284166cd5588c81ebc17a95bd65dc3b90a57b95d07
@@ -11,5 +7,3 @@ DIST moto-5.1.15.tar.gz 7288767 BLAKE2B 
5f03a939de3dea4e635cc2c8ca35c7ab30b20d7e
 DIST moto-5.1.15.tar.gz.provenance 9286 BLAKE2B 
d64df561eba343899b85957544cfe6aae3e5fe19aacc97e9a6926293349f781e5a9321602370aa7986cb9a82ffaedadb250cbdcfbded8cd4b746d818a6d81508
 SHA512 
addc927ed1f14ffb26c8cce64710c9a65e9f54e49fd054a7d6a178874cff5755ec33ce4c9adf1987eae17a408dcdb95716da307bf0dab9c13b9f3e9ddb794409
 DIST moto-5.1.16.tar.gz 8229581 BLAKE2B 
fdeb2328cf56d40066a255324f60e7eeefe56d043ecdbfb30100f4ca71ce6bbf58cec9157015b385c1f583f365c32792adc41a2df4b9d75faffaea40cd2c812f
 SHA512 
abc63a2de627a0820a1a18de20fa20e4b7e090552fb92016fadc5d9db64250bb4dcba1966eae4812b704d1db867384c389358a87eb32418b4269b340e0308194
 DIST moto-5.1.16.tar.gz.provenance 9051 BLAKE2B 
48ea31f04f0d0404ab12ef34d26fa7de30db57946dc278518c61dcf89da58cc496de58af6efb99b1c118bfb7cbf43e83dc742814e5931f698982303859f73a35
 SHA512 
44cb8ccb1340d095f93d3f9d02ca72b0b83a0970d97dcf20261be7fe1f996b01cfc55de8218d92ba55b7f9a5630daf38791622bfee1f1065099689a755f22dfa
-DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
-DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a1

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-11-17 Thread Michał Górny
commit: 6e700f4e9f646d483a782f31f77fbd78fed0e953
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 18 06:21:33 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 18 06:42:03 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e700f4e

dev-python/moto: Bump to 5.1.17

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.17.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index e8cf3f9db084..4cfaa218349b 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -7,3 +7,5 @@ DIST moto-5.1.15.tar.gz 7288767 BLAKE2B 
5f03a939de3dea4e635cc2c8ca35c7ab30b20d7e
 DIST moto-5.1.15.tar.gz.provenance 9286 BLAKE2B 
d64df561eba343899b85957544cfe6aae3e5fe19aacc97e9a6926293349f781e5a9321602370aa7986cb9a82ffaedadb250cbdcfbded8cd4b746d818a6d81508
 SHA512 
addc927ed1f14ffb26c8cce64710c9a65e9f54e49fd054a7d6a178874cff5755ec33ce4c9adf1987eae17a408dcdb95716da307bf0dab9c13b9f3e9ddb794409
 DIST moto-5.1.16.tar.gz 8229581 BLAKE2B 
fdeb2328cf56d40066a255324f60e7eeefe56d043ecdbfb30100f4ca71ce6bbf58cec9157015b385c1f583f365c32792adc41a2df4b9d75faffaea40cd2c812f
 SHA512 
abc63a2de627a0820a1a18de20fa20e4b7e090552fb92016fadc5d9db64250bb4dcba1966eae4812b704d1db867384c389358a87eb32418b4269b340e0308194
 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

diff --git a/dev-python/moto/moto-5.1.17.ebuild 
b/dev-python/moto/moto-5.1.17.ebuild
new file mode 100644
index ..f8319f5bf51f
--- /dev/null
+++ b/dev-python/moto/moto-5.1.17.ebuild
@@ -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_apigat

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-11-02 Thread Michał Górny
commit: ee3e693a6f3ac726b33dc6b1cc5bedf737be09cb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  3 04:35:22 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  3 04:35:22 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3e693a

dev-python/moto: Bump to 5.1.16

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.16.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index d95d3d19a17e..5b77329cb0bb 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -9,5 +9,7 @@ DIST moto-5.1.14.tar.gz 7264025 BLAKE2B 
cca4fd06070ee6db7306f3f95a2fd785b53f0f7f
 DIST moto-5.1.14.tar.gz.provenance 9286 BLAKE2B 
73c844157e33029d62fde7530a25d0557aae3f38d61df611248ba78e85925c3cf9df0b40bb9ddef93a7990c91fec6895d0c3a2c43306432a2a8f13c119254e6b
 SHA512 
e7e5b1415d5b4cfd145f477fa49e72f39d7611a7f961735d6986aa5691e48fc6e13e3f87aeaccf5d6cd26b26b45ddd7b15ad01d89a086df2d545bf6342151503
 DIST moto-5.1.15.tar.gz 7288767 BLAKE2B 
5f03a939de3dea4e635cc2c8ca35c7ab30b20d7ec6bf6a4fefc6a3dedc776bb1354da2ac0e0b317318bdc4edc3027e1c01e323a888ad077d389810338c502cff
 SHA512 
dc58df1ef867b3259e30f8f788e1f2964ec48b5ad80102854be94740bfdb71573ea26b0b392af29919f2f967ce6150e59a2a96bbbd04f2c14c44ad671df5d856
 DIST moto-5.1.15.tar.gz.provenance 9286 BLAKE2B 
d64df561eba343899b85957544cfe6aae3e5fe19aacc97e9a6926293349f781e5a9321602370aa7986cb9a82ffaedadb250cbdcfbded8cd4b746d818a6d81508
 SHA512 
addc927ed1f14ffb26c8cce64710c9a65e9f54e49fd054a7d6a178874cff5755ec33ce4c9adf1987eae17a408dcdb95716da307bf0dab9c13b9f3e9ddb794409
+DIST moto-5.1.16.tar.gz 8229581 BLAKE2B 
fdeb2328cf56d40066a255324f60e7eeefe56d043ecdbfb30100f4ca71ce6bbf58cec9157015b385c1f583f365c32792adc41a2df4b9d75faffaea40cd2c812f
 SHA512 
abc63a2de627a0820a1a18de20fa20e4b7e090552fb92016fadc5d9db64250bb4dcba1966eae4812b704d1db867384c389358a87eb32418b4269b340e0308194
+DIST moto-5.1.16.tar.gz.provenance 9051 BLAKE2B 
48ea31f04f0d0404ab12ef34d26fa7de30db57946dc278518c61dcf89da58cc496de58af6efb99b1c118bfb7cbf43e83dc742814e5931f698982303859f73a35
 SHA512 
44cb8ccb1340d095f93d3f9d02ca72b0b83a0970d97dcf20261be7fe1f996b01cfc55de8218d92ba55b7f9a5630daf38791622bfee1f1065099689a755f22dfa
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
 DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a17c3108aff3c344c12dc8331a9f9582b87b
 SHA512 
986d41cc9fa875b5ee51723fdd7669b528dacb6136b6ebb3fa72d4efb3bb89f1fbc44aaa06aa154b80d44c87bca2d93cce30ee32c1ab7c3e8d622b53e011167d

diff --git a/dev-python/moto/moto-5.1.16.ebuild 
b/dev-python/moto/moto-5.1.16.ebuild
new file mode 100644
index ..f8319f5bf51f
--- /dev/null
+++ b/dev-python/moto/moto-5.1.16.ebuild
@@ -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}]
+   de

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-10-24 Thread Sam James
commit: 8f4d63c8f69281e15e77690c7d9211324a0fec86
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 25 01:15:00 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 25 01:15:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4d63c8

dev-python/moto: Stabilize 5.1.13 amd64, #964803

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.13.ebuild 
b/dev-python/moto/moto-5.1.13.ebuild
index 0cebf1cc75e9..e0e8bb9be2a8 100644
--- a/dev-python/moto/moto-5.1.13.ebuild
+++ b/dev-python/moto/moto-5.1.13.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-10-17 Thread Michał Górny
commit: 039fc6e618beae658265e63b1fedca96c05f2892
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  6 04:38:31 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  6 05:24:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039fc6e6

dev-python/moto: Bump to 5.1.14

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.14.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 0a28191b77eb..001b50428fc9 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -5,5 +5,7 @@ DIST moto-5.1.12.tar.gz 7185928 BLAKE2B 
1215c369631eb4a43aa499de70b17b8eda78743d
 DIST moto-5.1.12.tar.gz.provenance 9568 BLAKE2B 
39d6211c37523ee438679ac0f2ad94fabda5afbd54a4667d234acd95fdce76c0de8198b5993ff451b84d35ebed63281751a9d3dbd704251fc4828d1381f171a0
 SHA512 
ddfcdebe272d6b74108aabfc80c78375cbbe565258a8d8583bd2a554d27261bf3718919d01592a5566c45fad12a001e5cff8c90f4f169fc2a7c049e3bef4c9ec
 DIST moto-5.1.13.tar.gz 7194360 BLAKE2B 
464a4997defae7386611c29eb46a3fff48e2d27ae2e22dd65f5d5788c746b193df804ee16b4628536691539b3e020de8a9d736d77c92eb9de2e1bd7907a56234
 SHA512 
b2befd6e407432551c99083f43d19bf4ae633d5dfa2198a98c9d093b2bd50fee4182903362f79943774058f63e43d75337219b2b6ff33152a125d8fb11aa5363
 DIST moto-5.1.13.tar.gz.provenance 9380 BLAKE2B 
79e4254b116e18d5f568027edf26a0f716d7b3f4dc5294f9cc8d379600eff518c204fa4d402191b9a99dc6f94a97a0afa14a7e2741a8790b1e7b78aa575c18a8
 SHA512 
8776bd8698f27e823b84fbd77be42eb4f43cf7beec96847c26066bcf4a362306568cf7688d3d680df17e5e5c4a4550d8b64994dacca8a70e1a7c2f84c3c81b62
+DIST moto-5.1.14.tar.gz 7264025 BLAKE2B 
cca4fd06070ee6db7306f3f95a2fd785b53f0f7f499d15bd53cc946c5cda83ebb96bd2baf56728abcc16f3dc7806d12b38388631f6c60ba6d21d4566e2530b99
 SHA512 
1f59cc49a3a5e12b130b37791a9ce2141134eac54c3b16d910099b7784ce6677ca9607eca4299a641555b3284166cd5588c81ebc17a95bd65dc3b90a57b95d07
+DIST moto-5.1.14.tar.gz.provenance 9286 BLAKE2B 
73c844157e33029d62fde7530a25d0557aae3f38d61df611248ba78e85925c3cf9df0b40bb9ddef93a7990c91fec6895d0c3a2c43306432a2a8f13c119254e6b
 SHA512 
e7e5b1415d5b4cfd145f477fa49e72f39d7611a7f961735d6986aa5691e48fc6e13e3f87aeaccf5d6cd26b26b45ddd7b15ad01d89a086df2d545bf6342151503
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
 DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a17c3108aff3c344c12dc8331a9f9582b87b
 SHA512 
986d41cc9fa875b5ee51723fdd7669b528dacb6136b6ebb3fa72d4efb3bb89f1fbc44aaa06aa154b80d44c87bca2d93cce30ee32c1ab7c3e8d622b53e011167d

diff --git a/dev-python/moto/moto-5.1.14.ebuild 
b/dev-python/moto/moto-5.1.14.ebuild
new file mode 100644
index ..f8319f5bf51f
--- /dev/null
+++ b/dev-python/moto/moto-5.1.14.ebuild
@@ -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}]
+   de

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-10-17 Thread Michał Górny
commit: 0dc1bd39575217ad47b67f4af8badedbff71d5f6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 18 04:56:58 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 18 04:56:58 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc1bd39

dev-python/moto: Bump to 5.1.15

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.15.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 001b50428fc9..d95d3d19a17e 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -7,5 +7,7 @@ DIST moto-5.1.13.tar.gz 7194360 BLAKE2B 
464a4997defae7386611c29eb46a3fff48e2d27a
 DIST moto-5.1.13.tar.gz.provenance 9380 BLAKE2B 
79e4254b116e18d5f568027edf26a0f716d7b3f4dc5294f9cc8d379600eff518c204fa4d402191b9a99dc6f94a97a0afa14a7e2741a8790b1e7b78aa575c18a8
 SHA512 
8776bd8698f27e823b84fbd77be42eb4f43cf7beec96847c26066bcf4a362306568cf7688d3d680df17e5e5c4a4550d8b64994dacca8a70e1a7c2f84c3c81b62
 DIST moto-5.1.14.tar.gz 7264025 BLAKE2B 
cca4fd06070ee6db7306f3f95a2fd785b53f0f7f499d15bd53cc946c5cda83ebb96bd2baf56728abcc16f3dc7806d12b38388631f6c60ba6d21d4566e2530b99
 SHA512 
1f59cc49a3a5e12b130b37791a9ce2141134eac54c3b16d910099b7784ce6677ca9607eca4299a641555b3284166cd5588c81ebc17a95bd65dc3b90a57b95d07
 DIST moto-5.1.14.tar.gz.provenance 9286 BLAKE2B 
73c844157e33029d62fde7530a25d0557aae3f38d61df611248ba78e85925c3cf9df0b40bb9ddef93a7990c91fec6895d0c3a2c43306432a2a8f13c119254e6b
 SHA512 
e7e5b1415d5b4cfd145f477fa49e72f39d7611a7f961735d6986aa5691e48fc6e13e3f87aeaccf5d6cd26b26b45ddd7b15ad01d89a086df2d545bf6342151503
+DIST moto-5.1.15.tar.gz 7288767 BLAKE2B 
5f03a939de3dea4e635cc2c8ca35c7ab30b20d7ec6bf6a4fefc6a3dedc776bb1354da2ac0e0b317318bdc4edc3027e1c01e323a888ad077d389810338c502cff
 SHA512 
dc58df1ef867b3259e30f8f788e1f2964ec48b5ad80102854be94740bfdb71573ea26b0b392af29919f2f967ce6150e59a2a96bbbd04f2c14c44ad671df5d856
+DIST moto-5.1.15.tar.gz.provenance 9286 BLAKE2B 
d64df561eba343899b85957544cfe6aae3e5fe19aacc97e9a6926293349f781e5a9321602370aa7986cb9a82ffaedadb250cbdcfbded8cd4b746d818a6d81508
 SHA512 
addc927ed1f14ffb26c8cce64710c9a65e9f54e49fd054a7d6a178874cff5755ec33ce4c9adf1987eae17a408dcdb95716da307bf0dab9c13b9f3e9ddb794409
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
 DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a17c3108aff3c344c12dc8331a9f9582b87b
 SHA512 
986d41cc9fa875b5ee51723fdd7669b528dacb6136b6ebb3fa72d4efb3bb89f1fbc44aaa06aa154b80d44c87bca2d93cce30ee32c1ab7c3e8d622b53e011167d

diff --git a/dev-python/moto/moto-5.1.15.ebuild 
b/dev-python/moto/moto-5.1.15.ebuild
new file mode 100644
index ..f8319f5bf51f
--- /dev/null
+++ b/dev-python/moto/moto-5.1.15.ebuild
@@ -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}]
+   de

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-09-21 Thread Michał Górny
commit: 7131700ca000873d4354a968966bf09199a3f55b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 21 16:06:35 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 21 16:12:01 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7131700c

dev-python/moto: Bump to 5.1.13

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.13.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 8a14c3423b18..0a28191b77eb 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -3,5 +3,7 @@ DIST moto-5.1.10.tar.gz 7087004 BLAKE2B 
f00161e7df7540c9ff569d8833a4d97d6b702b22
 DIST moto-5.1.11.tar.gz 7111584 BLAKE2B 
1a44247a2611bdf26f08b48ca4f804a405148be78750394c79af6b984ced5a659da5f63da1a1d0a5cb200e15e895e2e2a63829a6c908d0ceb9b9e4b0db8a4286
 SHA512 
5d790c43ec55e0d3b55a69b8763f3c23154cbf7d1fa7bbb870ecbce4fe2062c69221881852303688a9a30d8decc619f5de8f5cd8aef780e258597e5ba3edd622
 DIST moto-5.1.12.tar.gz 7185928 BLAKE2B 
1215c369631eb4a43aa499de70b17b8eda78743d54d68561b4db18a55a0be5bb71927df31ac18a54aa898faafc6a380fe45765461663cdc65b49d11ca94bf86c
 SHA512 
e0992ca2af9c298f3b31917eda58b83b2a7ba8141ac9c2b440a506525ffd53431fb69290897d358f2d70a57d6cdf82a88966d1872fdc555f0cd6e62ffd683b74
 DIST moto-5.1.12.tar.gz.provenance 9568 BLAKE2B 
39d6211c37523ee438679ac0f2ad94fabda5afbd54a4667d234acd95fdce76c0de8198b5993ff451b84d35ebed63281751a9d3dbd704251fc4828d1381f171a0
 SHA512 
ddfcdebe272d6b74108aabfc80c78375cbbe565258a8d8583bd2a554d27261bf3718919d01592a5566c45fad12a001e5cff8c90f4f169fc2a7c049e3bef4c9ec
+DIST moto-5.1.13.tar.gz 7194360 BLAKE2B 
464a4997defae7386611c29eb46a3fff48e2d27ae2e22dd65f5d5788c746b193df804ee16b4628536691539b3e020de8a9d736d77c92eb9de2e1bd7907a56234
 SHA512 
b2befd6e407432551c99083f43d19bf4ae633d5dfa2198a98c9d093b2bd50fee4182903362f79943774058f63e43d75337219b2b6ff33152a125d8fb11aa5363
+DIST moto-5.1.13.tar.gz.provenance 9380 BLAKE2B 
79e4254b116e18d5f568027edf26a0f716d7b3f4dc5294f9cc8d379600eff518c204fa4d402191b9a99dc6f94a97a0afa14a7e2741a8790b1e7b78aa575c18a8
 SHA512 
8776bd8698f27e823b84fbd77be42eb4f43cf7beec96847c26066bcf4a362306568cf7688d3d680df17e5e5c4a4550d8b64994dacca8a70e1a7c2f84c3c81b62
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
 DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a17c3108aff3c344c12dc8331a9f9582b87b
 SHA512 
986d41cc9fa875b5ee51723fdd7669b528dacb6136b6ebb3fa72d4efb3bb89f1fbc44aaa06aa154b80d44c87bca2d93cce30ee32c1ab7c3e8d622b53e011167d

diff --git a/dev-python/moto/moto-5.1.13.ebuild 
b/dev-python/moto/moto-5.1.13.ebuild
new file mode 100644
index ..f8319f5bf51f
--- /dev/null
+++ b/dev-python/moto/moto-5.1.13.ebuild
@@ -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

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-09-07 Thread Michał Górny
commit: 516752867d29b14b69144a8c4dcc94d48e5b6979
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  8 04:42:15 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  8 05:39:19 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51675286

dev-python/moto: Bump to 5.1.12

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

 dev-python/moto/Manifest   |   2 +
 dev-python/moto/moto-5.1.12.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 8df6db7230dd..8a14c3423b18 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,5 +1,7 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.1.10.tar.gz 7087004 BLAKE2B 
f00161e7df7540c9ff569d8833a4d97d6b702b2209e0ea4550dec05135c215c09c38e907fa93ea202597f3ee7272619cbe0c987fba028d4240d4be1195acab43
 SHA512 
3d4faefa2b23cebe44be1a43f8993a3cb254e976d65b6cc1fe8fbc3239d41d252504ec166c17283ff1067937de5b6220810dee714d9c3071e12ee216c3211bff
 DIST moto-5.1.11.tar.gz 7111584 BLAKE2B 
1a44247a2611bdf26f08b48ca4f804a405148be78750394c79af6b984ced5a659da5f63da1a1d0a5cb200e15e895e2e2a63829a6c908d0ceb9b9e4b0db8a4286
 SHA512 
5d790c43ec55e0d3b55a69b8763f3c23154cbf7d1fa7bbb870ecbce4fe2062c69221881852303688a9a30d8decc619f5de8f5cd8aef780e258597e5ba3edd622
+DIST moto-5.1.12.tar.gz 7185928 BLAKE2B 
1215c369631eb4a43aa499de70b17b8eda78743d54d68561b4db18a55a0be5bb71927df31ac18a54aa898faafc6a380fe45765461663cdc65b49d11ca94bf86c
 SHA512 
e0992ca2af9c298f3b31917eda58b83b2a7ba8141ac9c2b440a506525ffd53431fb69290897d358f2d70a57d6cdf82a88966d1872fdc555f0cd6e62ffd683b74
+DIST moto-5.1.12.tar.gz.provenance 9568 BLAKE2B 
39d6211c37523ee438679ac0f2ad94fabda5afbd54a4667d234acd95fdce76c0de8198b5993ff451b84d35ebed63281751a9d3dbd704251fc4828d1381f171a0
 SHA512 
ddfcdebe272d6b74108aabfc80c78375cbbe565258a8d8583bd2a554d27261bf3718919d01592a5566c45fad12a001e5cff8c90f4f169fc2a7c049e3bef4c9ec
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
 DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a17c3108aff3c344c12dc8331a9f9582b87b
 SHA512 
986d41cc9fa875b5ee51723fdd7669b528dacb6136b6ebb3fa72d4efb3bb89f1fbc44aaa06aa154b80d44c87bca2d93cce30ee32c1ab7c3e8d622b53e011167d

diff --git a/dev-python/moto/moto-5.1.12.ebuild 
b/dev-python/moto/moto-5.1.12.ebuild
new file mode 100644
index ..f8319f5bf51f
--- /dev/null
+++ b/dev-python/moto/moto-5.1.12.ebuild
@@ -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-pyt

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-08-24 Thread Michał Górny
commit: 0106689118f81b85f7ecc1932e653b7f92c27f5d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 25 04:40:55 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 25 05:31:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01066891

dev-python/moto: Bump to 5.1.11

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.1.11.ebuild | 114 +
 2 files changed, 115 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 14a20ec8eb47..8df6db7230dd 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,5 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.1.10.tar.gz 7087004 BLAKE2B 
f00161e7df7540c9ff569d8833a4d97d6b702b2209e0ea4550dec05135c215c09c38e907fa93ea202597f3ee7272619cbe0c987fba028d4240d4be1195acab43
 SHA512 
3d4faefa2b23cebe44be1a43f8993a3cb254e976d65b6cc1fe8fbc3239d41d252504ec166c17283ff1067937de5b6220810dee714d9c3071e12ee216c3211bff
+DIST moto-5.1.11.tar.gz 7111584 BLAKE2B 
1a44247a2611bdf26f08b48ca4f804a405148be78750394c79af6b984ced5a659da5f63da1a1d0a5cb200e15e895e2e2a63829a6c908d0ceb9b9e4b0db8a4286
 SHA512 
5d790c43ec55e0d3b55a69b8763f3c23154cbf7d1fa7bbb870ecbce4fe2062c69221881852303688a9a30d8decc619f5de8f5cd8aef780e258597e5ba3edd622
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
 DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a17c3108aff3c344c12dc8331a9f9582b87b
 SHA512 
986d41cc9fa875b5ee51723fdd7669b528dacb6136b6ebb3fa72d4efb3bb89f1fbc44aaa06aa154b80d44c87bca2d93cce30ee32c1ab7c3e8d622b53e011167d

diff --git a/dev-python/moto/moto-5.1.11.ebuild 
b/dev-python/moto/moto-5.1.11.ebuild
new file mode 100644
index ..bf25a6f529cd
--- /dev/null
+++ b/dev-python/moto/moto-5.1.11.ebuild
@@ -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
+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_a

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-08-11 Thread Michał Górny
commit: a60046c22acefb8b2cb8f42a9dd2fb5cc5d35ea5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 12 01:43:27 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 12 01:43:27 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60046c2

dev-python/moto: Bump to 5.1.10

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.1.10.ebuild | 114 +
 2 files changed, 115 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 24a44c4652fd..14a20ec8eb47 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
+DIST moto-5.1.10.tar.gz 7087004 BLAKE2B 
f00161e7df7540c9ff569d8833a4d97d6b702b2209e0ea4550dec05135c215c09c38e907fa93ea202597f3ee7272619cbe0c987fba028d4240d4be1195acab43
 SHA512 
3d4faefa2b23cebe44be1a43f8993a3cb254e976d65b6cc1fe8fbc3239d41d252504ec166c17283ff1067937de5b6220810dee714d9c3071e12ee216c3211bff
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
 DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a17c3108aff3c344c12dc8331a9f9582b87b
 SHA512 
986d41cc9fa875b5ee51723fdd7669b528dacb6136b6ebb3fa72d4efb3bb89f1fbc44aaa06aa154b80d44c87bca2d93cce30ee32c1ab7c3e8d622b53e011167d

diff --git a/dev-python/moto/moto-5.1.10.ebuild 
b/dev-python/moto/moto-5.1.10.ebuild
new file mode 100644
index ..bf25a6f529cd
--- /dev/null
+++ b/dev-python/moto/moto-5.1.10.ebuild
@@ -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
+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::tes

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-07-28 Thread Michał Górny
commit: 0737f2e0afd5cf09cc9d4a5b4b9dd67be74a6a27
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 29 02:10:09 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 29 02:41:27 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0737f2e0

dev-python/moto: Bump to 5.1.9

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.9.ebuild | 114 ++
 2 files changed, 115 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 318958e71e0d..24a44c4652fd 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,2 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114
+DIST moto-5.1.9.tar.gz 7041662 BLAKE2B 
8121c2022e5af70e71b6d4855ca7f964234ef06f14f8b08e80bd3676c26f6e9a06e8f469e610bcf2882b5468d613a17c3108aff3c344c12dc8331a9f9582b87b
 SHA512 
986d41cc9fa875b5ee51723fdd7669b528dacb6136b6ebb3fa72d4efb3bb89f1fbc44aaa06aa154b80d44c87bca2d93cce30ee32c1ab7c3e8d622b53e011167d

diff --git a/dev-python/moto/moto-5.1.9.ebuild 
b/dev-python/moto/moto-5.1.9.ebuild
new file mode 100644
index ..bf25a6f529cd
--- /dev/null
+++ b/dev-python/moto/moto-5.1.9.ebuild
@@ -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
+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
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-07-26 Thread Michał Górny
commit: d1732e5db3db455e6576d6da65ac21e863da904a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 26 19:08:36 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 26 19:08:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1732e5d

dev-python/moto: Remove old

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

 dev-python/moto/Manifest  |   1 -
 dev-python/moto/moto-5.1.6.ebuild | 115 --
 2 files changed, 116 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index ddd66b99e8cb..318958e71e0d 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,2 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.1.6.tar.gz 6964053 BLAKE2B 
8fcf600f66c2bda55e47eccf42fd1c9c8a0f6179e335852f24252c46018719ad2ad88e6c02b35b885ab2eb93be357f7bb8cc3f64d63cb9381d6b28c9565ce8f6
 SHA512 
b7b55a7c2263f1886a9e4be8cf66e5f4228b450f8700f7f94ad2bde97d2d54dc0e7711a4b8dc1024fe97fb7e6fce8a350604dfa55b81ddb1a2aa8de7b6ac12d3
 DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114

diff --git a/dev-python/moto/moto-5.1.6.ebuild 
b/dev-python/moto/moto-5.1.6.ebuild
deleted file mode 100644
index 98536adf0c4d..
--- a/dev-python/moto/moto-5.1.6.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${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::

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-07-26 Thread Sam James
commit: 514d12bbd1b40cb29424dd6f6bb6125634fdb52a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 26 18:55:43 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 26 18:55:43 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514d12bb

dev-python/moto: Stabilize 5.1.8 amd64, #960720

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.8.ebuild 
b/dev-python/moto/moto-5.1.8.ebuild
index e3621b098940..a14e44cf5004 100644
--- a/dev-python/moto/moto-5.1.8.ebuild
+++ b/dev-python/moto/moto-5.1.8.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-07-26 Thread Michał Górny
commit: 2fb3fb421bf8517c195182997d0f1e958c06997a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 26 13:05:27 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 26 13:05:27 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb3fb42

dev-python/moto: Stabilize 5.1.8 arm64, #960720

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

 dev-python/moto/moto-5.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.8.ebuild 
b/dev-python/moto/moto-5.1.8.ebuild
index 445df87f7098..e3621b098940 100644
--- a/dev-python/moto/moto-5.1.8.ebuild
+++ b/dev-python/moto/moto-5.1.8.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-07-06 Thread Michał Górny
commit: 77d1ac5dece7f6d8e80076a324598427fea38b7a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  7 02:31:07 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  7 02:31:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d1ac5d

dev-python/moto: Bump to 5.1.8

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.8.ebuild | 113 ++
 2 files changed, 114 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 2368b08ccd41..ddd66b99e8cb 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,2 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.1.6.tar.gz 6964053 BLAKE2B 
8fcf600f66c2bda55e47eccf42fd1c9c8a0f6179e335852f24252c46018719ad2ad88e6c02b35b885ab2eb93be357f7bb8cc3f64d63cb9381d6b28c9565ce8f6
 SHA512 
b7b55a7c2263f1886a9e4be8cf66e5f4228b450f8700f7f94ad2bde97d2d54dc0e7711a4b8dc1024fe97fb7e6fce8a350604dfa55b81ddb1a2aa8de7b6ac12d3
+DIST moto-5.1.8.tar.gz 7039961 BLAKE2B 
be2231a13036e2a5c925c7435ebce3adeea6ac03d9806d010d1c067b4e2d008f642a234fb80e082e5053332c6580d130f232ebe0b83d59c55977ea3a38364914
 SHA512 
fb8ad9ba2ac94a86261e2862d87d9ea632d2275c6cccf7d248ac95db96f615109add8803bf118625c828c7a2615fc6f20bcf682de1e4398f69add5eeb9fe8114

diff --git a/dev-python/moto/moto-5.1.8.ebuild 
b/dev-python/moto/moto-5.1.8.ebuild
new file mode 100644
index ..445df87f7098
--- /dev/null
+++ b/dev-python/moto/moto-5.1.8.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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=( pytest-rerunfailures )
+: "${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
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-07-05 Thread Michał Górny
commit: 55727a7034172324b9b70cbcc74a63e4174290de
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  5 13:24:15 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  5 13:24:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55727a70

dev-python/moto: Remove old

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

 dev-python/moto/Manifest  |   2 -
 dev-python/moto/moto-5.1.4.ebuild | 115 --
 dev-python/moto/moto-5.1.5.ebuild | 115 --
 3 files changed, 232 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 93d25ebd0702..2368b08ccd41 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,2 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.1.4.tar.gz 6796440 BLAKE2B 
179566c4299e88079a4f0f15ffad32a7d118095c00058e0df5aacf50a84dd0c2b2cb0950b23cb228bff2b197f62f50a8958c5b43a885599e7332f4cad5c94100
 SHA512 
f16b16580ae8c8d39a755024b8ee507b84b8b3932976d84110c96f646c7b71869a762d2e84c0fd19cfe2443649b83191ba5a03e43b6b3dfb59f5fa127e498ecd
-DIST moto-5.1.5.tar.gz 6893155 BLAKE2B 
d0ede9c48c356e879ebd78e7bd793a9d8534edc15430e7d1c357f25fd9468d64917fbc51fc501333485cadb61c661d12c36b48bd26bdd06bcb53f45010d072e5
 SHA512 
45c38c896d11366d887cda75fc20c3b7a5bb511e794e29a904687cfd59b90a30571d21f0c91d3bb90e42275148477056b3fe5a67d75878e40bd26d4fcf94999c
 DIST moto-5.1.6.tar.gz 6964053 BLAKE2B 
8fcf600f66c2bda55e47eccf42fd1c9c8a0f6179e335852f24252c46018719ad2ad88e6c02b35b885ab2eb93be357f7bb8cc3f64d63cb9381d6b28c9565ce8f6
 SHA512 
b7b55a7c2263f1886a9e4be8cf66e5f4228b450f8700f7f94ad2bde97d2d54dc0e7711a4b8dc1024fe97fb7e6fce8a350604dfa55b81ddb1a2aa8de7b6ac12d3

diff --git a/dev-python/moto/moto-5.1.4.ebuild 
b/dev-python/moto/moto-5.1.4.ebuild
deleted file mode 100644
index 98536adf0c4d..
--- a/dev-python/moto/moto-5.1.4.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${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
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-07-05 Thread Arthur Zamarin
commit: 0f11205439ab03aecfb928e4af2c9d6766a80e54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  5 13:20:36 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  5 13:20:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f112054

dev-python/moto: Stabilize 5.1.6 amd64, #959555

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.6.ebuild 
b/dev-python/moto/moto-5.1.6.ebuild
index 5c0292108f3c..98536adf0c4d 100644
--- a/dev-python/moto/moto-5.1.6.ebuild
+++ b/dev-python/moto/moto-5.1.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-07-05 Thread Arthur Zamarin
commit: a38b70c078a251595a886932682fcd64d1ff1e73
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  5 09:37:24 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  5 09:37:24 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38b70c0

dev-python/moto: Stabilize 5.1.6 arm64, #959555

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.6.ebuild 
b/dev-python/moto/moto-5.1.6.ebuild
index 01e632d8415e..5c0292108f3c 100644
--- a/dev-python/moto/moto-5.1.6.ebuild
+++ b/dev-python/moto/moto-5.1.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-06-15 Thread Michał Górny
commit: 3b1286e7a24ee3b2f77fafe571f9b6c13babe269
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 16 01:42:58 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 16 01:42:58 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1286e7

dev-python/moto: Bump to 5.1.6

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.6.ebuild | 115 ++
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 612532ac5969..93d25ebd0702 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.1.4.tar.gz 6796440 BLAKE2B 
179566c4299e88079a4f0f15ffad32a7d118095c00058e0df5aacf50a84dd0c2b2cb0950b23cb228bff2b197f62f50a8958c5b43a885599e7332f4cad5c94100
 SHA512 
f16b16580ae8c8d39a755024b8ee507b84b8b3932976d84110c96f646c7b71869a762d2e84c0fd19cfe2443649b83191ba5a03e43b6b3dfb59f5fa127e498ecd
 DIST moto-5.1.5.tar.gz 6893155 BLAKE2B 
d0ede9c48c356e879ebd78e7bd793a9d8534edc15430e7d1c357f25fd9468d64917fbc51fc501333485cadb61c661d12c36b48bd26bdd06bcb53f45010d072e5
 SHA512 
45c38c896d11366d887cda75fc20c3b7a5bb511e794e29a904687cfd59b90a30571d21f0c91d3bb90e42275148477056b3fe5a67d75878e40bd26d4fcf94999c
+DIST moto-5.1.6.tar.gz 6964053 BLAKE2B 
8fcf600f66c2bda55e47eccf42fd1c9c8a0f6179e335852f24252c46018719ad2ad88e6c02b35b885ab2eb93be357f7bb8cc3f64d63cb9381d6b28c9565ce8f6
 SHA512 
b7b55a7c2263f1886a9e4be8cf66e5f4228b450f8700f7f94ad2bde97d2d54dc0e7711a4b8dc1024fe97fb7e6fce8a350604dfa55b81ddb1a2aa8de7b6ac12d3

diff --git a/dev-python/moto/moto-5.1.6.ebuild 
b/dev-python/moto/moto-5.1.6.ebuild
new file mode 100644
index ..01e632d8415e
--- /dev/null
+++ b/dev-python/moto/moto-5.1.6.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${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::TestCognitoUserPo

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-06-14 Thread Arthur Zamarin
commit: 1a72d16506df861bc11cd67186bad7917ff1cae9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 14 09:56:40 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 14 09:56:40 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a72d165

dev-python/moto: Stabilize 5.1.5 amd64, #958137

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.5.ebuild 
b/dev-python/moto/moto-5.1.5.ebuild
index 01e632d8415e..39b5996c3f18 100644
--- a/dev-python/moto/moto-5.1.5.ebuild
+++ b/dev-python/moto/moto-5.1.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-06-06 Thread Michał Górny
commit: 6f1dc54bf9b6cb9b7dc07353c0d2ad2f77f25759
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  6 16:33:49 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  6 16:33:49 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1dc54b

dev-python/moto: Remove old

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

 dev-python/moto/Manifest  |   1 -
 dev-python/moto/moto-5.1.3.ebuild | 115 --
 2 files changed, 116 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 77955ae70f44..612532ac5969 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.1.3.tar.gz 6765413 BLAKE2B 
3a56d683b0818d09f98509afb94d4b6fb975f563d7f08ba225cac9f447b710c19a3af66c4c602369392190e2bde5b6970e0b64fd684bf361b7fc6a41b79da6ff
 SHA512 
23e1abe55f9686b2b928886a7d31024fc98b701680611b3794027e568c1e3349857e1ea42891f3649cb87bf2a2376765ac10e480e29ec6fcf3c4e26f628b
 DIST moto-5.1.4.tar.gz 6796440 BLAKE2B 
179566c4299e88079a4f0f15ffad32a7d118095c00058e0df5aacf50a84dd0c2b2cb0950b23cb228bff2b197f62f50a8958c5b43a885599e7332f4cad5c94100
 SHA512 
f16b16580ae8c8d39a755024b8ee507b84b8b3932976d84110c96f646c7b71869a762d2e84c0fd19cfe2443649b83191ba5a03e43b6b3dfb59f5fa127e498ecd
 DIST moto-5.1.5.tar.gz 6893155 BLAKE2B 
d0ede9c48c356e879ebd78e7bd793a9d8534edc15430e7d1c357f25fd9468d64917fbc51fc501333485cadb61c661d12c36b48bd26bdd06bcb53f45010d072e5
 SHA512 
45c38c896d11366d887cda75fc20c3b7a5bb511e794e29a904687cfd59b90a30571d21f0c91d3bb90e42275148477056b3fe5a67d75878e40bd26d4fcf94999c

diff --git a/dev-python/moto/moto-5.1.3.ebuild 
b/dev-python/moto/moto-5.1.3.ebuild
deleted file mode 100644
index 98536adf0c4d..
--- a/dev-python/moto/moto-5.1.3.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${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::TestCognitoUserPool

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-06-06 Thread Arthur Zamarin
commit: 1e311a1bffcffa5830329155e9783d6bcd463de6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  6 16:05:14 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  6 16:05:14 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e311a1b

dev-python/moto: destable for ~x86

Bug: https://bugs.gentoo.org/955732
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-4.2.14.ebuild | 6 +++---
 dev-python/moto/moto-5.1.3.ebuild  | 4 ++--
 dev-python/moto/moto-5.1.4.ebuild  | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/moto/moto-4.2.14.ebuild 
b/dev-python/moto/moto-4.2.14.ebuild
index da16cf94b727..7f9e41388b36 100644
--- a/dev-python/moto/moto-4.2.14.ebuild
+++ b/dev-python/moto/moto-4.2.14.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1 pypi
 
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-5.1.3.ebuild 
b/dev-python/moto/moto-5.1.3.ebuild
index 12c21687a00f..98536adf0c4d 100644
--- a/dev-python/moto/moto-5.1.3.ebuild
+++ b/dev-python/moto/moto-5.1.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 pypi toolchain-funcs
 
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-5.1.4.ebuild 
b/dev-python/moto/moto-5.1.4.ebuild
index 11db9e0ed18b..98536adf0c4d 100644
--- a/dev-python/moto/moto-5.1.4.ebuild
+++ b/dev-python/moto/moto-5.1.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 pypi toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-05-24 Thread Michał Górny
commit: 5d5bc462a7d1d052e4ea640217bd4523cbb3492c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 25 02:21:57 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 25 03:22:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5bc462

dev-python/moto: Bump to 5.1.5

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.5.ebuild | 115 ++
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 3daee22fd354..77955ae70f44 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.1.3.tar.gz 6765413 BLAKE2B 
3a56d683b0818d09f98509afb94d4b6fb975f563d7f08ba225cac9f447b710c19a3af66c4c602369392190e2bde5b6970e0b64fd684bf361b7fc6a41b79da6ff
 SHA512 
23e1abe55f9686b2b928886a7d31024fc98b701680611b3794027e568c1e3349857e1ea42891f3649cb87bf2a2376765ac10e480e29ec6fcf3c4e26f628b
 DIST moto-5.1.4.tar.gz 6796440 BLAKE2B 
179566c4299e88079a4f0f15ffad32a7d118095c00058e0df5aacf50a84dd0c2b2cb0950b23cb228bff2b197f62f50a8958c5b43a885599e7332f4cad5c94100
 SHA512 
f16b16580ae8c8d39a755024b8ee507b84b8b3932976d84110c96f646c7b71869a762d2e84c0fd19cfe2443649b83191ba5a03e43b6b3dfb59f5fa127e498ecd
+DIST moto-5.1.5.tar.gz 6893155 BLAKE2B 
d0ede9c48c356e879ebd78e7bd793a9d8534edc15430e7d1c357f25fd9468d64917fbc51fc501333485cadb61c661d12c36b48bd26bdd06bcb53f45010d072e5
 SHA512 
45c38c896d11366d887cda75fc20c3b7a5bb511e794e29a904687cfd59b90a30571d21f0c91d3bb90e42275148477056b3fe5a67d75878e40bd26d4fcf94999c

diff --git a/dev-python/moto/moto-5.1.5.ebuild 
b/dev-python/moto/moto-5.1.5.ebuild
new file mode 100644
index ..01e632d8415e
--- /dev/null
+++ b/dev-python/moto/moto-5.1.5.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${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::TestCognitoUserPo

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-05-10 Thread Arthur Zamarin
commit: d84e38e02f40e9997ca45b383d59cf2caf4b533a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun May 11 04:05:10 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May 11 04:05:10 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84e38e0

dev-python/moto: Stabilize 5.1.4 amd64, #955732

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.4.ebuild 
b/dev-python/moto/moto-5.1.4.ebuild
index f4d209fe270a..11db9e0ed18b 100644
--- a/dev-python/moto/moto-5.1.4.ebuild
+++ b/dev-python/moto/moto-5.1.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-05-10 Thread Sam James
commit: 7b4f31f23234e1e5c68d0efacb41057d5e3750e8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 10 11:03:04 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 10 11:03:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4f31f2

dev-python/moto: Stabilize 5.1.4 arm64, #955732

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.4.ebuild 
b/dev-python/moto/moto-5.1.4.ebuild
index e971a45943a4..f4d209fe270a 100644
--- a/dev-python/moto/moto-5.1.4.ebuild
+++ b/dev-python/moto/moto-5.1.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-04-26 Thread Michał Górny
commit: 38a0400a15a8417ebb93458b1d4da3e376988268
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 26 17:00:30 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 26 17:15:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a0400a

dev-python/moto: Remove old

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

 dev-python/moto/Manifest  |   2 -
 dev-python/moto/moto-5.1.1.ebuild | 132 --
 dev-python/moto/moto-5.1.2.ebuild | 115 -
 3 files changed, 249 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index fa82fed66c5d..3daee22fd354 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,5 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.1.1.tar.gz 6647375 BLAKE2B 
6b12e46010798d776f148b8a8e99c7f65ce9c98cc086698be8335308952049f073eef99f8f41dd7868dd02816d3f1e12c9d8a5e8216644d7e9166f894aec44c6
 SHA512 
cabb57321dda5670ab81c01d5defe435939949ec77de4ec0ab14a72d18a180e10c67e78c2859b528c2eb6039b018a9be4d4909c9b5b3d73fad45a82be8240312
-DIST moto-5.1.2.tar.gz 6689364 BLAKE2B 
ed34b8f299924140196b200393dd554808d6b71fabbe671832b7655a3a4fa4f553ff3c11770b118fa3e04d7e957707fdc47e1027265529b0b25936d1590191fb
 SHA512 
6ff45b287987df1c2573c9557b5c7c444f50bf13ed5b7aa458273cbd0e99d8c893b0517089d72520ae3566a3c65ca4aae20fcc0f1d404f5c30bf58b2f84e638f
 DIST moto-5.1.3.tar.gz 6765413 BLAKE2B 
3a56d683b0818d09f98509afb94d4b6fb975f563d7f08ba225cac9f447b710c19a3af66c4c602369392190e2bde5b6970e0b64fd684bf361b7fc6a41b79da6ff
 SHA512 
23e1abe55f9686b2b928886a7d31024fc98b701680611b3794027e568c1e3349857e1ea42891f3649cb87bf2a2376765ac10e480e29ec6fcf3c4e26f628b
 DIST moto-5.1.4.tar.gz 6796440 BLAKE2B 
179566c4299e88079a4f0f15ffad32a7d118095c00058e0df5aacf50a84dd0c2b2cb0950b23cb228bff2b197f62f50a8958c5b43a885599e7332f4cad5c94100
 SHA512 
f16b16580ae8c8d39a755024b8ee507b84b8b3932976d84110c96f646c7b71869a762d2e84c0fd19cfe2443649b83191ba5a03e43b6b3dfb59f5fa127e498ecd

diff --git a/dev-python/moto/moto-5.1.1.ebuild 
b/dev-python/moto/moto-5.1.1.ebuild
deleted file mode 100644
index 5247c0d1549d..
--- a/dev-python/moto/moto-5.1.1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_res

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-04-26 Thread Sam James
commit: 205d3f62244e6ec17df5238325af4c8673bdfcfc
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 26 16:39:08 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 26 16:39:08 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205d3f62

dev-python/moto: Stabilize 5.1.3 x86, #954739

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.3.ebuild 
b/dev-python/moto/moto-5.1.3.ebuild
index 11db9e0ed18b..12c21687a00f 100644
--- a/dev-python/moto/moto-5.1.3.ebuild
+++ b/dev-python/moto/moto-5.1.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-04-26 Thread Arthur Zamarin
commit: 1de36cf6fbdfb1a894450ef4ed5d4baa51ac966b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 26 15:30:46 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 26 15:30:46 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de36cf6

dev-python/moto: Stabilize 5.1.3 amd64, #954739

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.3.ebuild 
b/dev-python/moto/moto-5.1.3.ebuild
index f4d209fe270a..11db9e0ed18b 100644
--- a/dev-python/moto/moto-5.1.3.ebuild
+++ b/dev-python/moto/moto-5.1.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-04-26 Thread Arthur Zamarin
commit: f0bd1005a38aa2c850f81edb6472f27536617797
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 26 10:04:16 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 26 10:04:16 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bd1005

dev-python/moto: Stabilize 5.1.3 arm64, #954739

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.3.ebuild 
b/dev-python/moto/moto-5.1.3.ebuild
index e971a45943a4..f4d209fe270a 100644
--- a/dev-python/moto/moto-5.1.3.ebuild
+++ b/dev-python/moto/moto-5.1.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-04-20 Thread Michał Górny
commit: ba12a2ea9eec2818c3fe8b32812c3fb58cef9208
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 21 03:35:10 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 21 04:28:07 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba12a2ea

dev-python/moto: Bump to 5.1.4

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.4.ebuild | 115 ++
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index d6280a36725a..fa82fed66c5d 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -2,3 +2,4 @@ DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f3
 DIST moto-5.1.1.tar.gz 6647375 BLAKE2B 
6b12e46010798d776f148b8a8e99c7f65ce9c98cc086698be8335308952049f073eef99f8f41dd7868dd02816d3f1e12c9d8a5e8216644d7e9166f894aec44c6
 SHA512 
cabb57321dda5670ab81c01d5defe435939949ec77de4ec0ab14a72d18a180e10c67e78c2859b528c2eb6039b018a9be4d4909c9b5b3d73fad45a82be8240312
 DIST moto-5.1.2.tar.gz 6689364 BLAKE2B 
ed34b8f299924140196b200393dd554808d6b71fabbe671832b7655a3a4fa4f553ff3c11770b118fa3e04d7e957707fdc47e1027265529b0b25936d1590191fb
 SHA512 
6ff45b287987df1c2573c9557b5c7c444f50bf13ed5b7aa458273cbd0e99d8c893b0517089d72520ae3566a3c65ca4aae20fcc0f1d404f5c30bf58b2f84e638f
 DIST moto-5.1.3.tar.gz 6765413 BLAKE2B 
3a56d683b0818d09f98509afb94d4b6fb975f563d7f08ba225cac9f447b710c19a3af66c4c602369392190e2bde5b6970e0b64fd684bf361b7fc6a41b79da6ff
 SHA512 
23e1abe55f9686b2b928886a7d31024fc98b701680611b3794027e568c1e3349857e1ea42891f3649cb87bf2a2376765ac10e480e29ec6fcf3c4e26f628b
+DIST moto-5.1.4.tar.gz 6796440 BLAKE2B 
179566c4299e88079a4f0f15ffad32a7d118095c00058e0df5aacf50a84dd0c2b2cb0950b23cb228bff2b197f62f50a8958c5b43a885599e7332f4cad5c94100
 SHA512 
f16b16580ae8c8d39a755024b8ee507b84b8b3932976d84110c96f646c7b71869a762d2e84c0fd19cfe2443649b83191ba5a03e43b6b3dfb59f5fa127e498ecd

diff --git a/dev-python/moto/moto-5.1.4.ebuild 
b/dev-python/moto/moto-5.1.4.ebuild
new file mode 100644
index ..e971a45943a4
--- /dev/null
+++ b/dev-python/moto/moto-5.1.4.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${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
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-04-19 Thread Michał Górny
commit: d7aebcce8ac194cbec8cbe16007937383e441be3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 19 13:17:04 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 19 13:19:50 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7aebcce

dev-python/moto: Stabilize 5.1.2 arm64, #954046

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

 dev-python/moto/moto-5.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.2.ebuild 
b/dev-python/moto/moto-5.1.2.ebuild
index e971a45943a4..f4d209fe270a 100644
--- a/dev-python/moto/moto-5.1.2.ebuild
+++ b/dev-python/moto/moto-5.1.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-04-06 Thread Michał Górny
commit: af27f12e02eff1b6886ffa1508c893bb2d3437a2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  7 05:08:25 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  7 05:30:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af27f12e

dev-python/moto: Bump to 5.1.3

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.3.ebuild | 115 ++
 2 files changed, 116 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 7c2cdc6db6a1..d6280a36725a 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.1.1.tar.gz 6647375 BLAKE2B 
6b12e46010798d776f148b8a8e99c7f65ce9c98cc086698be8335308952049f073eef99f8f41dd7868dd02816d3f1e12c9d8a5e8216644d7e9166f894aec44c6
 SHA512 
cabb57321dda5670ab81c01d5defe435939949ec77de4ec0ab14a72d18a180e10c67e78c2859b528c2eb6039b018a9be4d4909c9b5b3d73fad45a82be8240312
 DIST moto-5.1.2.tar.gz 6689364 BLAKE2B 
ed34b8f299924140196b200393dd554808d6b71fabbe671832b7655a3a4fa4f553ff3c11770b118fa3e04d7e957707fdc47e1027265529b0b25936d1590191fb
 SHA512 
6ff45b287987df1c2573c9557b5c7c444f50bf13ed5b7aa458273cbd0e99d8c893b0517089d72520ae3566a3c65ca4aae20fcc0f1d404f5c30bf58b2f84e638f
+DIST moto-5.1.3.tar.gz 6765413 BLAKE2B 
3a56d683b0818d09f98509afb94d4b6fb975f563d7f08ba225cac9f447b710c19a3af66c4c602369392190e2bde5b6970e0b64fd684bf361b7fc6a41b79da6ff
 SHA512 
23e1abe55f9686b2b928886a7d31024fc98b701680611b3794027e568c1e3349857e1ea42891f3649cb87bf2a2376765ac10e480e29ec6fcf3c4e26f628b

diff --git a/dev-python/moto/moto-5.1.3.ebuild 
b/dev-python/moto/moto-5.1.3.ebuild
new file mode 100644
index ..e971a45943a4
--- /dev/null
+++ b/dev-python/moto/moto-5.1.3.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${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::TestCognitoUserPo

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-03-31 Thread Michał Górny
commit: a84ea0ce2a9e830132fa8011aad8e1ceef713e0a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 31 09:12:45 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 31 09:14:25 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84ea0ce

dev-python/moto: Set AWS_DEFAULT_REGION to fix a test

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

 dev-python/moto/moto-5.1.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/moto/moto-5.1.2.ebuild 
b/dev-python/moto/moto-5.1.2.ebuild
index c89eeacc64ff..e971a45943a4 100644
--- a/dev-python/moto/moto-5.1.2.ebuild
+++ b/dev-python/moto/moto-5.1.2.ebuild
@@ -87,8 +87,6 @@ python_test() {

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
-   # TODO: region?
-   
tests/test_resourcegroupstaggingapi/test_resourcegroupstaggingapi.py::test_get_tag_values_cloudfront
)
local EPYTEST_IGNORE=(
# require joserfc
@@ -109,6 +107,7 @@ python_test() {
 
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
local -x TZ=UTC
+   local -x AWS_DEFAULT_REGION=us-east-1
 
rm -rf moto || die
epytest -m 'not network and not requires_docker' \



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-03-31 Thread Michał Górny
commit: 08b4e3712967c02639576e8ca292fc5d09124f18
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 31 06:16:01 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 31 07:10:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b4e371

dev-python/moto: Bump to 5.1.2

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.2.ebuild | 116 ++
 2 files changed, 117 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index f5532e11c52d..7c2cdc6db6a1 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,2 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.1.1.tar.gz 6647375 BLAKE2B 
6b12e46010798d776f148b8a8e99c7f65ce9c98cc086698be8335308952049f073eef99f8f41dd7868dd02816d3f1e12c9d8a5e8216644d7e9166f894aec44c6
 SHA512 
cabb57321dda5670ab81c01d5defe435939949ec77de4ec0ab14a72d18a180e10c67e78c2859b528c2eb6039b018a9be4d4909c9b5b3d73fad45a82be8240312
+DIST moto-5.1.2.tar.gz 6689364 BLAKE2B 
ed34b8f299924140196b200393dd554808d6b71fabbe671832b7655a3a4fa4f553ff3c11770b118fa3e04d7e957707fdc47e1027265529b0b25936d1590191fb
 SHA512 
6ff45b287987df1c2573c9557b5c7c444f50bf13ed5b7aa458273cbd0e99d8c893b0517089d72520ae3566a3c65ca4aae20fcc0f1d404f5c30bf58b2f84e638f

diff --git a/dev-python/moto/moto-5.1.2.ebuild 
b/dev-python/moto/moto-5.1.2.ebuild
new file mode 100644
index ..c89eeacc64ff
--- /dev/null
+++ b/dev-python/moto/moto-5.1.2.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${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

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-03-22 Thread Michał Górny
commit: cf930b36a033d9624ec44f8395703dac42044592
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 22 20:20:21 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 22 20:22:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf930b36

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   2 -
 dev-python/moto/moto-5.0.28.ebuild | 132 -
 dev-python/moto/moto-5.1.0.ebuild  | 132 -
 3 files changed, 266 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index cfc95db0ac7e..f5532e11c52d 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,2 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.28.tar.gz 6537950 BLAKE2B 
c9f81297d3336b28923f831afacf0b9be1b3e1f409384e049be710ead8e5d6354a4823089dcd4c2a7f0e453a14c6b3287b89b4a2597abb8984968423a6d53c62
 SHA512 
1c66279543324a726544e583d5091da7d47aec7dbbb4a2d565b6017e370cfd8c51d613fb56cb6d4279d4101426d88231fd6c70c59082e7b20acf4311278b41d2
-DIST moto-5.1.0.tar.gz 6581832 BLAKE2B 
9017167a91677c825edecfe26ecc8ff21e7364c785bbd755b279a339b36cff109878526bbbf5eee3fad8e6e097ae797d03949547f86b0a0eeaf5b592d3c38dd8
 SHA512 
8d4033de842c54603d9ffb60e150f430e48f0f853bb9c53eeac5b67560414290b23cae7211c3d58e7dacd056b341d8959dc7da32be17d4ba5fdcbd7d491498ce
 DIST moto-5.1.1.tar.gz 6647375 BLAKE2B 
6b12e46010798d776f148b8a8e99c7f65ce9c98cc086698be8335308952049f073eef99f8f41dd7868dd02816d3f1e12c9d8a5e8216644d7e9166f894aec44c6
 SHA512 
cabb57321dda5670ab81c01d5defe435939949ec77de4ec0ab14a72d18a180e10c67e78c2859b528c2eb6039b018a9be4d4909c9b5b3d73fad45a82be8240312

diff --git a/dev-python/moto/moto-5.0.28.ebuild 
b/dev-python/moto/moto-5.0.28.ebuild
deleted file mode 100644
index 5247c0d1549d..
--- a/dev-python/moto/moto-5.0.28.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
-   # broken code? (local variable used referenced before 
definition)
-   tests/test_app

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-03-22 Thread Sam James
commit: 27969a5d9948d8a041fa030de0883d1088b22ae7
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 22 19:43:49 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 22 19:43:49 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27969a5d

dev-python/moto: Stabilize 5.1.1 amd64, #951792

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.1.ebuild 
b/dev-python/moto/moto-5.1.1.ebuild
index 6de536425f35..dbd87433444b 100644
--- a/dev-python/moto/moto-5.1.1.ebuild
+++ b/dev-python/moto/moto-5.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-03-22 Thread Sam James
commit: 354fc9ab1e6dd75280ee5fe73691626f180cb4ad
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 22 19:43:50 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 22 19:43:50 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354fc9ab

dev-python/moto: Stabilize 5.1.1 x86, #951792

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.1.ebuild 
b/dev-python/moto/moto-5.1.1.ebuild
index dbd87433444b..5247c0d1549d 100644
--- a/dev-python/moto/moto-5.1.1.ebuild
+++ b/dev-python/moto/moto-5.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-03-22 Thread Arthur Zamarin
commit: 92b9f988c2d54dc52fd2935b4f3007e216797808
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 22 11:27:53 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 22 11:27:53 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b9f988

dev-python/moto: Stabilize 5.1.1 arm64, #951792

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.1.1.ebuild 
b/dev-python/moto/moto-5.1.1.ebuild
index d3f815a7dd7c..6de536425f35 100644
--- a/dev-python/moto/moto-5.1.1.ebuild
+++ b/dev-python/moto/moto-5.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-03-02 Thread Michał Górny
commit: bc6c1585d58f25b2c292b5b7bcc080a57436e7da
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  3 03:07:25 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  3 03:46:51 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6c1585

dev-python/moto: Bump to 5.1.1

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.1.ebuild | 132 ++
 2 files changed, 133 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 5ce98909a142..cfc95db0ac7e 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.28.tar.gz 6537950 BLAKE2B 
c9f81297d3336b28923f831afacf0b9be1b3e1f409384e049be710ead8e5d6354a4823089dcd4c2a7f0e453a14c6b3287b89b4a2597abb8984968423a6d53c62
 SHA512 
1c66279543324a726544e583d5091da7d47aec7dbbb4a2d565b6017e370cfd8c51d613fb56cb6d4279d4101426d88231fd6c70c59082e7b20acf4311278b41d2
 DIST moto-5.1.0.tar.gz 6581832 BLAKE2B 
9017167a91677c825edecfe26ecc8ff21e7364c785bbd755b279a339b36cff109878526bbbf5eee3fad8e6e097ae797d03949547f86b0a0eeaf5b592d3c38dd8
 SHA512 
8d4033de842c54603d9ffb60e150f430e48f0f853bb9c53eeac5b67560414290b23cae7211c3d58e7dacd056b341d8959dc7da32be17d4ba5fdcbd7d491498ce
+DIST moto-5.1.1.tar.gz 6647375 BLAKE2B 
6b12e46010798d776f148b8a8e99c7f65ce9c98cc086698be8335308952049f073eef99f8f41dd7868dd02816d3f1e12c9d8a5e8216644d7e9166f894aec44c6
 SHA512 
cabb57321dda5670ab81c01d5defe435939949ec77de4ec0ab14a72d18a180e10c67e78c2859b528c2eb6039b018a9be4d4909c9b5b3d73fad45a82be8240312

diff --git a/dev-python/moto/moto-5.1.1.ebuild 
b/dev-python/moto/moto-5.1.1.ebuild
new file mode 100644
index ..d3f815a7dd7c
--- /dev/null
+++ b/dev-python/moto/moto-5.1.1.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_schema.py
+   # require py_partiql_parser
+

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-23 Thread Michał Górny
commit: b44cd1eb73fe31a13ae3e2e79dd567b2cfb0f8ca
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 24 03:05:21 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 24 03:05:21 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44cd1eb

dev-python/moto: Bump to 5.1.0

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

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-5.1.0.ebuild | 132 ++
 2 files changed, 133 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 8cbe395b8b0a..5ce98909a142 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,2 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.28.tar.gz 6537950 BLAKE2B 
c9f81297d3336b28923f831afacf0b9be1b3e1f409384e049be710ead8e5d6354a4823089dcd4c2a7f0e453a14c6b3287b89b4a2597abb8984968423a6d53c62
 SHA512 
1c66279543324a726544e583d5091da7d47aec7dbbb4a2d565b6017e370cfd8c51d613fb56cb6d4279d4101426d88231fd6c70c59082e7b20acf4311278b41d2
+DIST moto-5.1.0.tar.gz 6581832 BLAKE2B 
9017167a91677c825edecfe26ecc8ff21e7364c785bbd755b279a339b36cff109878526bbbf5eee3fad8e6e097ae797d03949547f86b0a0eeaf5b592d3c38dd8
 SHA512 
8d4033de842c54603d9ffb60e150f430e48f0f853bb9c53eeac5b67560414290b23cae7211c3d58e7dacd056b341d8959dc7da32be17d4ba5fdcbd7d491498ce

diff --git a/dev-python/moto/moto-5.1.0.ebuild 
b/dev-python/moto/moto-5.1.0.ebuild
new file mode 100644
index ..d3f815a7dd7c
--- /dev/null
+++ b/dev-python/moto/moto-5.1.0.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_schema.py
+   # require py_partiql_parser
+   tests/test_s3/test_s3_select.py
+   tests/test_dynamodb/test_dynamodb_statements.py
+   # require joserfc
+   
tests/test_apigateway/test_apigateway.py::test_update_authorizer_configuration
+   tests/test_apigateway/test_apigateway.py::test_create_autho

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-22 Thread Michał Górny
commit: 421a8b9e089df1073ef9ac66864f336668d8229f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 22 15:34:11 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 22 15:34:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421a8b9e

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   1 -
 dev-python/moto/moto-5.0.27.ebuild | 132 -
 2 files changed, 133 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 6048d6cb7c90..8cbe395b8b0a 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,2 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.27.tar.gz 6461751 BLAKE2B 
92d0f884527c3ccee044120c4e4ec7b9d927b86a41bef505290d21c858b7be1f25ce0daea54fb4a5bc16e0c39a22c8c21372cc3280ca94e65402715df310226e
 SHA512 
e8b45c2b0a02e381a45184fdead89086961c7fb029d71b828340aad5b1713f66d8421b836b6bf943833a331d13f81b976444e2875ae781951f6295aa4544e440
 DIST moto-5.0.28.tar.gz 6537950 BLAKE2B 
c9f81297d3336b28923f831afacf0b9be1b3e1f409384e049be710ead8e5d6354a4823089dcd4c2a7f0e453a14c6b3287b89b4a2597abb8984968423a6d53c62
 SHA512 
1c66279543324a726544e583d5091da7d47aec7dbbb4a2d565b6017e370cfd8c51d613fb56cb6d4279d4101426d88231fd6c70c59082e7b20acf4311278b41d2

diff --git a/dev-python/moto/moto-5.0.27.ebuild 
b/dev-python/moto/moto-5.0.27.ebuild
deleted file mode 100644
index 5247c0d1549d..
--- a/dev-python/moto/moto-5.0.27.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
-   # broken code? (local variable used referenced before 
definition)
-   tests/test_appsync/test_appsync_schema.py
-   # require py_partiql_parser
-   tests/test_s3/test_s3_select.py
-   tests/test_dynamodb/test_dynamodb_statements.py
-   # require joserfc
-   
tests/test_apigateway/test_apigateway.py::test_update_authorizer_configuration
-   tests/test_apigateway/test_apigateway.py::test_create_aut

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-22 Thread Arthur Zamarin
commit: d9bb8405f9216356b0442ba9a232cf1ea1e82055
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 22 14:43:37 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 22 14:43:37 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bb8405

dev-python/moto: Stabilize 5.0.28 arm64, #950083

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.28.ebuild 
b/dev-python/moto/moto-5.0.28.ebuild
index 4c521e3394c2..5247c0d1549d 100644
--- a/dev-python/moto/moto-5.0.28.ebuild
+++ b/dev-python/moto/moto-5.0.28.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-22 Thread Arthur Zamarin
commit: 2b568ec6a72c82a55ab8e2119050a852019cdb78
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 22 09:23:18 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 22 09:23:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b568ec6

dev-python/moto: Stabilize 5.0.28 amd64, #950083

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.28.ebuild 
b/dev-python/moto/moto-5.0.28.ebuild
index 995806712041..4c521e3394c2 100644
--- a/dev-python/moto/moto-5.0.28.ebuild
+++ b/dev-python/moto/moto-5.0.28.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-22 Thread Arthur Zamarin
commit: f5fbca3641258238f7e8274b476ed4fddbc8339f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 22 09:02:12 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 22 09:02:12 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fbca36

dev-python/moto: Stabilize 5.0.28 x86, #950083

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.28.ebuild 
b/dev-python/moto/moto-5.0.28.ebuild
index d3f815a7dd7c..995806712041 100644
--- a/dev-python/moto/moto-5.0.28.ebuild
+++ b/dev-python/moto/moto-5.0.28.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-08 Thread Michał Górny
commit: 2a25d0d8329a71b0d07cca58e7a6943c97869d11
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  8 19:30:44 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  8 19:30:44 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a25d0d8

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   1 -
 dev-python/moto/moto-5.0.26.ebuild | 132 -
 2 files changed, 133 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 7dc166e2b677..6048d6cb7c90 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.26.tar.gz 6442983 BLAKE2B 
90fd0db1c2a5824d9aa65ff383812d98eb36452883472dafd679755cb506f1267f8f70a6eb50e6ab02ee8bfe5e7b9439636c8da8943579ceb4c980b2c6f6
 SHA512 
04372b8bc958be915231906dadd891758ea7aca80246bd7724f2163e7f8bab406933d639f7d5819a2002e138d1b107add3b2fd8fc0d1dcf74c18ac76cd8b3600
 DIST moto-5.0.27.tar.gz 6461751 BLAKE2B 
92d0f884527c3ccee044120c4e4ec7b9d927b86a41bef505290d21c858b7be1f25ce0daea54fb4a5bc16e0c39a22c8c21372cc3280ca94e65402715df310226e
 SHA512 
e8b45c2b0a02e381a45184fdead89086961c7fb029d71b828340aad5b1713f66d8421b836b6bf943833a331d13f81b976444e2875ae781951f6295aa4544e440
 DIST moto-5.0.28.tar.gz 6537950 BLAKE2B 
c9f81297d3336b28923f831afacf0b9be1b3e1f409384e049be710ead8e5d6354a4823089dcd4c2a7f0e453a14c6b3287b89b4a2597abb8984968423a6d53c62
 SHA512 
1c66279543324a726544e583d5091da7d47aec7dbbb4a2d565b6017e370cfd8c51d613fb56cb6d4279d4101426d88231fd6c70c59082e7b20acf4311278b41d2

diff --git a/dev-python/moto/moto-5.0.26.ebuild 
b/dev-python/moto/moto-5.0.26.ebuild
deleted file mode 100644
index 3eeb7a2602d8..
--- a/dev-python/moto/moto-5.0.26.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
-   # broken code? (local variable used referenced before 
definition)
-   tests/test_appsync/test_appsync_schema.py
-   # require py_partiql_parser
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-08 Thread Sam James
commit: 4a2fced15ae4516c640eaf9738fa69f2e3c412f3
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  8 18:02:57 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  8 18:02:57 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2fced1

dev-python/moto: Stabilize 5.0.27 amd64, #949443

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.27.ebuild 
b/dev-python/moto/moto-5.0.27.ebuild
index 2678bfa1c0d5..5247c0d1549d 100644
--- a/dev-python/moto/moto-5.0.27.ebuild
+++ b/dev-python/moto/moto-5.0.27.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-08 Thread Arthur Zamarin
commit: 5d7ec5bfbb17d7d1c68da261f3cc7319ddf886df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 13:55:26 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 13:55:26 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7ec5bf

dev-python/moto: Stabilize 5.0.27 x86, #949443

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.27.ebuild 
b/dev-python/moto/moto-5.0.27.ebuild
index 6de536425f35..2678bfa1c0d5 100644
--- a/dev-python/moto/moto-5.0.27.ebuild
+++ b/dev-python/moto/moto-5.0.27.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-08 Thread Arthur Zamarin
commit: f7e541991a79323b506bd7509b60bdef75746482
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 12:04:45 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 12:04:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e54199

dev-python/moto: Stabilize 5.0.27 arm64, #949443

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.27.ebuild 
b/dev-python/moto/moto-5.0.27.ebuild
index d3f815a7dd7c..6de536425f35 100644
--- a/dev-python/moto/moto-5.0.27.ebuild
+++ b/dev-python/moto/moto-5.0.27.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-02-02 Thread Michał Górny
commit: e50f94a82a83ff639f7a7b7ed7038a632d060c3e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 04:54:56 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 04:54:56 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50f94a8

dev-python/moto: Bump to 5.0.28

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.28.ebuild | 132 +
 2 files changed, 133 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index d9514354e115..7dc166e2b677 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.26.tar.gz 6442983 BLAKE2B 
90fd0db1c2a5824d9aa65ff383812d98eb36452883472dafd679755cb506f1267f8f70a6eb50e6ab02ee8bfe5e7b9439636c8da8943579ceb4c980b2c6f6
 SHA512 
04372b8bc958be915231906dadd891758ea7aca80246bd7724f2163e7f8bab406933d639f7d5819a2002e138d1b107add3b2fd8fc0d1dcf74c18ac76cd8b3600
 DIST moto-5.0.27.tar.gz 6461751 BLAKE2B 
92d0f884527c3ccee044120c4e4ec7b9d927b86a41bef505290d21c858b7be1f25ce0daea54fb4a5bc16e0c39a22c8c21372cc3280ca94e65402715df310226e
 SHA512 
e8b45c2b0a02e381a45184fdead89086961c7fb029d71b828340aad5b1713f66d8421b836b6bf943833a331d13f81b976444e2875ae781951f6295aa4544e440
+DIST moto-5.0.28.tar.gz 6537950 BLAKE2B 
c9f81297d3336b28923f831afacf0b9be1b3e1f409384e049be710ead8e5d6354a4823089dcd4c2a7f0e453a14c6b3287b89b4a2597abb8984968423a6d53c62
 SHA512 
1c66279543324a726544e583d5091da7d47aec7dbbb4a2d565b6017e370cfd8c51d613fb56cb6d4279d4101426d88231fd6c70c59082e7b20acf4311278b41d2

diff --git a/dev-python/moto/moto-5.0.28.ebuild 
b/dev-python/moto/moto-5.0.28.ebuild
new file mode 100644
index ..d3f815a7dd7c
--- /dev/null
+++ b/dev-python/moto/moto-5.0.28.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_schema.py
+   # require py_partiql_parser
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-25 Thread Michał Górny
commit: 0c98d34521eae0db3a598615c177baba22055474
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 25 11:42:22 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 25 11:42:22 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c98d345

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   1 -
 dev-python/moto/moto-5.0.25.ebuild | 132 -
 2 files changed, 133 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 4d0962bff59a..d9514354e115 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.25.tar.gz 6404745 BLAKE2B 
322f6b1cd2e8a61931a45d4863d96eaf52b014061239be18a36b037fe75d14a1af3feb9dcf62885d486ffe4294f51745f1c38f8ca060eb3031a5d6796b2141b3
 SHA512 
dbf7280e3e994f1b86232f49d90e39809c0bfcffea9a016d671a262e6aa181538b4cea13a6011b2a51801b205a3e769014e25e51be496774e68c67abec4e1ecd
 DIST moto-5.0.26.tar.gz 6442983 BLAKE2B 
90fd0db1c2a5824d9aa65ff383812d98eb36452883472dafd679755cb506f1267f8f70a6eb50e6ab02ee8bfe5e7b9439636c8da8943579ceb4c980b2c6f6
 SHA512 
04372b8bc958be915231906dadd891758ea7aca80246bd7724f2163e7f8bab406933d639f7d5819a2002e138d1b107add3b2fd8fc0d1dcf74c18ac76cd8b3600
 DIST moto-5.0.27.tar.gz 6461751 BLAKE2B 
92d0f884527c3ccee044120c4e4ec7b9d927b86a41bef505290d21c858b7be1f25ce0daea54fb4a5bc16e0c39a22c8c21372cc3280ca94e65402715df310226e
 SHA512 
e8b45c2b0a02e381a45184fdead89086961c7fb029d71b828340aad5b1713f66d8421b836b6bf943833a331d13f81b976444e2875ae781951f6295aa4544e440

diff --git a/dev-python/moto/moto-5.0.25.ebuild 
b/dev-python/moto/moto-5.0.25.ebuild
deleted file mode 100644
index 3eeb7a2602d8..
--- a/dev-python/moto/moto-5.0.25.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
-   # broken code? (local variable used referenced before 
definition)
-   tests/test_appsync/test_appsync_schema.py
-   # require py_partiql_parser
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-25 Thread Arthur Zamarin
commit: 0028a92c71bfec6ee7bcb97b3e1db57a084baaa5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 25 11:06:11 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 25 11:06:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0028a92c

dev-python/moto: Stabilize 5.0.26 arm64, #948761

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.26.ebuild 
b/dev-python/moto/moto-5.0.26.ebuild
index a91a02de19d3..72c79f77fa53 100644
--- a/dev-python/moto/moto-5.0.26.ebuild
+++ b/dev-python/moto/moto-5.0.26.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-25 Thread Arthur Zamarin
commit: 1180f0395427825e20798b6a3bb79b645cc71019
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 25 11:22:28 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 25 11:22:28 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1180f039

dev-python/moto: Stabilize 5.0.26 x86, #948761

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.26.ebuild 
b/dev-python/moto/moto-5.0.26.ebuild
index 72c79f77fa53..3eeb7a2602d8 100644
--- a/dev-python/moto/moto-5.0.26.ebuild
+++ b/dev-python/moto/moto-5.0.26.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-25 Thread Sam James
commit: a76e0188ac9b91c49cd148851843b1936a8df8a0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 25 10:39:09 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 25 10:41:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76e0188

dev-python/moto: Stabilize 5.0.26 amd64, #948761

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.26.ebuild 
b/dev-python/moto/moto-5.0.26.ebuild
index a570f166ecd8..a91a02de19d3 100644
--- a/dev-python/moto/moto-5.0.26.ebuild
+++ b/dev-python/moto/moto-5.0.26.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-19 Thread Michał Górny
commit: 1d8355a49efb9ebe7ab4616493c0fd9113dc6083
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 20 04:37:17 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 20 05:34:05 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8355a4

dev-python/moto: Bump to 5.0.27

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.27.ebuild | 132 +
 2 files changed, 133 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 121f5c597c7f..4d0962bff59a 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.25.tar.gz 6404745 BLAKE2B 
322f6b1cd2e8a61931a45d4863d96eaf52b014061239be18a36b037fe75d14a1af3feb9dcf62885d486ffe4294f51745f1c38f8ca060eb3031a5d6796b2141b3
 SHA512 
dbf7280e3e994f1b86232f49d90e39809c0bfcffea9a016d671a262e6aa181538b4cea13a6011b2a51801b205a3e769014e25e51be496774e68c67abec4e1ecd
 DIST moto-5.0.26.tar.gz 6442983 BLAKE2B 
90fd0db1c2a5824d9aa65ff383812d98eb36452883472dafd679755cb506f1267f8f70a6eb50e6ab02ee8bfe5e7b9439636c8da8943579ceb4c980b2c6f6
 SHA512 
04372b8bc958be915231906dadd891758ea7aca80246bd7724f2163e7f8bab406933d639f7d5819a2002e138d1b107add3b2fd8fc0d1dcf74c18ac76cd8b3600
+DIST moto-5.0.27.tar.gz 6461751 BLAKE2B 
92d0f884527c3ccee044120c4e4ec7b9d927b86a41bef505290d21c858b7be1f25ce0daea54fb4a5bc16e0c39a22c8c21372cc3280ca94e65402715df310226e
 SHA512 
e8b45c2b0a02e381a45184fdead89086961c7fb029d71b828340aad5b1713f66d8421b836b6bf943833a331d13f81b976444e2875ae781951f6295aa4544e440

diff --git a/dev-python/moto/moto-5.0.27.ebuild 
b/dev-python/moto/moto-5.0.27.ebuild
new file mode 100644
index ..d3f815a7dd7c
--- /dev/null
+++ b/dev-python/moto/moto-5.0.27.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_schema.py
+   # require py_partiql_parser
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-11 Thread Michał Górny
commit: e5c376ec326f845daecf57c3ecdf34dd80426d59
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 11 11:31:47 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 11 11:48:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c376ec

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   1 -
 dev-python/moto/moto-5.0.24.ebuild | 133 -
 2 files changed, 134 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 0aa791167cf9..121f5c597c7f 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.24.tar.gz 6326457 BLAKE2B 
0bf61468c8f85d0a202710f668a07428ffbe07e463a9972cc1f319776410c946692765150fddf7bb36088f6e10ce6e328cce58e87f1d340321f46c771239e753
 SHA512 
0a583bf9fdf7dd962e7584c719db597169f90161c07802209e2865ff1da748ebe31a303a24908942e3a741426de8eed49f5e332e6755a9e923009f50e24307ed
 DIST moto-5.0.25.tar.gz 6404745 BLAKE2B 
322f6b1cd2e8a61931a45d4863d96eaf52b014061239be18a36b037fe75d14a1af3feb9dcf62885d486ffe4294f51745f1c38f8ca060eb3031a5d6796b2141b3
 SHA512 
dbf7280e3e994f1b86232f49d90e39809c0bfcffea9a016d671a262e6aa181538b4cea13a6011b2a51801b205a3e769014e25e51be496774e68c67abec4e1ecd
 DIST moto-5.0.26.tar.gz 6442983 BLAKE2B 
90fd0db1c2a5824d9aa65ff383812d98eb36452883472dafd679755cb506f1267f8f70a6eb50e6ab02ee8bfe5e7b9439636c8da8943579ceb4c980b2c6f6
 SHA512 
04372b8bc958be915231906dadd891758ea7aca80246bd7724f2163e7f8bab406933d639f7d5819a2002e138d1b107add3b2fd8fc0d1dcf74c18ac76cd8b3600

diff --git a/dev-python/moto/moto-5.0.24.ebuild 
b/dev-python/moto/moto-5.0.24.ebuild
deleted file mode 100644
index e64fa8344e42..
--- a/dev-python/moto/moto-5.0.24.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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/jsondiff-1.1.2[${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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
-   # broken code? (local variable used referenced before 
definition)
-   tests/test_appsync/test_appsync_schema

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-11 Thread Sam James
commit: 79ae9e7b997556f2c0f0e5067cc627378b42284e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 11 11:24:33 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 11 11:24:33 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ae9e7b

dev-python/moto: Stabilize 5.0.25 x86, #947872

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.25.ebuild 
b/dev-python/moto/moto-5.0.25.ebuild
index 72c79f77fa53..3eeb7a2602d8 100644
--- a/dev-python/moto/moto-5.0.25.ebuild
+++ b/dev-python/moto/moto-5.0.25.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-11 Thread Sam James
commit: 77e91f5590587ac61ba0136fb84b4f8e925b325f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 11 09:21:21 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 11 09:21:21 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e91f55

dev-python/moto: Stabilize 5.0.25 amd64, #947872

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.25.ebuild 
b/dev-python/moto/moto-5.0.25.ebuild
index ba9da0b0e35d..72c79f77fa53 100644
--- a/dev-python/moto/moto-5.0.25.ebuild
+++ b/dev-python/moto/moto-5.0.25.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-11 Thread Sam James
commit: 96710278d4d3f0a447ebc753c6dad857f47cce41
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 11 09:18:49 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 11 09:18:49 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96710278

dev-python/moto: Stabilize 5.0.25 arm64, #947872

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/moto/moto-5.0.25.ebuild 
b/dev-python/moto/moto-5.0.25.ebuild
index 9d641364f6ee..ba9da0b0e35d 100644
--- a/dev-python/moto/moto-5.0.25.ebuild
+++ b/dev-python/moto/moto-5.0.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-05 Thread Michał Górny
commit: 6211eb6b0fcee8df169c6a304cb569f2e3ae02c6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  6 05:44:28 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  6 06:39:33 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6211eb6b

dev-python/moto: Bump to 5.0.26

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.26.ebuild | 132 +
 2 files changed, 133 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index e95756f1b40e..0aa791167cf9 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.24.tar.gz 6326457 BLAKE2B 
0bf61468c8f85d0a202710f668a07428ffbe07e463a9972cc1f319776410c946692765150fddf7bb36088f6e10ce6e328cce58e87f1d340321f46c771239e753
 SHA512 
0a583bf9fdf7dd962e7584c719db597169f90161c07802209e2865ff1da748ebe31a303a24908942e3a741426de8eed49f5e332e6755a9e923009f50e24307ed
 DIST moto-5.0.25.tar.gz 6404745 BLAKE2B 
322f6b1cd2e8a61931a45d4863d96eaf52b014061239be18a36b037fe75d14a1af3feb9dcf62885d486ffe4294f51745f1c38f8ca060eb3031a5d6796b2141b3
 SHA512 
dbf7280e3e994f1b86232f49d90e39809c0bfcffea9a016d671a262e6aa181538b4cea13a6011b2a51801b205a3e769014e25e51be496774e68c67abec4e1ecd
+DIST moto-5.0.26.tar.gz 6442983 BLAKE2B 
90fd0db1c2a5824d9aa65ff383812d98eb36452883472dafd679755cb506f1267f8f70a6eb50e6ab02ee8bfe5e7b9439636c8da8943579ceb4c980b2c6f6
 SHA512 
04372b8bc958be915231906dadd891758ea7aca80246bd7724f2163e7f8bab406933d639f7d5819a2002e138d1b107add3b2fd8fc0d1dcf74c18ac76cd8b3600

diff --git a/dev-python/moto/moto-5.0.26.ebuild 
b/dev-python/moto/moto-5.0.26.ebuild
new file mode 100644
index ..a570f166ecd8
--- /dev/null
+++ b/dev-python/moto/moto-5.0.26.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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.15.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_schema.py
+   # require py_partiql_parser
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-04 Thread Michał Górny
commit: 33e5d2fb5941692dc11e523fa8c1080a33dfcab5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  5 02:33:48 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  5 02:33:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e5d2fb

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   1 -
 dev-python/moto/moto-5.0.22.ebuild | 133 -
 2 files changed, 134 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 835bf2806f2e..e95756f1b40e 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.22.tar.gz 6303034 BLAKE2B 
6607f14c2246a63c289ee0ab6b4168a5446e46a9616f680fc2f1ece70a413d0e31d3e078a108556e723e5b4b08657161e1e2224bc602ca60d6c5e935f37af50c
 SHA512 
3f5dcf4f514e7c0864b9a29b26f795505d4604a26c4e062fab4f0414c7a8e009542957ca3c3c6e763e6bccdbd22b74791f3a01f6a52b87a155fe804efeaf9167
 DIST moto-5.0.24.tar.gz 6326457 BLAKE2B 
0bf61468c8f85d0a202710f668a07428ffbe07e463a9972cc1f319776410c946692765150fddf7bb36088f6e10ce6e328cce58e87f1d340321f46c771239e753
 SHA512 
0a583bf9fdf7dd962e7584c719db597169f90161c07802209e2865ff1da748ebe31a303a24908942e3a741426de8eed49f5e332e6755a9e923009f50e24307ed
 DIST moto-5.0.25.tar.gz 6404745 BLAKE2B 
322f6b1cd2e8a61931a45d4863d96eaf52b014061239be18a36b037fe75d14a1af3feb9dcf62885d486ffe4294f51745f1c38f8ca060eb3031a5d6796b2141b3
 SHA512 
dbf7280e3e994f1b86232f49d90e39809c0bfcffea9a016d671a262e6aa181538b4cea13a6011b2a51801b205a3e769014e25e51be496774e68c67abec4e1ecd

diff --git a/dev-python/moto/moto-5.0.22.ebuild 
b/dev-python/moto/moto-5.0.22.ebuild
deleted file mode 100644
index 3f1227ba7392..
--- a/dev-python/moto/moto-5.0.22.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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/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/jsondiff-1.1.2[${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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
-   # broken code? (local variable used referenced before 
definition)
-   tests/test_appsync/test_appsync_schema.

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-04 Thread Sam James
commit: 8e218ccdc64ffea0473446d404ccb0ca277d2f1b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  4 20:27:32 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  4 20:27:32 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e218ccd

dev-python/moto: Stabilize 5.0.24 amd64, #947455

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.24.ebuild 
b/dev-python/moto/moto-5.0.24.ebuild
index bd1f78bfa39e..e64fa8344e42 100644
--- a/dev-python/moto/moto-5.0.24.ebuild
+++ b/dev-python/moto/moto-5.0.24.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-04 Thread Sam James
commit: a8d44567ef01b73db9c0dffc56bab77ee98f86d1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  4 16:34:29 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  4 16:34:29 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d44567

dev-python/moto: Stabilize 5.0.24 arm64, #947455

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.24.ebuild 
b/dev-python/moto/moto-5.0.24.ebuild
index 8ea2cfb1a413..bd1f78bfa39e 100644
--- a/dev-python/moto/moto-5.0.24.ebuild
+++ b/dev-python/moto/moto-5.0.24.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="~amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2025-01-04 Thread Sam James
commit: 2d15066fa97bb4c8c29cc78738146744e2b76eb3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  4 12:28:00 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  4 12:28:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d15066f

dev-python/moto: Stabilize 5.0.24 x86, #947455

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/moto/moto-5.0.24.ebuild 
b/dev-python/moto/moto-5.0.24.ebuild
index 2d270d4224ac..8ea2cfb1a413 100644
--- a/dev-python/moto/moto-5.0.24.ebuild
+++ b/dev-python/moto/moto-5.0.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-26 Thread Michał Górny
commit: 7376338ef4a316230e111f6b45ca7803638e59f9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 27 04:45:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 27 04:45:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7376338e

dev-python/moto: Bump to 5.0.25

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.25.ebuild | 132 +
 2 files changed, 133 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index ab9d6a13b9ec..835bf2806f2e 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.22.tar.gz 6303034 BLAKE2B 
6607f14c2246a63c289ee0ab6b4168a5446e46a9616f680fc2f1ece70a413d0e31d3e078a108556e723e5b4b08657161e1e2224bc602ca60d6c5e935f37af50c
 SHA512 
3f5dcf4f514e7c0864b9a29b26f795505d4604a26c4e062fab4f0414c7a8e009542957ca3c3c6e763e6bccdbd22b74791f3a01f6a52b87a155fe804efeaf9167
 DIST moto-5.0.24.tar.gz 6326457 BLAKE2B 
0bf61468c8f85d0a202710f668a07428ffbe07e463a9972cc1f319776410c946692765150fddf7bb36088f6e10ce6e328cce58e87f1d340321f46c771239e753
 SHA512 
0a583bf9fdf7dd962e7584c719db597169f90161c07802209e2865ff1da748ebe31a303a24908942e3a741426de8eed49f5e332e6755a9e923009f50e24307ed
+DIST moto-5.0.25.tar.gz 6404745 BLAKE2B 
322f6b1cd2e8a61931a45d4863d96eaf52b014061239be18a36b037fe75d14a1af3feb9dcf62885d486ffe4294f51745f1c38f8ca060eb3031a5d6796b2141b3
 SHA512 
dbf7280e3e994f1b86232f49d90e39809c0bfcffea9a016d671a262e6aa181538b4cea13a6011b2a51801b205a3e769014e25e51be496774e68c67abec4e1ecd

diff --git a/dev-python/moto/moto-5.0.25.ebuild 
b/dev-python/moto/moto-5.0.25.ebuild
new file mode 100644
index ..9d641364f6ee
--- /dev/null
+++ b/dev-python/moto/moto-5.0.25.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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.15.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_schema.py
+   # require py_partiql_parser
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-21 Thread Michał Górny
commit: 81f56ad5b0d6ea0c02f792dc2a6afe01b0e6b123
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 21 12:29:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 21 12:29:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f56ad5

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   2 -
 dev-python/moto/moto-5.0.21.ebuild | 133 -
 dev-python/moto/moto-5.0.23.ebuild | 133 -
 3 files changed, 268 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 38777a998c5c..ab9d6a13b9ec 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,5 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.21.tar.gz 6212667 BLAKE2B 
6f1d991214ab4cfacab76db68a5a5b143adf6de226c0bda2b1c48e0d4f3cbd470b83419edf14cb46dbd35ae6f5129db305a4b07b20e9b2da6f746823939b35ca
 SHA512 
a881426643ab1b3fa858bc8effa1816195ea907352aeb96e9a457a3108d8e712f77788f1e7476822484a3a829d68ba1d9f18a3dc990bc9e403b1c049f892064a
 DIST moto-5.0.22.tar.gz 6303034 BLAKE2B 
6607f14c2246a63c289ee0ab6b4168a5446e46a9616f680fc2f1ece70a413d0e31d3e078a108556e723e5b4b08657161e1e2224bc602ca60d6c5e935f37af50c
 SHA512 
3f5dcf4f514e7c0864b9a29b26f795505d4604a26c4e062fab4f0414c7a8e009542957ca3c3c6e763e6bccdbd22b74791f3a01f6a52b87a155fe804efeaf9167
-DIST moto-5.0.23.tar.gz 6326074 BLAKE2B 
04e313ceb01d03b5982cb4d03d6c2b1af04f06fa6f496fe9cb626b6189bfbb5b2c9e457a91e14f87799deb7e6c0672e687f9068ecba8d1d22a4a667426c3eefa
 SHA512 
b1b720d480031d1dddb76b29b1373a9651a02866d45386f1fe30030ef7da493180068c39fcb6d104329953d0c258448c135bc0aea10090035dd0dc60cd2f8555
 DIST moto-5.0.24.tar.gz 6326457 BLAKE2B 
0bf61468c8f85d0a202710f668a07428ffbe07e463a9972cc1f319776410c946692765150fddf7bb36088f6e10ce6e328cce58e87f1d340321f46c771239e753
 SHA512 
0a583bf9fdf7dd962e7584c719db597169f90161c07802209e2865ff1da748ebe31a303a24908942e3a741426de8eed49f5e332e6755a9e923009f50e24307ed

diff --git a/dev-python/moto/moto-5.0.21.ebuild 
b/dev-python/moto/moto-5.0.21.ebuild
deleted file mode 100644
index 3f1227ba7392..
--- a/dev-python/moto/moto-5.0.21.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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/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/jsondiff-1.1.2[${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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/tes

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-21 Thread Michał Górny
commit: 8036996c2c586998127331eae982cf7fe27e0526
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 21 12:27:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 21 12:27:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8036996c

dev-python/moto: Stabilize 5.0.22 x86, #946759

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

 dev-python/moto/moto-5.0.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.22.ebuild 
b/dev-python/moto/moto-5.0.22.ebuild
index 58fbb6b57f2c..3f1227ba7392 100644
--- a/dev-python/moto/moto-5.0.22.ebuild
+++ b/dev-python/moto/moto-5.0.22.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-21 Thread Michał Górny
commit: fa542eed11fc749effd7269cbcc4135bf3585436
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 21 11:34:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 21 11:34:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa542eed

dev-python/moto: Stabilize 5.0.22 amd64, #946759

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

 dev-python/moto/moto-5.0.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.22.ebuild 
b/dev-python/moto/moto-5.0.22.ebuild
index 6b7e14c1d8c7..6e0cfb81efd5 100644
--- a/dev-python/moto/moto-5.0.22.ebuild
+++ b/dev-python/moto/moto-5.0.22.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-18 Thread Michał Górny
commit: 87e67300c173b80c8e49661686ac49521b4bcd4e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 19 04:25:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 19 04:58:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e67300

dev-python/moto: Bump to 5.0.24

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.24.ebuild | 133 +
 2 files changed, 134 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index af06ff8420d6..38777a998c5c 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -2,3 +2,4 @@ DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f3
 DIST moto-5.0.21.tar.gz 6212667 BLAKE2B 
6f1d991214ab4cfacab76db68a5a5b143adf6de226c0bda2b1c48e0d4f3cbd470b83419edf14cb46dbd35ae6f5129db305a4b07b20e9b2da6f746823939b35ca
 SHA512 
a881426643ab1b3fa858bc8effa1816195ea907352aeb96e9a457a3108d8e712f77788f1e7476822484a3a829d68ba1d9f18a3dc990bc9e403b1c049f892064a
 DIST moto-5.0.22.tar.gz 6303034 BLAKE2B 
6607f14c2246a63c289ee0ab6b4168a5446e46a9616f680fc2f1ece70a413d0e31d3e078a108556e723e5b4b08657161e1e2224bc602ca60d6c5e935f37af50c
 SHA512 
3f5dcf4f514e7c0864b9a29b26f795505d4604a26c4e062fab4f0414c7a8e009542957ca3c3c6e763e6bccdbd22b74791f3a01f6a52b87a155fe804efeaf9167
 DIST moto-5.0.23.tar.gz 6326074 BLAKE2B 
04e313ceb01d03b5982cb4d03d6c2b1af04f06fa6f496fe9cb626b6189bfbb5b2c9e457a91e14f87799deb7e6c0672e687f9068ecba8d1d22a4a667426c3eefa
 SHA512 
b1b720d480031d1dddb76b29b1373a9651a02866d45386f1fe30030ef7da493180068c39fcb6d104329953d0c258448c135bc0aea10090035dd0dc60cd2f8555
+DIST moto-5.0.24.tar.gz 6326457 BLAKE2B 
0bf61468c8f85d0a202710f668a07428ffbe07e463a9972cc1f319776410c946692765150fddf7bb36088f6e10ce6e328cce58e87f1d340321f46c771239e753
 SHA512 
0a583bf9fdf7dd962e7584c719db597169f90161c07802209e2865ff1da748ebe31a303a24908942e3a741426de8eed49f5e332e6755a9e923009f50e24307ed

diff --git a/dev-python/moto/moto-5.0.24.ebuild 
b/dev-python/moto/moto-5.0.24.ebuild
new file mode 100644
index ..2d270d4224ac
--- /dev/null
+++ b/dev-python/moto/moto-5.0.24.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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/jsondiff-1.1.2[${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.15.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-15 Thread Michał Górny
commit: 41f36b1bbca88a3ca557cb43f074c2445d03adf2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 16 06:00:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 16 06:00:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f36b1b

dev-python/moto: Bump to 5.0.23

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.23.ebuild | 133 +
 2 files changed, 134 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 0c77c78d6d11..af06ff8420d6 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.21.tar.gz 6212667 BLAKE2B 
6f1d991214ab4cfacab76db68a5a5b143adf6de226c0bda2b1c48e0d4f3cbd470b83419edf14cb46dbd35ae6f5129db305a4b07b20e9b2da6f746823939b35ca
 SHA512 
a881426643ab1b3fa858bc8effa1816195ea907352aeb96e9a457a3108d8e712f77788f1e7476822484a3a829d68ba1d9f18a3dc990bc9e403b1c049f892064a
 DIST moto-5.0.22.tar.gz 6303034 BLAKE2B 
6607f14c2246a63c289ee0ab6b4168a5446e46a9616f680fc2f1ece70a413d0e31d3e078a108556e723e5b4b08657161e1e2224bc602ca60d6c5e935f37af50c
 SHA512 
3f5dcf4f514e7c0864b9a29b26f795505d4604a26c4e062fab4f0414c7a8e009542957ca3c3c6e763e6bccdbd22b74791f3a01f6a52b87a155fe804efeaf9167
+DIST moto-5.0.23.tar.gz 6326074 BLAKE2B 
04e313ceb01d03b5982cb4d03d6c2b1af04f06fa6f496fe9cb626b6189bfbb5b2c9e457a91e14f87799deb7e6c0672e687f9068ecba8d1d22a4a667426c3eefa
 SHA512 
b1b720d480031d1dddb76b29b1373a9651a02866d45386f1fe30030ef7da493180068c39fcb6d104329953d0c258448c135bc0aea10090035dd0dc60cd2f8555

diff --git a/dev-python/moto/moto-5.0.23.ebuild 
b/dev-python/moto/moto-5.0.23.ebuild
new file mode 100644
index ..2d270d4224ac
--- /dev/null
+++ b/dev-python/moto/moto-5.0.23.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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/jsondiff-1.1.2[${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.15.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_sc

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-10 Thread Michał Górny
commit: 281c043a412888e32da28fc378c9e9db93f9aa18
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 10 15:25:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 10 15:25:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281c043a

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   1 -
 dev-python/moto/moto-5.0.20.ebuild | 133 -
 2 files changed, 134 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 5f6d261626fd..0c77c78d6d11 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.20.tar.gz 6203061 BLAKE2B 
0e2126c72eb7a0afbe5ef29251527e7e4822d125e7e107217e6a702e2c51aa274f7181cdd6dd1b0c724315f89e58415e1e89fdb96db6777fac79a85bc0f53421
 SHA512 
d7a2c4311cc0518761226d200c8691fa70871b779f5f01cf573e0f92e4677a6f9ab5b77b2005b36346b199f3f0f2921df9879d13b1bed95c363537b01a9ef47e
 DIST moto-5.0.21.tar.gz 6212667 BLAKE2B 
6f1d991214ab4cfacab76db68a5a5b143adf6de226c0bda2b1c48e0d4f3cbd470b83419edf14cb46dbd35ae6f5129db305a4b07b20e9b2da6f746823939b35ca
 SHA512 
a881426643ab1b3fa858bc8effa1816195ea907352aeb96e9a457a3108d8e712f77788f1e7476822484a3a829d68ba1d9f18a3dc990bc9e403b1c049f892064a
 DIST moto-5.0.22.tar.gz 6303034 BLAKE2B 
6607f14c2246a63c289ee0ab6b4168a5446e46a9616f680fc2f1ece70a413d0e31d3e078a108556e723e5b4b08657161e1e2224bc602ca60d6c5e935f37af50c
 SHA512 
3f5dcf4f514e7c0864b9a29b26f795505d4604a26c4e062fab4f0414c7a8e009542957ca3c3c6e763e6bccdbd22b74791f3a01f6a52b87a155fe804efeaf9167

diff --git a/dev-python/moto/moto-5.0.20.ebuild 
b/dev-python/moto/moto-5.0.20.ebuild
deleted file mode 100644
index 3f1227ba7392..
--- a/dev-python/moto/moto-5.0.20.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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/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/jsondiff-1.1.2[${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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
-   # broken code? (local variable used referenced before 
definition)
-   tests/test_appsync/test_appsync_schema.

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-10 Thread Sam James
commit: 043db020a513a8a726b1504d487cc8c68dfd72dc
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 10 15:21:33 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 10 15:21:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043db020

dev-python/moto: Stabilize 5.0.21 amd64, #946039

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.21.ebuild 
b/dev-python/moto/moto-5.0.21.ebuild
index 6e0e761a7ed5..3f1227ba7392 100644
--- a/dev-python/moto/moto-5.0.21.ebuild
+++ b/dev-python/moto/moto-5.0.21.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-07 Thread Arthur Zamarin
commit: 3bdff4559e74c1ef7988a4b4697875d398593f4e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  7 13:00:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  7 13:00:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdff455

dev-python/moto: Stabilize 5.0.21 x86, #946039

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.21.ebuild 
b/dev-python/moto/moto-5.0.21.ebuild
index 467b620e50cc..6e0e761a7ed5 100644
--- a/dev-python/moto/moto-5.0.21.ebuild
+++ b/dev-python/moto/moto-5.0.21.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-07 Thread Sam James
commit: 450ce83197e86dee740b38b0a6ccfcb3ba96b6fb
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  7 12:45:35 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  7 12:47:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450ce831

dev-python/moto: Stabilize 5.0.21 arm64, #946039

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.21.ebuild 
b/dev-python/moto/moto-5.0.21.ebuild
index 6b7e14c1d8c7..467b620e50cc 100644
--- a/dev-python/moto/moto-5.0.21.ebuild
+++ b/dev-python/moto/moto-5.0.21.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-12-01 Thread Michał Górny
commit: 346f11fdb843869fa6cd1fac9bde93c6d6ba51ca
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec  2 05:41:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  2 06:54:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346f11fd

dev-python/moto: Bump to 5.0.22

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.22.ebuild | 133 +
 2 files changed, 134 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index be04134d7225..5f6d261626fd 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.20.tar.gz 6203061 BLAKE2B 
0e2126c72eb7a0afbe5ef29251527e7e4822d125e7e107217e6a702e2c51aa274f7181cdd6dd1b0c724315f89e58415e1e89fdb96db6777fac79a85bc0f53421
 SHA512 
d7a2c4311cc0518761226d200c8691fa70871b779f5f01cf573e0f92e4677a6f9ab5b77b2005b36346b199f3f0f2921df9879d13b1bed95c363537b01a9ef47e
 DIST moto-5.0.21.tar.gz 6212667 BLAKE2B 
6f1d991214ab4cfacab76db68a5a5b143adf6de226c0bda2b1c48e0d4f3cbd470b83419edf14cb46dbd35ae6f5129db305a4b07b20e9b2da6f746823939b35ca
 SHA512 
a881426643ab1b3fa858bc8effa1816195ea907352aeb96e9a457a3108d8e712f77788f1e7476822484a3a829d68ba1d9f18a3dc990bc9e403b1c049f892064a
+DIST moto-5.0.22.tar.gz 6303034 BLAKE2B 
6607f14c2246a63c289ee0ab6b4168a5446e46a9616f680fc2f1ece70a413d0e31d3e078a108556e723e5b4b08657161e1e2224bc602ca60d6c5e935f37af50c
 SHA512 
3f5dcf4f514e7c0864b9a29b26f795505d4604a26c4e062fab4f0414c7a8e009542957ca3c3c6e763e6bccdbd22b74791f3a01f6a52b87a155fe804efeaf9167

diff --git a/dev-python/moto/moto-5.0.22.ebuild 
b/dev-python/moto/moto-5.0.22.ebuild
new file mode 100644
index ..6b7e14c1d8c7
--- /dev/null
+++ b/dev-python/moto/moto-5.0.22.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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/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/jsondiff-1.1.2[${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.15.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_sch

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-23 Thread Michał Górny
commit: 90a6437194bdb93f12c8930f7e75af22d9010191
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 23 16:05:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 23 16:19:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a64371

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   2 -
 dev-python/moto/moto-5.0.18.ebuild | 131 
 dev-python/moto/moto-5.0.19.ebuild | 132 -
 3 files changed, 265 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index ad9695be860a..be04134d7225 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,5 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.18.tar.gz 5509110 BLAKE2B 
0e56aabc053184121608f08e9d0489fe20c51450d500cb35557d65222b60bb3b6e0aa5e3900a22fe8f6008c751524b1bd946e0994fcddf0e82c058ecf106e115
 SHA512 
805a100aaa0a1164fff3baf80baec868d12c7f94ec345640272ed284e2c982b6c0c092ffa5e0b28a26d547b9eb48485ed660e06170c1e26ec03590c35695e44f
-DIST moto-5.0.19.tar.gz 6203233 BLAKE2B 
792d540a6ba44350e9fb4c85848e60daf704eb1a866e30e2cdd910dcf7bd7846f4da6c5b1a3e3b72663efb85574845508bc5eb3f70b0e948554ef19fe2970ebe
 SHA512 
593965dcc821f0fdc8495e4ee72330ab1808e0491906eb204d2dc4b68af036b2065f5640c264c868207ceace967ca9d6efa741b3f9132427c0918aa2dcd7
 DIST moto-5.0.20.tar.gz 6203061 BLAKE2B 
0e2126c72eb7a0afbe5ef29251527e7e4822d125e7e107217e6a702e2c51aa274f7181cdd6dd1b0c724315f89e58415e1e89fdb96db6777fac79a85bc0f53421
 SHA512 
d7a2c4311cc0518761226d200c8691fa70871b779f5f01cf573e0f92e4677a6f9ab5b77b2005b36346b199f3f0f2921df9879d13b1bed95c363537b01a9ef47e
 DIST moto-5.0.21.tar.gz 6212667 BLAKE2B 
6f1d991214ab4cfacab76db68a5a5b143adf6de226c0bda2b1c48e0d4f3cbd470b83419edf14cb46dbd35ae6f5129db305a4b07b20e9b2da6f746823939b35ca
 SHA512 
a881426643ab1b3fa858bc8effa1816195ea907352aeb96e9a457a3108d8e712f77788f1e7476822484a3a829d68ba1d9f18a3dc990bc9e403b1c049f892064a

diff --git a/dev-python/moto/moto-5.0.18.ebuild 
b/dev-python/moto/moto-5.0.18.ebuild
deleted file mode 100644
index e3ae4f1dfdfc..
--- a/dev-python/moto/moto-5.0.18.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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/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/jsondiff-1.1.2[${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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-23 Thread Michał Górny
commit: 7c721e9d8dfeb4be1e77a02bfb9306593b6b0f34
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 23 16:02:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 23 16:02:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c721e9d

dev-python/moto: Stabilize 5.0.20 x86, #944528

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

 dev-python/moto/moto-5.0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.20.ebuild 
b/dev-python/moto/moto-5.0.20.ebuild
index 58fbb6b57f2c..3f1227ba7392 100644
--- a/dev-python/moto/moto-5.0.20.ebuild
+++ b/dev-python/moto/moto-5.0.20.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-23 Thread Michał Górny
commit: 856a4a6da3ea599d82c40a0c6e639f6c5aa118d7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 23 14:20:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 23 14:20:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856a4a6d

dev-python/moto: Stabilize 5.0.20 amd64, #944528

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

 dev-python/moto/moto-5.0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.20.ebuild 
b/dev-python/moto/moto-5.0.20.ebuild
index 467b620e50cc..58fbb6b57f2c 100644
--- a/dev-python/moto/moto-5.0.20.ebuild
+++ b/dev-python/moto/moto-5.0.20.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-23 Thread Sam James
commit: 28480d08088f8ac13551508fc5459f4ab7c8887a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 23 09:51:40 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 23 09:51:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28480d08

dev-python/moto: Stabilize 5.0.20 arm64, #944528

Signed-off-by: Sam James  gentoo.org>

 dev-python/moto/moto-5.0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.20.ebuild 
b/dev-python/moto/moto-5.0.20.ebuild
index 6b7e14c1d8c7..467b620e50cc 100644
--- a/dev-python/moto/moto-5.0.20.ebuild
+++ b/dev-python/moto/moto-5.0.20.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-17 Thread Michał Górny
commit: 945034704537243acb2522ca1e926cf87016e5ba
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 18 04:50:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 18 04:50:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94503470

dev-python/moto: Bump to 5.0.21

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.21.ebuild | 133 +
 2 files changed, 134 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 509be1d4601e..ad9695be860a 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -2,3 +2,4 @@ DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f3
 DIST moto-5.0.18.tar.gz 5509110 BLAKE2B 
0e56aabc053184121608f08e9d0489fe20c51450d500cb35557d65222b60bb3b6e0aa5e3900a22fe8f6008c751524b1bd946e0994fcddf0e82c058ecf106e115
 SHA512 
805a100aaa0a1164fff3baf80baec868d12c7f94ec345640272ed284e2c982b6c0c092ffa5e0b28a26d547b9eb48485ed660e06170c1e26ec03590c35695e44f
 DIST moto-5.0.19.tar.gz 6203233 BLAKE2B 
792d540a6ba44350e9fb4c85848e60daf704eb1a866e30e2cdd910dcf7bd7846f4da6c5b1a3e3b72663efb85574845508bc5eb3f70b0e948554ef19fe2970ebe
 SHA512 
593965dcc821f0fdc8495e4ee72330ab1808e0491906eb204d2dc4b68af036b2065f5640c264c868207ceace967ca9d6efa741b3f9132427c0918aa2dcd7
 DIST moto-5.0.20.tar.gz 6203061 BLAKE2B 
0e2126c72eb7a0afbe5ef29251527e7e4822d125e7e107217e6a702e2c51aa274f7181cdd6dd1b0c724315f89e58415e1e89fdb96db6777fac79a85bc0f53421
 SHA512 
d7a2c4311cc0518761226d200c8691fa70871b779f5f01cf573e0f92e4677a6f9ab5b77b2005b36346b199f3f0f2921df9879d13b1bed95c363537b01a9ef47e
+DIST moto-5.0.21.tar.gz 6212667 BLAKE2B 
6f1d991214ab4cfacab76db68a5a5b143adf6de226c0bda2b1c48e0d4f3cbd470b83419edf14cb46dbd35ae6f5129db305a4b07b20e9b2da6f746823939b35ca
 SHA512 
a881426643ab1b3fa858bc8effa1816195ea907352aeb96e9a457a3108d8e712f77788f1e7476822484a3a829d68ba1d9f18a3dc990bc9e403b1c049f892064a

diff --git a/dev-python/moto/moto-5.0.21.ebuild 
b/dev-python/moto/moto-5.0.21.ebuild
new file mode 100644
index ..6b7e14c1d8c7
--- /dev/null
+++ b/dev-python/moto/moto-5.0.21.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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/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/jsondiff-1.1.2[${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.15.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-09 Thread Michał Górny
commit: 0dfc44aab85acf0d16466882b12777a5d4378c5e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 10 03:08:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 10 03:08:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfc44aa

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   1 -
 dev-python/moto/moto-5.0.17.ebuild | 136 -
 2 files changed, 137 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index f2f6cc7aead0..509be1d4601e 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,5 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.17.tar.gz 5500632 BLAKE2B 
9807388c0318a99635b0972f7d4d24489ddd37b0ec5272965d895c101ee924ef3915d8ef7546b6eab7574e87a5b3c650abce5dc07dda389a1fd9a0fc55d75cfb
 SHA512 
8f17b4f0367f7068c0896d1db8766a2133dab027f107d742027ca936c3a2aaf13e4255ddc4801958e53197e3dd618bd6db7a7b21fef057662ba98e895c2e6bfc
 DIST moto-5.0.18.tar.gz 5509110 BLAKE2B 
0e56aabc053184121608f08e9d0489fe20c51450d500cb35557d65222b60bb3b6e0aa5e3900a22fe8f6008c751524b1bd946e0994fcddf0e82c058ecf106e115
 SHA512 
805a100aaa0a1164fff3baf80baec868d12c7f94ec345640272ed284e2c982b6c0c092ffa5e0b28a26d547b9eb48485ed660e06170c1e26ec03590c35695e44f
 DIST moto-5.0.19.tar.gz 6203233 BLAKE2B 
792d540a6ba44350e9fb4c85848e60daf704eb1a866e30e2cdd910dcf7bd7846f4da6c5b1a3e3b72663efb85574845508bc5eb3f70b0e948554ef19fe2970ebe
 SHA512 
593965dcc821f0fdc8495e4ee72330ab1808e0491906eb204d2dc4b68af036b2065f5640c264c868207ceace967ca9d6efa741b3f9132427c0918aa2dcd7
 DIST moto-5.0.20.tar.gz 6203061 BLAKE2B 
0e2126c72eb7a0afbe5ef29251527e7e4822d125e7e107217e6a702e2c51aa274f7181cdd6dd1b0c724315f89e58415e1e89fdb96db6777fac79a85bc0f53421
 SHA512 
d7a2c4311cc0518761226d200c8691fa70871b779f5f01cf573e0f92e4677a6f9ab5b77b2005b36346b199f3f0f2921df9879d13b1bed95c363537b01a9ef47e

diff --git a/dev-python/moto/moto-5.0.17.ebuild 
b/dev-python/moto/moto-5.0.17.ebuild
deleted file mode 100644
index 0bf6430edb47..
--- a/dev-python/moto/moto-5.0.17.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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/flask[${PYTHON_USEDEP}]
-   dev-python/flask-cors[${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/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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.p

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-09 Thread Jakov Smolić
commit: 7964b012cfcddf4503c1ef25ecee89fd23350abd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 10 00:41:45 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 10 00:41:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7964b012

dev-python/moto: Stabilize 5.0.18 amd64, #943064

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/moto/moto-5.0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.18.ebuild 
b/dev-python/moto/moto-5.0.18.ebuild
index fa527e6e8288..a3310969c53a 100644
--- a/dev-python/moto/moto-5.0.18.ebuild
+++ b/dev-python/moto/moto-5.0.18.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-09 Thread Jakov Smolić
commit: 28d0c772f9299fe07a0c49f817bdc033decff0b7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 10 00:41:46 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 10 00:41:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d0c772

dev-python/moto: Stabilize 5.0.18 x86, #943064

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/moto/moto-5.0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.18.ebuild 
b/dev-python/moto/moto-5.0.18.ebuild
index a3310969c53a..bb8d6ae62e6c 100644
--- a/dev-python/moto/moto-5.0.18.ebuild
+++ b/dev-python/moto/moto-5.0.18.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-09 Thread Arthur Zamarin
commit: a379b0482094cf35f1ce140360c6ef2abc12b50c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  9 09:58:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  9 09:58:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a379b048

dev-python/moto: Stabilize 5.0.18 arm64, #943064

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.18.ebuild 
b/dev-python/moto/moto-5.0.18.ebuild
index aa7bf5e42a49..fa527e6e8288 100644
--- a/dev-python/moto/moto-5.0.18.ebuild
+++ b/dev-python/moto/moto-5.0.18.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-04 Thread Michał Górny
commit: cbfb7c40cb35fae610136d0e03f2e312cf3b5ba0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  5 04:53:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  5 05:53:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfb7c40

dev-python/moto: Bump to 5.0.20

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.20.ebuild | 133 +
 2 files changed, 134 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index dae979b43a94..f2f6cc7aead0 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -2,3 +2,4 @@ DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f3
 DIST moto-5.0.17.tar.gz 5500632 BLAKE2B 
9807388c0318a99635b0972f7d4d24489ddd37b0ec5272965d895c101ee924ef3915d8ef7546b6eab7574e87a5b3c650abce5dc07dda389a1fd9a0fc55d75cfb
 SHA512 
8f17b4f0367f7068c0896d1db8766a2133dab027f107d742027ca936c3a2aaf13e4255ddc4801958e53197e3dd618bd6db7a7b21fef057662ba98e895c2e6bfc
 DIST moto-5.0.18.tar.gz 5509110 BLAKE2B 
0e56aabc053184121608f08e9d0489fe20c51450d500cb35557d65222b60bb3b6e0aa5e3900a22fe8f6008c751524b1bd946e0994fcddf0e82c058ecf106e115
 SHA512 
805a100aaa0a1164fff3baf80baec868d12c7f94ec345640272ed284e2c982b6c0c092ffa5e0b28a26d547b9eb48485ed660e06170c1e26ec03590c35695e44f
 DIST moto-5.0.19.tar.gz 6203233 BLAKE2B 
792d540a6ba44350e9fb4c85848e60daf704eb1a866e30e2cdd910dcf7bd7846f4da6c5b1a3e3b72663efb85574845508bc5eb3f70b0e948554ef19fe2970ebe
 SHA512 
593965dcc821f0fdc8495e4ee72330ab1808e0491906eb204d2dc4b68af036b2065f5640c264c868207ceace967ca9d6efa741b3f9132427c0918aa2dcd7
+DIST moto-5.0.20.tar.gz 6203061 BLAKE2B 
0e2126c72eb7a0afbe5ef29251527e7e4822d125e7e107217e6a702e2c51aa274f7181cdd6dd1b0c724315f89e58415e1e89fdb96db6777fac79a85bc0f53421
 SHA512 
d7a2c4311cc0518761226d200c8691fa70871b779f5f01cf573e0f92e4677a6f9ab5b77b2005b36346b199f3f0f2921df9879d13b1bed95c363537b01a9ef47e

diff --git a/dev-python/moto/moto-5.0.20.ebuild 
b/dev-python/moto/moto-5.0.20.ebuild
new file mode 100644
index ..6dd5d5d03730
--- /dev/null
+++ b/dev-python/moto/moto-5.0.20.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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/flask[${PYTHON_USEDEP}]
+   dev-python/flask-cors[${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/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.15.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used r

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-03 Thread Michał Górny
commit: d9a4d3adfc58326cff83ad4b9f4ab3facb111590
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  4 04:25:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  4 05:04:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a4d3ad

dev-python/moto: Bump to 5.0.19

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

 dev-python/moto/Manifest   |   1 +
 dev-python/moto/moto-5.0.19.ebuild | 132 +
 2 files changed, 133 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 76e657920be3..dae979b43a94 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
 DIST moto-5.0.17.tar.gz 5500632 BLAKE2B 
9807388c0318a99635b0972f7d4d24489ddd37b0ec5272965d895c101ee924ef3915d8ef7546b6eab7574e87a5b3c650abce5dc07dda389a1fd9a0fc55d75cfb
 SHA512 
8f17b4f0367f7068c0896d1db8766a2133dab027f107d742027ca936c3a2aaf13e4255ddc4801958e53197e3dd618bd6db7a7b21fef057662ba98e895c2e6bfc
 DIST moto-5.0.18.tar.gz 5509110 BLAKE2B 
0e56aabc053184121608f08e9d0489fe20c51450d500cb35557d65222b60bb3b6e0aa5e3900a22fe8f6008c751524b1bd946e0994fcddf0e82c058ecf106e115
 SHA512 
805a100aaa0a1164fff3baf80baec868d12c7f94ec345640272ed284e2c982b6c0c092ffa5e0b28a26d547b9eb48485ed660e06170c1e26ec03590c35695e44f
+DIST moto-5.0.19.tar.gz 6203233 BLAKE2B 
792d540a6ba44350e9fb4c85848e60daf704eb1a866e30e2cdd910dcf7bd7846f4da6c5b1a3e3b72663efb85574845508bc5eb3f70b0e948554ef19fe2970ebe
 SHA512 
593965dcc821f0fdc8495e4ee72330ab1808e0491906eb204d2dc4b68af036b2065f5640c264c868207ceace967ca9d6efa741b3f9132427c0918aa2dcd7

diff --git a/dev-python/moto/moto-5.0.19.ebuild 
b/dev-python/moto/moto-5.0.19.ebuild
new file mode 100644
index ..04061b5e533e
--- /dev/null
+++ b/dev-python/moto/moto-5.0.19.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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.14.0[${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/flask[${PYTHON_USEDEP}]
+   dev-python/flask-cors[${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/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.15.0[${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}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+: "${EPYTEST_TIMEOUT:=180}"
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Needs network (or docker?) but not marked as such, bug #807031
+   # TODO: report upstream
+   tests/test_core/test_request_passthrough.py
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
+   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
+   # broken code? (local variable used referenced before 
definition)
+   tests/test_appsync/test_appsync_sche

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-02 Thread Michał Górny
commit: 2292839ce485776dc397013934ce5118d3fe231d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov  2 13:02:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  2 13:02:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2292839c

dev-python/moto: Remove old

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

 dev-python/moto/Manifest   |   1 -
 dev-python/moto/moto-5.0.16.ebuild | 123 -
 2 files changed, 124 deletions(-)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 4c4dba45e208..76e657920be3 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,4 +1,3 @@
 DIST moto-4.2.14.tar.gz 4933741 BLAKE2B 
4c50a808dc8f27cfbcd0ba234d268084ee9a32f36cb5d6af61aacc4ee79f7bf5cf1045147c4642472129eee37bef8bc2c1953d140260d39d7f333ae0f5e5cf95
 SHA512 
d4079118ed1d2eef9134575e33dc0ed749bff0293d753baa63a630dbb987914b9933445027abdc344bb93fa1d6e483baf8a337a444c9dd055dda50b095ff9937
-DIST moto-5.0.16.tar.gz 5483357 BLAKE2B 
7486a17627451494d09dcad8987da1ab456a9a8ad8fa6bca4650cf1c582e3babb39b502aec0b8c389415181af7e3c8f91ddde16715432a69ade0eb65c0e84ea2
 SHA512 
2201fe7b74eec9b2896afa5d7eba814c41ffae73b7becfc5e6c80523d51bf19d1de6713a5713758909c8d2343cc0ca1e0e238655153d91da161d043336c1e313
 DIST moto-5.0.17.tar.gz 5500632 BLAKE2B 
9807388c0318a99635b0972f7d4d24489ddd37b0ec5272965d895c101ee924ef3915d8ef7546b6eab7574e87a5b3c650abce5dc07dda389a1fd9a0fc55d75cfb
 SHA512 
8f17b4f0367f7068c0896d1db8766a2133dab027f107d742027ca936c3a2aaf13e4255ddc4801958e53197e3dd618bd6db7a7b21fef057662ba98e895c2e6bfc
 DIST moto-5.0.18.tar.gz 5509110 BLAKE2B 
0e56aabc053184121608f08e9d0489fe20c51450d500cb35557d65222b60bb3b6e0aa5e3900a22fe8f6008c751524b1bd946e0994fcddf0e82c058ecf106e115
 SHA512 
805a100aaa0a1164fff3baf80baec868d12c7f94ec345640272ed284e2c982b6c0c092ffa5e0b28a26d547b9eb48485ed660e06170c1e26ec03590c35695e44f

diff --git a/dev-python/moto/moto-5.0.16.ebuild 
b/dev-python/moto/moto-5.0.16.ebuild
deleted file mode 100644
index bdd0c5939f50..
--- a/dev-python/moto/moto-5.0.16.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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.14.0[${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/flask[${PYTHON_USEDEP}]
-   dev-python/flask-cors[${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/jsonpath-ng[${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.15.0[${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}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   )
-"
-
-: "${EPYTEST_TIMEOUT:=180}"
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Needs network (or docker?) but not marked as such, bug #807031
-   # TODO: report upstream
-   tests/test_core/test_request_passthrough.py
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_aws_and_http_requests
-   
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru::test_http_requests
-   # broken code? (local variable used referenced before 
definition)
-   tests/test_appsync/test_appsync_schema.py
-   # require py_partiql_parser
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-02 Thread Arthur Zamarin
commit: 6157e10ab2251a84067d9c4e11fd0ef87b9e5cdf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  2 12:50:49 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  2 12:50:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6157e10a

dev-python/moto: Stabilize 5.0.17 x86, #942739

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.17.ebuild 
b/dev-python/moto/moto-5.0.17.ebuild
index ba2b6cf603f2..0bf6430edb47 100644
--- a/dev-python/moto/moto-5.0.17.ebuild
+++ b/dev-python/moto/moto-5.0.17.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2024-11-02 Thread Arthur Zamarin
commit: dfc2eadc1aaa1a5736493f2861b7c668aaf3b272
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  2 10:10:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  2 10:10:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc2eadc

dev-python/moto: Stabilize 5.0.17 amd64, #942739

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/moto/moto-5.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-5.0.17.ebuild 
b/dev-python/moto/moto-5.0.17.ebuild
index 25c19f5d2561..ba2b6cf603f2 100644
--- a/dev-python/moto/moto-5.0.17.ebuild
+++ b/dev-python/moto/moto-5.0.17.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]



  1   2   3   4   5   >