Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 897276

Summary: sys-block/bmap-tools: needs upgrade to Python 3.11 (PythonCompatUpdate)
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://github.com/gentoo/gentoo/pull/30423
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 896398    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-25 09:52:24 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 Larry the Git Cow gentoo-dev 2023-03-31 19:48:49 UTC
The bug has been closed via the following commit(s):

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

commit a23e4642a774a77a03630807498f26b76403321a
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2023-03-31 17:24:48 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2023-03-31 19:48:07 +0000

    sys-block/bmap-tools: enable py3.11
    
    Enable py3.11.
    Update EAPI 7 -> 8.
    Use PEP517 mode.
    Drop dev-python/nose, run tests with pytest.
    Add upstream patch to remove dev-python/mock.
    
    Closes: https://bugs.gentoo.org/833258
    Closes: https://bugs.gentoo.org/836836
    Closes: https://bugs.gentoo.org/878729
    Closes: https://bugs.gentoo.org/897276
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 ...p-tools-3.6.ebuild => bmap-tools-3.6-r1.ebuild} | 27 ++++---
 .../files/bmap-tools-3.6-mock-import-pattern.patch | 94 ++++++++++++++++++++++
 .../files/bmap-tools-3.6-unittest-mock.patch       | 44 ++++++++++
 3 files changed, 154 insertions(+), 11 deletions(-)