Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912677 - dev-python/nkdfu: upgrade to Python 3.11 (PythonCompatUpdate)
Summary: dev-python/nkdfu: upgrade to Python 3.11 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-20 12:46 UTC by Nico R.
Modified: 2024-04-14 01:21 UTC (History)
0 users

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 Nico R. 2023-08-20 12:46:21 UTC
Ebuild needs to be updated to support Python 3.11.

I have tested dev-python/nkdfu (on AMD64) with

    PYTHON_COMPAT=( python3_10 python3_11 )

What I have done:

1. re-emerged the package (observing that portage showed PYTHON_TARGETS="python3_11%* -python3_10*"),

2. ran ‘nkdfu --help’,

3. checked the code in the package for deprecations and removals (and even upcoming removals) listed in https://docs.python.org/3/whatsnew/3.11.html.

All of these have not shown any problems.

I suggest to revert commit b276fe33f138c3f9d9ba41e0807bcd1303cc950a (or do something to the same effect) in order to make python3_11 available for the ebuild as well.
Comment 1 Larry the Git Cow gentoo-dev 2024-04-14 01:21:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=076e543d62f4095984f3321e59a0d10046f40869

commit 076e543d62f4095984f3321e59a0d10046f40869
Author:     Julien Roy <julien@jroy.ca>
AuthorDate: 2024-04-13 23:07:43 +0000
Commit:     Julien Roy <julien@jroy.ca>
CommitDate: 2024-04-13 23:08:51 +0000

    dev-python/nkdfu: enable py3.11
    
    Closes: https://bugs.gentoo.org/912677
    Signed-off-by: Julien Roy <julien@jroy.ca>

 dev-python/nkdfu/nkdfu-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)