Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929309 - app-emulation/libvirt: needs upgrade to Python 3.12 (PythonCompatUpdate)
Summary: app-emulation/libvirt: needs upgrade to Python 3.12 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-04-13 08:29 UTC by Michał Górny
Modified: 2024-04-13 18:49 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-13 08:29:00 UTC
This package does not support Python 3.12.  Please test it with Python 3.12 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg99104.html.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 Larry the Git Cow gentoo-dev 2024-04-13 18:49:23 UTC
The bug has been closed via the following commit(s):

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

commit 94ca69ff2a8401b6e97d352e8d10a74497df7e4e
Author:     Michal Privoznik <michal.privoznik@gmail.com>
AuthorDate: 2024-04-13 18:05:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-04-13 18:47:57 +0000

    app-emulation/libvirt: Add Python 3.12 to PYTHON_COMPAT
    
    Libvirt's use of Python doesn't really use new python features
    since it still aims to build on stable distros like RHEL-8 where
    only Python-3.6 is available. Thus, Python-3.12 is trivially
    supported. Add it onto PYTHON_COMPAT list for all ebuilds.
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=929309
    Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 app-emulation/libvirt/libvirt-10.0.0-r1.ebuild | 2 +-
 app-emulation/libvirt/libvirt-10.1.0.ebuild    | 2 +-
 app-emulation/libvirt/libvirt-9.8.0-r1.ebuild  | 2 +-
 app-emulation/libvirt/libvirt-9.9.0-r1.ebuild  | 2 +-
 app-emulation/libvirt/libvirt-9999.ebuild      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)