Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 846122 - net-analyzer/tcpflow: needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: net-analyzer/tcpflow: 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: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-05-18 19:02 UTC by Sam James
Modified: 2022-05-22 03:53 UTC (History)
0 users

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 19:02:08 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 net-analyzer/tcpflow
net-analyzer/tcpflow
  PythonCompatUpdate: version 1.6.1: PYTHON_COMPAT updates available: python3_10, python3_11
Comment 1 Larry the Git Cow gentoo-dev 2022-05-22 03:53:46 UTC
The bug has been closed via the following commit(s):

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

commit da3857c7f51b6e6241d705d1f9c0248d50b6043e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-22 03:48:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-22 03:49:14 +0000

    net-analyzer/tcpflow: update EAPI 7 -> 8; use release tarball; drop Python
    
    - Port EAPI 7 -> EAPI 8
    - Use release tarball
    - Force Bash for now for configure given lots of activity since last release
    - Drop Python bindings -- were (automagically) linking against Python 2.7! No
      sign of fixing that upstream, so just forcefully disable them.
    - Fix Wformat-security issue
    
    Closes: https://bugs.gentoo.org/846122
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/tcpflow/Manifest                      |  1 +
 .../files/tcpflow-1.6.1-wformat-security.patch     | 24 ++++++++++
 net-analyzer/tcpflow/tcpflow-1.6.1-r1.ebuild       | 56 ++++++++++++++++++++++
 3 files changed, 81 insertions(+)