Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/trio/
Date: Wed, 06 May 2020 17:28:57
Message-Id: 1588785240.ea3cc2f21b580ae89ef10cc71ab44398c936c649.andrewammerlaan@gentoo
1 commit: ea3cc2f21b580ae89ef10cc71ab44398c936c649
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed May 6 17:14:00 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed May 6 17:14:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea3cc2f2
7
8 dev-python/trio: version bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/trio/Manifest | 2 +-
14 dev-python/trio/{trio-0.13.0.ebuild => trio-0.14.0.ebuild} | 2 ++
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/trio/Manifest b/dev-python/trio/Manifest
18 index cf28569..7d8d72d 100644
19 --- a/dev-python/trio/Manifest
20 +++ b/dev-python/trio/Manifest
21 @@ -1 +1 @@
22 -DIST trio-0.13.0.tar.gz 441925 BLAKE2B c452a0d91d44c651d33399cf5cb64ae05283466732df5332a3319b02fdf9ed73e88fc105b65aeeea39f923c0eecafe842a9e328cbea88424304a7708f8ec703d SHA512 c2f64e71aa59ed0ba5878fda56e5be2c7c434324fa0ace33caf1487fd990dfc63ffda8a20f1586e2175b6b41db51e9b9023e44c367337526263c9a32d98f7ce6
23 +DIST trio-0.14.0.tar.gz 451593 BLAKE2B 05b19fb17fb046c17c196d6fec003b731a0beb2c976e0d289665fbdf28c1ab8556404c21a9b3c72623b7d293a74438d4d43a368367838247d9e17e0f6d4ec47e SHA512 dcc640315c5f9a558c00be97ffc011bbb6d2a2137f4f07845698bdec5e2c0949ffb23f6ec49410e618d49156b42a5423b82f5c1f271c1cced7886d3f94c2cd9e
24
25 diff --git a/dev-python/trio/trio-0.13.0.ebuild b/dev-python/trio/trio-0.14.0.ebuild
26 similarity index 95%
27 rename from dev-python/trio/trio-0.13.0.ebuild
28 rename to dev-python/trio/trio-0.14.0.ebuild
29 index 66266e5..b83b175 100644
30 --- a/dev-python/trio/trio-0.13.0.ebuild
31 +++ b/dev-python/trio/trio-0.14.0.ebuild
32 @@ -31,8 +31,10 @@ DEPEND="${RDEPEND}
33 test? (
34 >=dev-python/astor-0.8.0[${PYTHON_USEDEP}]
35 >=dev-python/immutables-0.6[${PYTHON_USEDEP}]
36 + dev-python/ipython[${PYTHON_USEDEP}]
37 dev-python/jedi[${PYTHON_USEDEP}]
38 dev-python/pylint[${PYTHON_USEDEP}]
39 + dev-python/pyopenssl[${PYTHON_USEDEP}]
40 dev-python/trustme[${PYTHON_USEDEP}]
41 dev-python/yapf[${PYTHON_USEDEP}]
42 )