Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/watchgod/
Date: Fri, 05 Feb 2021 12:17:17
Message-Id: 1612527415.12d467ec99cdbed16393b3d210b9c50ec62ece8a.andrewammerlaan@gentoo
1 commit: 12d467ec99cdbed16393b3d210b9c50ec62ece8a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Feb 5 12:16:55 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Feb 5 12:16:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12d467ec
7
8 dev-python/watchgod: version bump 0.7
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/watchgod/Manifest | 2 +-
14 dev-python/watchgod/{watchgod-0.6.ebuild => watchgod-0.7.ebuild} | 5 +++--
15 2 files changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/watchgod/Manifest b/dev-python/watchgod/Manifest
18 index 50084a1c..c4dfebc1 100644
19 --- a/dev-python/watchgod/Manifest
20 +++ b/dev-python/watchgod/Manifest
21 @@ -1 +1 @@
22 -DIST watchgod-0.6.tar.gz 13261 BLAKE2B 6cf32f6ea467fd4cdb3b0da30aa56bfbf3909adb25d2d44621733c665dccf77b203e99049655793a674f688f3adc8519d8e95156932ccfb9dceda28888bac115 SHA512 1eaa0febc4ba8b1e4bbd6e7bae8f2312c2eeaae395ebbf76953fdf937d4eda06bad818574000d6b96abfefe391affb5d007426bbf7867578293729decc6b61fb
23 +DIST watchgod-0.7.tar.gz 14362 BLAKE2B 0c16b7ef2a7e1d0ca2c9d27b1503a9710662364318d5021e916aabf90c8f917b0bf69559a545658f839953832edc579b0014a0736b3b155f097d1d29c2e4b4f7 SHA512 afa225b30cf796ce95861c61fbe8eb22ed72011522de53d53c41148311793db10e41b66e9eb1237c4372f142edaec992de79715c568e435ddb1695666be1cdd8
24
25 diff --git a/dev-python/watchgod/watchgod-0.6.ebuild b/dev-python/watchgod/watchgod-0.7.ebuild
26 similarity index 81%
27 rename from dev-python/watchgod/watchgod-0.6.ebuild
28 rename to dev-python/watchgod/watchgod-0.7.ebuild
29 index eecff62c..003ea4f1 100644
30 --- a/dev-python/watchgod/watchgod-0.6.ebuild
31 +++ b/dev-python/watchgod/watchgod-0.7.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 +# Copyright 1999-2021 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 @@ -18,7 +18,8 @@ KEYWORDS="~amd64 ~x86"
39 SLOT="0"
40
41 DEPEND="test? (
42 - dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
43 + dev-python/pygments[${PYTHON_USEDEP}]
44 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
45 dev-python/pytest-toolbox[${PYTHON_USEDEP}]
46 dev-python/pytest-mock[${PYTHON_USEDEP}]
47 )"