Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929898 - x11-wm/xpra: needs upgrade to Python 3.12 (PythonCompatUpdate)
Summary: x11-wm/xpra: needs upgrade to Python 3.12 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Benda Xu
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-04-13 08:57 UTC by Michał Górny
Modified: 2024-06-10 19:18 UTC (History)
5 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-13 08:57:29 UTC
This package does not support Python 3.12.  Please test it with Python 3.12 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg99104.html.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 theodor 2024-06-04 18:38:12 UTC
I changed the PYTHON_COMPAT in the xpra-4.4.6-r2 ebuild and for my use cases xpra still works. Please update the ebuild, so I don't have to change the ebuild myself.
Comment 2 Paul Zander 2024-06-04 22:39:42 UTC
I'm looking at the last test failures in 6.0.1. Otherwise it's ready.
Comment 3 Larry the Git Cow gentoo-dev 2024-06-10 19:18:36 UTC
The bug has been closed via the following commit(s):

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

commit dcc3756596141e0080544618e18f1152bf0be774
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2024-06-04 17:58:47 +0000
Commit:     Alexey Shvetsov <alexxy@gentoo.org>
CommitDate: 2024-06-10 19:18:21 +0000

    x11-wm/xpra: add 6.0.1, 6.9999, update 9999
    
    - Python 3.12 support
    - PEP517 support
    - re-enabled tests
    - general rework of the ebuild
    
    Closes: https://bugs.gentoo.org/912679
    Closes: https://bugs.gentoo.org/929898
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/37042
    Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>

 x11-wm/xpra/Manifest                     |   1 +
 x11-wm/xpra/files/xpra-9999-pep517.patch |  12 +
 x11-wm/xpra/metadata.xml                 |   4 +
 x11-wm/xpra/xpra-4.4.5-r2.ebuild         |   7 +-
 x11-wm/xpra/xpra-4.4.6-r2.ebuild         |   7 +-
 x11-wm/xpra/xpra-6.0.1.ebuild            | 376 +++++++++++++++++++++++++++++++
 x11-wm/xpra/xpra-6.9999.ebuild           | 376 +++++++++++++++++++++++++++++++
 x11-wm/xpra/xpra-9999.ebuild             | 296 ++++++++++++++++++------
 8 files changed, 999 insertions(+), 80 deletions(-)