Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919906 - dev-libs/jsoncpp should support python3.12
Summary: dev-libs/jsoncpp should support python3.12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-14 20:08 UTC by Boris Staletic
Modified: 2023-12-16 11:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Staletic 2023-12-14 20:08:49 UTC
Currently available jsoncpp only supports up to python 3.11.
I've ran the tests with python 3.12 and everything works.
Just changing thte PYTHON_COMPAT variable to include python3_12 is enough.

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-12-16 11:00:43 UTC
Thanks for the report!
Comment 2 Larry the Git Cow gentoo-dev 2023-12-16 11:04:38 UTC
The bug has been closed via the following commit(s):

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

commit c1252bed7132d704f1a15608408cb925a6e4d0bb
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-12-16 11:00:45 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-12-16 11:04:35 +0000

    dev-libs/jsoncpp: Enable py3.12
    
    Closes: https://bugs.gentoo.org/919906
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)