Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919903 - www-client/pybugz should support python3.12
Summary: www-client/pybugz should support python3.12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2023-12-14 20:02 UTC by Boris Staletic
Modified: 2024-03-01 16:44 UTC (History)
2 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 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(+)