Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653940 - dev-python/ansi2html-1.4.2 should include Python 3.6 support
Summary: dev-python/ansi2html-1.4.2 should include Python 3.6 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-04-24 05:38 UTC by Daniel Harding
Modified: 2018-04-25 12:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Add Python 3.6 support for dev-python/ansi2html-1.4.2 (ansi2html.patch,395 bytes, patch)
2018-04-24 05:39 UTC, Daniel Harding
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Harding 2018-04-24 05:38:12 UTC
dev-python/ansi2html-1.4.2 officially supports Python 3.6[1], but the ebuild only supports up through Python 3.5.

[1] https://github.com/ralphbean/ansi2html/commit/efb491f092eb2759e59055237c71092a19632c8b
Comment 1 Daniel Harding 2018-04-24 05:39:51 UTC
Created attachment 528400 [details, diff]
Add Python 3.6 support for dev-python/ansi2html-1.4.2

dev-python/ansi2html-1.4.2 does not officially support Python 3.4, but I did not remove Python 3.4 support from the ebuild as part of this patch.
Comment 2 Larry the Git Cow gentoo-dev 2018-04-25 12:58:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e08a055909d7eb8993f9d1d32dc69752b7d481

commit 88e08a055909d7eb8993f9d1d32dc69752b7d481
Author:     Daniel Harding <dharding@gmail.com>
AuthorDate: 2018-04-25 12:52:26 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2018-04-25 12:57:27 +0000

    dev-python/ansi2html: Support Python 3.6
    
    Closes: https://bugs.gentoo.org/653940
    Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-python/ansi2html/ansi2html-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Sebastian Pipping gentoo-dev 2018-04-25 12:58:49 UTC
Thanks!