commit: 309aa8c444f6d6c84d272f5c1176a78d81526a03
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 05:03:08 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 05:56:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309aa8c4
dev-python/boto3: Bump to 1.28.55
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/boto3/Manifest | 1 +
dev-python/boto3/{boto3-9999.ebuild => boto3-1.28.55.ebuild} | 6 ++++--
dev-python/boto3/boto3-9999.ebuild | 6 ++++--
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 23be785f7c70..a6403a42816f 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
DIST boto3-1.28.49.gh.tar.gz 700443 BLAKE2B
7c76e0ee6d6de1f7a67534a49e54092a564d419f9fc18b25375d2416af07987039bf864e0c2a996d5b64c3f9207dcd50da6ee5b0e2bf606e453d7841ddd6f7d4
SHA512
597debebb60c33bdf2bcc485bbf9ab7c433a5750b71708ffcd2847b6b21199c1c598edeb35e236f6b7feca3f762b5d62f9637e00876b7c0629baae50e7f132c9
DIST boto3-1.28.53.gh.tar.gz 702652 BLAKE2B
6a64fa2c018000a6b89f47a49eaf0270a2f694f02720c0e0527b5ce671bf3ad195f40fa592829bbe9a3b30ede56fd335a81bb30f862bfc6992883dd86d6b9a75
SHA512
750d4905625b207d05842950349eeadaef9bbb413adfc8096998292edeec8985c5488c565f3b5b6f5a00354e69f3071ad1491428b1f894be2b40b23db767be36
DIST boto3-1.28.54.gh.tar.gz 703165 BLAKE2B
f18666ece9f7b722915fb082c6e45280dedac4dc10e89d453c895515af623ea9658195e3e65bb17a9cfcd637a711e5f323c0d8dbd5fe00c16b7c560ef303a8e1
SHA512
e6d5a06aff033badf5fd3cc37a7324731fc15aeea7d5257223e46473958dfcbda96b67279e2c22354f705b5538a100c852a0561af2cb429a321245dc5d814e99
+DIST boto3-1.28.55.gh.tar.gz 704202 BLAKE2B
800105abff50a0cd728308458d84b6d8eab4be3f5d816d996443af82d93f4f97b9e686af7a96170a6036bfff54be8b11b8fb6ba69b8c53fad681b96a4ae2fb87
SHA512
cc0c2668926db54f8d2d071f125386def5a38f02efa4eb70814ba11a3d922e275a1ab92551d0c7546a692028bfe6f877830c739879548ea996d127ea62821b77
diff --git a/dev-python/boto3/boto3-9999.ebuild
b/dev-python/boto3/boto3-1.28.55.ebuild
similarity index 88%
copy from dev-python/boto3/boto3-9999.ebuild
copy to dev-python/boto3/boto3-1.28.55.ebuild
index ec9fc93bf23a..a37cc38af2f3 100644
--- a/dev-python/boto3/boto3-9999.ebuild
+++ b/dev-python/boto3/boto3-1.28.55.ebuild
@@ -34,7 +34,7 @@ fi
RDEPEND="
>=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
>=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
- >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/s3transfer-0.7.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
@@ -62,5 +62,7 @@ python_prepare_all() {
}
python_test() {
- epytest tests/{functional,unit} -n "$(makeopts_jobs)" --dist=worksteal
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest tests/{functional,unit} \
+ -p xdist -n "$(makeopts_jobs)" --dist=worksteal
}
diff --git a/dev-python/boto3/boto3-9999.ebuild
b/dev-python/boto3/boto3-9999.ebuild
index ec9fc93bf23a..a37cc38af2f3 100644
--- a/dev-python/boto3/boto3-9999.ebuild
+++ b/dev-python/boto3/boto3-9999.ebuild
@@ -34,7 +34,7 @@ fi
RDEPEND="
>=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
>=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
- >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/s3transfer-0.7.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
@@ -62,5 +62,7 @@ python_prepare_all() {
}
python_test() {
- epytest tests/{functional,unit} -n "$(makeopts_jobs)" --dist=worksteal
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest tests/{functional,unit} \
+ -p xdist -n "$(makeopts_jobs)" --dist=worksteal
}