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

Bug 919903

Summary: www-client/pybugz should support python3.12
Product: Gentoo Linux Reporter: Boris Staletic <boris.staletic>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: RESOLVED FIXED    
Severity: normal CC: arthurzam, fturco
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 921826    

Description Boris Staletic 2023-12-14 20:02:37 UTC
Currently available pybugz only supports up to python 3.11.
I've ran the tests with python 3.12 and everything works.
Just changing the PYTHON_COMPAT variable to include python3_12 is enough.

Reproducible: Always
Comment 1 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2024-03-01 16:22:04 UTC
Done for 9999 version, and applied to the soon version release.
Comment 2 Larry the Git Cow gentoo-dev 2024-03-01 16:44:07 UTC
The bug has been closed via the following commit(s):

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

commit f13f2c80cc1dac586270f3629ec77633fb8f055e
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-03-01 16:42:52 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-03-01 16:43:56 +0000

    www-client/pybugz: add 0.14, flit, add test, enable py3.12
    
    Thanks to moving to flit upstream, the install is much simpler.
    Add a basic test for verifying the tools works (needs network).
    Enable py3.12
    Remove dep on python[readline] - not used upstream.
    
    Closes: https://bugs.gentoo.org/604826
    Closes: https://bugs.gentoo.org/847301
    Closes: https://bugs.gentoo.org/919903
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 www-client/pybugz/Manifest           |  1 +
 www-client/pybugz/pybugz-0.14.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)