Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919911 - media-libs/libepoxy should support python3.12
Summary: media-libs/libepoxy 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 (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2023-12-14 20:17 UTC by Boris Staletic
Modified: 2024-04-21 22:40 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:17:58 UTC
Currently available libepoxy 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 Larry the Git Cow gentoo-dev 2024-04-21 22:40:19 UTC
The bug has been closed via the following commit(s):

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

commit e0a1a43dab801e160832a874c8d305e88956943a
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2024-04-21 22:33:18 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2024-04-21 22:40:13 +0000

    media-libs/libepoxy: Revbump
    
    Closes: https://bugs.gentoo.org/930239
    Closes: https://bugs.gentoo.org/919911
    Closes: https://bugs.gentoo.org/929993
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/libepoxy/libepoxy-1.5.10-r3.ebuild | 54 +++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit 8a8423e5c9f9fda0b7710326ebff9ccb561b5991
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2024-04-21 22:29:30 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2024-04-21 22:40:13 +0000

    media-libs/libepoxy: Add Python 3.12 compatibility
    
    Bug: https://bugs.gentoo.org/919911
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/libepoxy/libepoxy-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)