summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-12-28 14:49:48 +0100
committerKarel Kočí <cynerd@email.cz>2020-12-28 14:49:48 +0100
commit0b3b14a3a89d2b2cbfe5b8f2b6d83fc5ec974136 (patch)
tree928c05c617fec827c1ed50d1bad453d86c4db893 /dev-python
parent0469cd61ebac905a9df15ac2a1c60b383843306e (diff)
downloadgentoo-personal-overlay-0b3b14a3a89d2b2cbfe5b8f2b6d83fc5ec974136.tar.gz
gentoo-personal-overlay-0b3b14a3a89d2b2cbfe5b8f2b6d83fc5ec974136.tar.bz2
gentoo-personal-overlay-0b3b14a3a89d2b2cbfe5b8f2b6d83fc5ec974136.zip
dev-python/pytest-html: update to version 3.1.1
This also expands supported python versions.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-html/Manifest2
-rw-r--r--dev-python/pytest-html/pytest-html-3.1.1.ebuild (renamed from dev-python/pytest-html/pytest-html-2.1.1.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-html/Manifest b/dev-python/pytest-html/Manifest
index aafcac5..bb1aa54 100644
--- a/dev-python/pytest-html/Manifest
+++ b/dev-python/pytest-html/Manifest
@@ -1 +1 @@
-DIST pytest-html-2.1.1.tar.gz 30261 BLAKE2B 4e6e5f29af7059c0b2fbcab06759c52a14cfd83b34a17db622d0b99fdfa45163b8c1eec23bd25177de7650381b437374d2f2a5335adada6613dfaa1e84126118 SHA512 a35eb141d90b82e713e11b022a788adb9f097910dd267f207afdf3b6fc06f40fc6ca308e70098d7aa48d866aad8495aad25bbf566c301f789749f1791a7fa802
+DIST pytest-html-3.1.1.tar.gz 38548 BLAKE2B d2491280ceb4524a10a46891448bb63fe997a4be82062e727fb1d79ef6154a0b4229bbec27c6601372776f7c8dd124aab5d4968482fc24ad24330db5d2520187 SHA512 78091b485d153b54cd76abb8cfeb6494830b1b51a10dc0c00c73eccf67962d2805e3f83972c7ccfd1f877a939b582f80d5ddd5273fd1ddcac2a1a9c2eb121300
diff --git a/dev-python/pytest-html/pytest-html-2.1.1.ebuild b/dev-python/pytest-html/pytest-html-3.1.1.ebuild
index bc3ffb8..f7f7176 100644
--- a/dev-python/pytest-html/pytest-html-2.1.1.ebuild
+++ b/dev-python/pytest-html/pytest-html-3.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
inherit distutils-r1