Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 952406 - dev-python/sphinxcontrib-plantuml: needs porting to Python 3.13
Summary: dev-python/sphinxcontrib-plantuml: needs porting to Python 3.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py3.13-tracker
  Show dependency tree
 
Reported: 2025-03-27 15:55 UTC by Michał Górny
Modified: 2025-04-02 07:05 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,297.26 KB, text/x-log)
2025-04-02 06:59 UTC, Florian Schmaus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-03-27 15:55:08 UTC
The package needs porting to Python 3.13.
Comment 1 Florian Schmaus gentoo-dev 2025-04-02 06:59:14 UTC
Created attachment 923482 [details]
build.log

Test suite passes with Python 3.12:

 * python3_12: running distutils-r1_run_phase python_test
[…]
20 passed, 1 skipped, 2 warnings in 3.09s 

but fails with Python 3.13:

* python3_13: running distutils-r1_run_phase python_test
[…]
15 failed, 5 passed, 1 skipped, 2 warnings in 3.09s
Comment 2 Larry the Git Cow gentoo-dev 2025-04-02 07:05:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3040ea9707fbe98d50c91477aba9abfb230dd456

commit 3040ea9707fbe98d50c91477aba9abfb230dd456
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2025-04-02 07:03:06 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2025-04-02 07:05:15 +0000

    dev-python/sphinxcontrib-plantuml: enable python3.13
    
    Apply upstream patch to fix tests on Python 3.13.
    
    Closes: https://bugs.gentoo.org/952406
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 dev-python/sphinxcontrib-plantuml/Manifest                     |  1 +
 .../sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild  | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)