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, 26 Apr 2022 09:59:37
Message-Id: 1650967163.2916add03b9b040be8a2adf82bc67e48f4f0bf4e.mgorny@gentoo
1 commit: 2916add03b9b040be8a2adf82bc67e48f4f0bf4e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 08:42:15 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 09:59:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2916add0
7
8 dev-python/botocore: Bump to 1.25.0
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.25.0.ebuild} | 8 ++++++--
14 dev-python/botocore/botocore-9999.ebuild | 8 ++++++--
15 3 files changed, 13 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
18 index d3476011d137..71de0c92b478 100644
19 --- a/dev-python/botocore/Manifest
20 +++ b/dev-python/botocore/Manifest
21 @@ -12,3 +12,4 @@ DIST botocore-1.24.43.tar.gz 8913464 BLAKE2B b974ba0a5cc7c1176acab80baf329a11a78
22 DIST botocore-1.24.44.tar.gz 8915208 BLAKE2B eecbe7089e2aab77a90cedb87f729e1bd2f2074ec8218d3ebad314ab884806703d8a907c448e35586bafcc71fae0d0991e8656fdc1f937cc18bb503b4a807f93 SHA512 3850ea97e93b6cba211bd42e75ea1499ae09ea9c2acc576c229ca8ae4786779e2ff6ea283443d0d9fc6e856174cbf1bc402cbf87e946ce57f67569b448caf56a
23 DIST botocore-1.24.45.tar.gz 8920603 BLAKE2B a71ba9d90edbbdc278890241cfce72753e5d3662298cb7a09e4314da1fa4af8fe33629c10160549b0d0832aef859b5bfeb449c3b559daad531d4e1e23afd2c43 SHA512 e7756bf7913bf5dce81d089674e2375ae5447c434b5ecc29c8b5b824d6cb19fe7f03e81cde46703a43356e5e8e2f45793ad521d0c0c7f3d29a810f01be50b087
24 DIST botocore-1.24.46.tar.gz 8922345 BLAKE2B f9caf235e902be9e4e15e9a570e67cac328eb7e53668e7e12ba8e6caa4c9ed53e22115231d58fdf8d782ff3ab618e5485438dce7c454918a5d53341e5e5967ac SHA512 ccdbd6e6617a68f810c5491f37a6e94ffe015b30dfea8b01c2543b58c81573358b69af702df2fcf3efb7dd2c4b715e86957c4d60b8f0a0a51279e921dfe02993
25 +DIST botocore-1.25.0.tar.gz 8925642 BLAKE2B 7f7b89e59801564284cd5e22958bb590aeb821c38682c7dd6163fd31b1c181ae67412b3d8cde351a48a63c2e762923d6bb2bb051e9a367468eb77db228e1c3ad SHA512 43f3edcd6868b37933b24486091097dd6dfc51f51773bea3e3cff1fce5eef5f8b3df6d09b8815c858f5c8d7e87e8ed14cf13f236e72c851e4f98d52ad85e4afc
26
27 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-1.25.0.ebuild
28 similarity index 92%
29 copy from dev-python/botocore/botocore-9999.ebuild
30 copy to dev-python/botocore/botocore-1.25.0.ebuild
31 index 35239170e3a4..759ccf657074 100644
32 --- a/dev-python/botocore/botocore-9999.ebuild
33 +++ b/dev-python/botocore/botocore-1.25.0.ebuild
34 @@ -5,10 +5,14 @@ EAPI=8
35
36 DISTUTILS_USE_PEP517=setuptools
37 PYTHON_COMPAT=( python3_{8..10} )
38 +
39 inherit distutils-r1 multiprocessing
40
41 DESCRIPTION="Low-level, data-driven core of boto 3"
42 -HOMEPAGE="https://github.com/boto/botocore"
43 +HOMEPAGE="
44 + https://github.com/boto/botocore/
45 + https://pypi.org/project/botocore/
46 +"
47 LICENSE="Apache-2.0"
48 SLOT="0"
49
50 @@ -22,7 +26,7 @@ fi
51
52 RDEPEND="
53 dev-python/six[${PYTHON_USEDEP}]
54 - dev-python/jmespath[${PYTHON_USEDEP}]
55 + <dev-python/jmespath-2[${PYTHON_USEDEP}]
56 dev-python/python-dateutil[${PYTHON_USEDEP}]
57 >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
58 "
59
60 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
61 index 35239170e3a4..759ccf657074 100644
62 --- a/dev-python/botocore/botocore-9999.ebuild
63 +++ b/dev-python/botocore/botocore-9999.ebuild
64 @@ -5,10 +5,14 @@ EAPI=8
65
66 DISTUTILS_USE_PEP517=setuptools
67 PYTHON_COMPAT=( python3_{8..10} )
68 +
69 inherit distutils-r1 multiprocessing
70
71 DESCRIPTION="Low-level, data-driven core of boto 3"
72 -HOMEPAGE="https://github.com/boto/botocore"
73 +HOMEPAGE="
74 + https://github.com/boto/botocore/
75 + https://pypi.org/project/botocore/
76 +"
77 LICENSE="Apache-2.0"
78 SLOT="0"
79
80 @@ -22,7 +26,7 @@ fi
81
82 RDEPEND="
83 dev-python/six[${PYTHON_USEDEP}]
84 - dev-python/jmespath[${PYTHON_USEDEP}]
85 + <dev-python/jmespath-2[${PYTHON_USEDEP}]
86 dev-python/python-dateutil[${PYTHON_USEDEP}]
87 >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
88 "