Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896448 - app-shells/bash-completion: needs upgrade to Python 3.11 (PythonCompatUpdate)
Summary: app-shells/bash-completion: needs upgrade to Python 3.11 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 896398
  Show dependency tree
 
Reported: 2023-02-25 09:22 UTC by Michał Górny
Modified: 2023-04-08 13:42 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:22:08 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 Amit Ugol 2023-04-05 14:29:14 UTC
fixed
# grep PYTHON_COMPAT /var/db/repos/gentoo/app-shells/bash-completion/bash-completion-2.11.ebuild
PYTHON_COMPAT=( python3_{9..11} )
Comment 2 Amit Ugol 2023-04-05 14:32:01 UTC
(In reply to Amit Ugol from comment #1)
> fixed
> # grep PYTHON_COMPAT
> /var/db/repos/gentoo/app-shells/bash-completion/bash-completion-2.11.ebuild
> PYTHON_COMPAT=( python3_{9..11} )

And is actually working well on an environment with only 3.11 installed.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-04-08 13:42:10 UTC
Yes, sorry.