Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 897316 - sys-libs/libhugetlbfs: needs upgrade to Python 3.11 (PythonCompatUpdate)
Summary: sys-libs/libhugetlbfs: needs upgrade to Python 3.11 (PythonCompatUpdate)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: 896398
  Show dependency tree
 
Reported: 2023-02-25 09:58 UTC by Michał Górny
Modified: 2024-04-13 14:46 UTC (History)
1 user (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-25 09:58:53 UTC
This package does not support Python 3.11.  Please test it with Python 3.11 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/abb5788ea81c7bbf4d40a2995b682eb9.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-03 05:25:07 UTC
Ping. Python 3.11 is now default.
Comment 2 Jordi PM 2023-08-14 07:26:32 UTC
I have modified the ebuild locally by setting:
from
PYTHON_COMPAT=( python3_{9..10} )
to
PYTHON_COMPAT=( python3_{9..11} )

and I have been able to merge and use this package with my python3_11 setup.