Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939929 - dev-python/python-openstackclient-7.1.2 is not set to use Python-3.12 but does look to support it upstream
Summary: dev-python/python-openstackclient-7.1.2 is not set to use Python-3.12 but doe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-21 00:36 UTC by MrSnivvel
Modified: 2024-09-22 07:20 UTC (History)
2 users (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 MrSnivvel 2024-09-21 00:36:43 UTC
https://github.com/openstack/python-openstackclient/blob/master/setup.cfg Shows it does support Python-3.12

Current ebuild, 7.1.2, has:
PYTHON_COMPAT=( python3_{10..11} )

Reproducible: Always




Manually setting up an ebuild to use 3.12 seems to work fine.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-22 07:17:51 UTC
The tests pass too for me.
Comment 2 Larry the Git Cow gentoo-dev 2024-09-22 07:20:03 UTC
The bug has been closed via the following commit(s):

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

commit 7b4bc5b79f81d140d25ebb770db447e9dfae909f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-09-22 07:18:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-09-22 07:19:19 +0000

    dev-python/python-openstackclient: enable py3.12
    
    Tests pass.
    
    Closes: https://bugs.gentoo.org/939929
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/python-openstackclient/python-openstackclient-7.0.0.ebuild | 2 +-
 dev-python/python-openstackclient/python-openstackclient-7.1.0.ebuild | 2 +-
 dev-python/python-openstackclient/python-openstackclient-7.1.1.ebuild | 2 +-
 dev-python/python-openstackclient/python-openstackclient-7.1.2.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)