Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896822 - dev-python/pyGPG: needs upgrade to Python 3.11 (PythonCompatUpdate)
Summary: dev-python/pyGPG: needs upgrade to Python 3.11 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 896398
  Show dependency tree
 
Reported: 2023-02-25 09:39 UTC by Michał Górny
Modified: 2023-05-01 15:00 UTC (History)
1 user (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 2023-02-25 09:39:36 UTC
This package does not support Python 3.11.  Please test it with Python 3.11 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/abb5788ea81c7bbf4d40a2995b682eb9.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 tka 2023-05-01 14:45:25 UTC
After commit 8bd9b7d8, emerge -DuNvp @world now fails because of unmet requirements:

!!! The ebuild selected to satisfy ">=dev-python/pyGPG-0.2" has unmet requirements.
- dev-python/pyGPG-0.2-r1::gentoo USE="" PYTHON_TARGETS="-python3_10 -python3_9"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( python_targets_python3_9 python_targets_python3_10 )

(dependency required by "app-portage/layman-2.4.3::gentoo[gpg]" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-01 14:46:58 UTC
That's what happens when an installed package doesn't support 3.11.
Comment 3 Larry the Git Cow gentoo-dev 2023-05-01 15:00:16 UTC
The bug has been closed via the following commit(s):

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

commit c46540c9fbae4300ce29a90b71b2c20e0d51685a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-05-01 14:52:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-01 14:52:28 +0000

    dev-python/pyGPG: add 0.2_p20220808
    
    Snapshot which has tests so let's add Python 3.11 to it as well.
    
    Closes: https://bugs.gentoo.org/896822
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/pyGPG/Manifest                   |  1 +
 dev-python/pyGPG/pyGPG-0.2_p20220808.ebuild | 55 +++++++++++++++++++++++++++++
 dev-python/pyGPG/pyGPG-9999.ebuild          | 18 ++++++++--
 3 files changed, 72 insertions(+), 2 deletions(-)