Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929842 - sys-fs/cryfs: needs upgrade to Python 3.12 (PythonCompatUpdate)
Summary: sys-fs/cryfs: 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: Nick
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 820257
Blocks: 921826
  Show dependency tree
 
Reported: 2024-04-13 08:53 UTC by Michał Górny
Modified: 2024-06-03 11:15 UTC (History)
3 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:53:47 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 NHO 2024-05-10 11:08:39 UTC
We may also need a version bump: version 0.10.3 Apr 3, 2021, latest upstream is 0.11.4 and it explicitly fixes problems with python 3.12 per release note.
https://github.com/cryfs/cryfs/releases/tag/0.11.4
Comment 2 Alfred Wingate 2024-06-03 09:26:48 UTC
(In reply to NHO from comment #1)
> We may also need a version bump: version 0.10.3 Apr 3, 2021, latest upstream
> is 0.11.4 and it explicitly fixes problems with python 3.12 per release note.
> https://github.com/cryfs/cryfs/releases/tag/0.11.4

Thats bundled versioneer which is explicitly unused in the ebuild. 

https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild#n72
Comment 3 Larry the Git Cow gentoo-dev 2024-06-03 11:15:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce9ca77316843e8aea1c37f1c86af963f75b79b

commit 5ce9ca77316843e8aea1c37f1c86af963f75b79b
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2024-06-03 09:12:27 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-03 11:15:19 +0000

    sys-fs/cryfs: enable py3.12
    
    * Bundled versioneer is removed so we can freely follow
      dev-python/versioneer PYTHON_COMPAT.
    
    Closes: https://bugs.gentoo.org/929842
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/36995
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)