Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-curator/
Date: Wed, 23 Dec 2020 01:17:53
Message-Id: 1608686244.0fa3a477cddf375b9b857f291094ac536f5d0b71.whissi@gentoo
1 commit: 0fa3a477cddf375b9b857f291094ac536f5d0b71
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 01:17:24 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 01:17:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa3a477
7
8 dev-python/elasticsearch-curator: update urllib3 upper pin to <1.26
9
10 Link: https://github.com/elastic/curator/pull/1562
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 ...ch-curator-5.8.1-r1.ebuild => elasticsearch-curator-5.8.1-r2.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild b/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r2.ebuild
18 similarity index 99%
19 rename from dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild
20 rename to dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r2.ebuild
21 index faa31514609..7ddcbe1ba12 100644
22 --- a/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild
23 +++ b/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r2.ebuild
24 @@ -33,7 +33,7 @@ RDEPEND="
25 >=dev-python/certifi-2019.9.11[${PYTHON_USEDEP}]
26 >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
27 >=dev-python/urllib3-1.24.2[${PYTHON_USEDEP}]
28 - <dev-python/urllib3-1.25[${PYTHON_USEDEP}]
29 + <dev-python/urllib3-1.26[${PYTHON_USEDEP}]
30 >=dev-python/voluptuous-0.9.3[${PYTHON_USEDEP}]"
31 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
32 >=dev-python/six-1.11.0[${PYTHON_USEDEP}]