Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/
Date: Tue, 01 Jan 2019 01:16:58
Message-Id: 1546305394.6b85d8801e68be3f0f926ec828a86f680ec6da62.vdupras@gentoo
1 commit: 6b85d8801e68be3f0f926ec828a86f680ec6da62
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 01:16:34 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 01:16:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b85d880
7
8 dev-python/tox: bump to 3.6.1
9
10 Also, re-add support for py37 and pypy3 (lost with the addition of the
11 toml dep).
12
13 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 dev-python/tox/Manifest | 2 +-
17 dev-python/tox/{tox-3.6.0.ebuild => tox-3.6.1.ebuild} | 4 ++--
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
21 index 33b5097ef03..c07b0610e1d 100644
22 --- a/dev-python/tox/Manifest
23 +++ b/dev-python/tox/Manifest
24 @@ -1,3 +1,3 @@
25 DIST tox-2.9.1.tar.gz 1855982 BLAKE2B 3e2f5fd3d3e45e54f96b0a6fc8f9e98bfba3b48540cc2922a897e016b5aabc9974772c9b897e0fab7b38b00f99478a063ad988ffa8b65fa53f684997334e492c SHA512 ff19b2bb7ac963379f1cccd4973ad9eb4dabfbda976cde7caba50ad010d8fa57c1cba91d63e3e0512e44cc7d350bc9270fbd9b30db1bd55f7d9c239e7623d066
26 DIST tox-3.2.1.tar.gz 268827 BLAKE2B 764835d04fb0c17f32eb8e2041b83f90d6a729b781a5b5b95e9ecb1162f1c29ed595d4a6369524b390a31853b8003485b27a3a12d63e84f49e92675f1a9bee13 SHA512 79f5a1c8f6e818fbb8444754e3767d880fc1fdfe63b46c518d37440fe2b2f3ce572865aff83d9492c24486fded49893cc31bd9b11254bac4db507260304bc76f
27 -DIST tox-3.6.0.tar.gz 257255 BLAKE2B fc61eb9c3c7eaca483c5de99b72562fb936447534cc1c08e70e8ed376fe70e0467d07168cb518f097002ea96ebbd709364236af49307c3c4c84f58feafba6bd7 SHA512 fcee3d78f266ebe036931589a68b51e111ba34cbe3fae6ee9241b4e98433ca75c59261ccaef014e00b3bfd678d10624c72c45146d594a7d25d6f437101f4c93d
28 +DIST tox-3.6.1.tar.gz 257471 BLAKE2B ab09a6e5f3a0de343dcea05008f6bfddc2be1e8949c5529c2a030dd4be32eb541a9d55037602efa58345210f34fa4d3f246d1a4260f7a9b77c0d473d8649673c SHA512 81edb0fc489731eb815f46cfa30677b077d4bb58d4e3e8bd7f887eaed3a2a950f7b49368af2bcb51ea07ca1821ff67145d543b8a370d642dd87d93952734249a
29
30 diff --git a/dev-python/tox/tox-3.6.0.ebuild b/dev-python/tox/tox-3.6.1.ebuild
31 similarity index 92%
32 rename from dev-python/tox/tox-3.6.0.ebuild
33 rename to dev-python/tox/tox-3.6.1.ebuild
34 index 46fa53e8f93..f50b9bdddb5 100644
35 --- a/dev-python/tox/tox-3.6.0.ebuild
36 +++ b/dev-python/tox/tox-3.6.1.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2018 Gentoo Authors
39 +# Copyright 1999-2019 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy )
45 +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
46
47 inherit distutils-r1