Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 952603 - net-mail/getmail: needs porting to Python 3.13
Summary: net-mail/getmail: needs porting to Python 3.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords: PullRequest
: 955470 (view as bug list)
Depends on:
Blocks: py3.13-tracker
  Show dependency tree
 
Reported: 2025-03-27 16:02 UTC by Michał Górny
Modified: 2025-05-06 16:25 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 2025-03-27 16:02:40 UTC
The package needs porting to Python 3.13.
Comment 1 David Fellows 2025-05-04 17:19:10 UTC
Making a new ebuild with the PYTHON_COMPAT list bumped from 12 to 13 worked for me.  It built without errors. The binary executes my SimplePOP3Retriever use cases successfully.  I haven't done any other regression testing.
Comment 2 Zoltan Puskas 2025-05-05 07:30:39 UTC
(In reply to David Fellows from comment #1)
> Making a new ebuild with the PYTHON_COMPAT list bumped from 12 to 13 worked
> for me.  It built without errors. The binary executes my SimplePOP3Retriever
> use cases successfully.  I haven't done any other regression testing.

Thanks for the additional quick verification. I'll be also adding a more up to date version of the package anyway to make sure recent fixes are also included.
Comment 3 Larry the Git Cow gentoo-dev 2025-05-05 07:44:42 UTC
The bug has been closed via the following commit(s):

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

commit 99313c08b6fcc12a71c2d96b460aedba3eab0411
Author:     Zoltan Puskas <zoltan@sinustrom.info>
AuthorDate: 2025-05-05 07:23:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-05-05 07:44:19 +0000

    net-mail/getmail: add 6.19.07
    
    Closes: https://bugs.gentoo.org/952603
    Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
    Part-of: https://github.com/gentoo/gentoo/pull/41938
    Closes: https://github.com/gentoo/gentoo/pull/41938
    Signed-off-by: Sam James <sam@gentoo.org>

 net-mail/getmail/Manifest               |  1 +
 net-mail/getmail/getmail-6.19.07.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-05-06 00:12:19 UTC
*** Bug 955470 has been marked as a duplicate of this bug. ***
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-05-06 16:25:13 UTC
(In reply to Zoltan Puskas from comment #2)
> (In reply to David Fellows from comment #1)
> > Making a new ebuild with the PYTHON_COMPAT list bumped from 12 to 13 worked
> > for me.  It built without errors. The binary executes my SimplePOP3Retriever
> > use cases successfully.  I haven't done any other regression testing.
> 
> Thanks for the additional quick verification. I'll be also adding a more up
> to date version of the package anyway to make sure recent fixes are also
> included.

We should backport py3.13 to the stable version unless there's a reason it won't work.