Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 845996 - mail-filter/afew: needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: mail-filter/afew: needs upgrade to Python 3.10 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Guillaume Seren
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-05-18 18:58 UTC by Sam James
Modified: 2022-10-20 03:54 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-18 18:58:57 UTC
This package does not support Python 3.10. Please test it with Python 3.10 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/13aa993921f19b6b095297721ffb0d0b. Ask in #gentoo-python on IRC if need any help.

$ pkgcheck scan -k PythonCompatUpdate mail-filter/afew
mail-filter/afew
  PythonCompatUpdate: version 3.0.1: PYTHON_COMPAT update available: python3_10
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-30 22:35:52 UTC
ping!
Comment 2 vlarvlar 2022-10-18 20:13:54 UTC
Any chance of this being resolved soon? afew is blocking my emerge @world by not allowing python 3.10:

!!! The ebuild selected to satisfy "mail-filter/afew" has unmet requirements.
- mail-filter/afew-3.0.1::gentoo USE="-doc -test" PYTHON_SINGLE_TARGET="-python3_8 -python3_9"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( python_single_target_python3_8 python_single_target_python3_9 )


Thanks!
Comment 3 Guillaume Seren 2022-10-18 22:37:30 UTC
Hey there sorry to be late.

I have tested against python-3.10 and it works fine,
as it can be seen on the merge request (https://github.com/afewmail/afew/pull/329).

We are working to tag a new release soon,
but until it is done we can bump the ebuild to support up to pyton-3.10.

I will prepare the needed change and open a merge request this week.


Regards.
Comment 4 Larry the Git Cow gentoo-dev 2022-10-20 03:54:16 UTC
The bug has been closed via the following commit(s):

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

commit ca745d4cad9fd921106b16006700634a72754d90
Author:     Guillaume Seren <guillaumeseren@gmail.com>
AuthorDate: 2022-10-19 14:24:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-20 03:51:08 +0000

    mail-filter/afew: enable py3.10
    
    Closes: https://bugs.gentoo.org/845996
    Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/27847
    Signed-off-by: Sam James <sam@gentoo.org>

 mail-filter/afew/afew-3.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)