Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
Date: Wed, 31 Aug 2022 09:21:09
Message-Id: 1661937656.7cb8bf89dc927f2af9c7ad0f845bc5daf7f04ab5.mgorny@gentoo
1 commit: 7cb8bf89dc927f2af9c7ad0f845bc5daf7f04ab5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 07:41:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 09:20:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb8bf89
7
8 dev-python/botocore: Bump to 1.27.63
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/botocore/Manifest | 1 +
13 dev-python/botocore/{botocore-9999.ebuild => botocore-1.27.63.ebuild} | 3 +++
14 dev-python/botocore/botocore-9999.ebuild | 3 +++
15 3 files changed, 7 insertions(+)
16
17 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
18 index 5482b47b4cc9..6611c77c713a 100644
19 --- a/dev-python/botocore/Manifest
20 +++ b/dev-python/botocore/Manifest
21 @@ -15,3 +15,4 @@ DIST botocore-1.27.58.gh.tar.gz 9563088 BLAKE2B 66aecb836cac7bcddbba1fc6b29ce3a2
22 DIST botocore-1.27.59.gh.tar.gz 9566420 BLAKE2B f8142d7cc16d3cefa9a39a830db97656a920d192d22cccc355dd093c1bc8b49c62af75b3e097ec615c546ff70018e6a9976282fb92c6f29a96f70eb9852b62de SHA512 b330e53fc06f0b067c3bb6ea8981424dc0bd891b7e9ac324201386f6fba12ca74bd9aadf10aaaabd7dc8b18bc943826480648e0a4f82da9ec9a4c5a8ac954cdb
23 DIST botocore-1.27.60.gh.tar.gz 9574977 BLAKE2B 6dda9bdc9104a4c1deed365a7973008fb07aa3e72d9d47193480c394563ac9dfd61d27e70c906b8c9eeb73e26cae8e250d8249c532a128e14e1819525053e940 SHA512 d271a116cc4c954a49a1d136348cdc42b60f1904f0c7f425e7457008af412eae37dd77740c91ceab3f44f0c97e4ca0e5b117bdf3bc1415e6e44911e1ab830078
24 DIST botocore-1.27.61.gh.tar.gz 9575336 BLAKE2B bbc2bb49ee84293d9d7d9f0cc3da70a141778bd68ecc45117a9e99bd8ceba7576b52ed0d5381b085c6a7ae32195a6709e76144f27681cd8d07338ed404b1b236 SHA512 1e1ce615a2b02bab2587bb475e783d197cf27496cb1c0c1b06c51453e545ed293b1fab555f23a67246a4a5babb6c5d12fafee2d6f8b997d168e43f62a5e16bfd
25 +DIST botocore-1.27.63.gh.tar.gz 9581263 BLAKE2B 3b225160fe0095aa77754c874ceff558c56f547e0454a67fd13c8f093abbef975ff5cf878576b4b6235b1783aaae2278d05026b29d41a95e6168928b035cd1fb SHA512 b3698a0d5ea2e63de3fe94441a1781034d24c0ae5ff06a427ac55eb2cdd05bf917b01fcd9e1bbd389a1d4ac6b625d534b37c1d6c8c72b23670b66d892d5fe6da
26
27 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-1.27.63.ebuild
28 similarity index 89%
29 copy from dev-python/botocore/botocore-9999.ebuild
30 copy to dev-python/botocore/botocore-1.27.63.ebuild
31 index 6558cbe56a50..d1a6948e70e5 100644
32 --- a/dev-python/botocore/botocore-9999.ebuild
33 +++ b/dev-python/botocore/botocore-1.27.63.ebuild
34 @@ -63,6 +63,9 @@ python_test() {
35 # rely on bundled six
36 tests/functional/test_six_imports.py::test_no_bare_six_imports
37 tests/functional/test_six_threading.py::test_six_thread_safety
38 + # fails on unrelated warnings
39 + tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
40 + tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
41 )
42
43 epytest tests/{functional,unit} -n "$(makeopts_jobs)"
44
45 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
46 index 6558cbe56a50..d1a6948e70e5 100644
47 --- a/dev-python/botocore/botocore-9999.ebuild
48 +++ b/dev-python/botocore/botocore-9999.ebuild
49 @@ -63,6 +63,9 @@ python_test() {
50 # rely on bundled six
51 tests/functional/test_six_imports.py::test_no_bare_six_imports
52 tests/functional/test_six_threading.py::test_six_thread_safety
53 + # fails on unrelated warnings
54 + tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
55 + tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
56 )
57
58 epytest tests/{functional,unit} -n "$(makeopts_jobs)"