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: Tue, 18 Jan 2022 22:44:42
Message-Id: 1642545861.dcc1abb5c0f274dd860d2913160962b1d069321f.mgorny@gentoo
1 commit: dcc1abb5c0f274dd860d2913160962b1d069321f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 21:44:01 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 22:44:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc1abb5
7
8 dev-python/botocore: Bump to 1.23.38
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/botocore/Manifest | 1 +
13 .../botocore/{botocore-9999.ebuild => botocore-1.23.38.ebuild} | 6 +++---
14 dev-python/botocore/botocore-9999.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
18 index 9ceee2f2c5c3..82af4a47595a 100644
19 --- a/dev-python/botocore/Manifest
20 +++ b/dev-python/botocore/Manifest
21 @@ -10,4 +10,5 @@ DIST botocore-1.23.33.tar.gz 8712535 BLAKE2B 97064bfe24db14e49ff37b515549a2294ed
22 DIST botocore-1.23.34.tar.gz 8718420 BLAKE2B 67325949a37c3a3ff61e66279626c30b8f225d74137512d9a45414e1af11a18dd5fba5f0f4e64dd71c3d0bbbabf210d6e8a63901bc6deba8f16e3cfc163ebb81 SHA512 8afdf0a186f4850e8905ef1cd6660ab8ea58546cc119a47085976adc51195c0b9d524c077a3dcef6687cc5977988532932a424023dfea83eb7efd1e19b19eb95
23 DIST botocore-1.23.35.tar.gz 8719275 BLAKE2B 2bda51eef1ac3d420952751d610722fbb57e004e8503e17dddd0a31e7ab360ba719c97f97d4b9e5aa6440965bafea9966b11d246e85fe753633c88141881cbfa SHA512 84a8692d840d9c8930ad8f80756f4d6ce6350e6a655966ff33ffd7f2bf5f5997989d6cc9067b52dd5631f49c35b5120eaa3d533274f322581281810ab47b988a
24 DIST botocore-1.23.37.tar.gz 8728451 BLAKE2B 039352d4c727433cc5aef435cd7527fa3bc6027c3db8b2a27219d4cab8f602f74995b09e5407c1df1c7a51e37830db7e8f351484485f6b822499933c35607472 SHA512 79004d38fbfc744d2fd91364a1cc99d8be1f2d03f25f2ba77df0da4b4d429a156ac5d52ca523ee4992ff99ac83b7a14e7f49e3b12b9b6f91e164fb720c41e10d
25 +DIST botocore-1.23.38.tar.gz 8732008 BLAKE2B 012dbd44294038234ca127b5c2db924ecf4a6c17d91a4a5e8f1e58b860dba605cc43248035f8bc0b485e993c65ec5b6ba2d54ae4b9d93d423afedc025f806a40 SHA512 22c04b7d18c2642ea45e11886fac6379fea14466d7f03fc976c4a81e42166583d1702888229ba560d4220781e742ff0264bae5df94e2d00b945259efc35f6016
26 DIST botocore-1.23.5.tar.gz 8374467 BLAKE2B 467092e7d8aa5ccb756132669049865445a47205913964c1c944b20caaf100b1efdd1bf3af9c5416ff079b487e6d4d08ffe6208e2b352d09655cc5be21c88739 SHA512 6afca19b724f9019f21e5993ce970d605b95d31c1a4e969ec1b4080510a5a120b3fa0cfd5ade973a9203bd6b7983a3dbca2f7a03108a9167392efd60d5e2fe9b
27
28 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-1.23.38.ebuild
29 similarity index 89%
30 copy from dev-python/botocore/botocore-9999.ebuild
31 copy to dev-python/botocore/botocore-1.23.38.ebuild
32 index 80a198d56414..79a1cd5da0e2 100644
33 --- a/dev-python/botocore/botocore-9999.ebuild
34 +++ b/dev-python/botocore/botocore-1.23.38.ebuild
35 @@ -1,8 +1,9 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=8
41
42 +DISTUTILS_USE_PEP517=setuptools
43 PYTHON_COMPAT=( python3_{8..10} )
44 inherit distutils-r1
45
46 @@ -16,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
47 inherit git-r3
48 else
49 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
51 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
52 fi
53
54 RDEPEND="
55 @@ -60,6 +61,5 @@ python_test() {
56 tests/functional/test_six_threading.py::test_six_thread_safety
57 )
58
59 - distutils_install_for_testing --via-venv
60 epytest tests/{functional,unit}
61 }
62
63 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
64 index 80a198d56414..79a1cd5da0e2 100644
65 --- a/dev-python/botocore/botocore-9999.ebuild
66 +++ b/dev-python/botocore/botocore-9999.ebuild
67 @@ -1,8 +1,9 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 +# Copyright 1999-2022 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=8
73
74 +DISTUTILS_USE_PEP517=setuptools
75 PYTHON_COMPAT=( python3_{8..10} )
76 inherit distutils-r1
77
78 @@ -16,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
79 inherit git-r3
80 else
81 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
83 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
84 fi
85
86 RDEPEND="
87 @@ -60,6 +61,5 @@ python_test() {
88 tests/functional/test_six_threading.py::test_six_thread_safety
89 )
90
91 - distutils_install_for_testing --via-venv
92 epytest tests/{functional,unit}
93 }