Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929601 - gnome-base/gnome-keyring: needs upgrade to Python 3.12 (PythonCompatUpdate)
Summary: gnome-base/gnome-keyring: 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: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-04-13 08:45 UTC by Michał Górny
Modified: 2024-06-06 03:05 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:45:29 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 Jack 2024-06-04 22:54:02 UTC
gnome-keyring also requires gcr:0 which is also not ready for python3.12.  There is a gcr:4 which is OK with python3.12, so it would need to use that as well as updating PYTHON_COMPAT.
Comment 2 Larry the Git Cow gentoo-dev 2024-06-06 00:45:39 UTC
The bug has been closed via the following commit(s):

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

commit 01544d93dbf5f86044c0b09df646c18d07e716e9
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-06-04 23:19:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-06 00:44:40 +0000

    gnome-base/gnome-keyring: enable py3.12
    
    Only needed for tests, tests pass.
    
    Closes: https://bugs.gentoo.org/929601
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Jack 2024-06-06 01:04:30 UTC
Unfortunately that is not enough.  The ebuild still requires gcr:0 which still requires python3.11.  Should I open a separate bug for that?
Comment 4 Eli Schwartz gentoo-dev 2024-06-06 02:21:01 UTC
No, that was already tracked by bug 929290 which I fixed in the same push.

Also, since gnome-keyring doesn't depend on a python 3.12 interface of gcr -- rather, gcr internally uses python as part of its src_compile / src_install -- both bugs could be fixed independently.
Comment 5 Jack 2024-06-06 03:05:55 UTC
The lack of version bump threw me off, but now I see if it's only the deps that are changing, it gets fixed even without a re-emerge.  Thanks and sorry for the extra noise.