Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gRPC python version in install_fedora_deps.sh #4241

Merged
merged 3 commits into from
Nov 10, 2023

Commits on Nov 10, 2023

  1. Update gRPC python version in install_fedora_deps.sh

    The fedora:latest container now comes with Python 3.12. Older gRPC
    versions do not support this Python version. See
    grpc/grpc#33063.
    
    An alternative would be to pin the fedora container version, but then
    someone has to remember to update it periodically...
    
    Signed-off-by: Antonin Bas <antonin.bas@gmail.com>
    antoninbas committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e6f2a26 View commit details
    Browse the repository at this point in the history
  2. Update scapy from 2.4.5 to 2.5.0

    Required for more recent versions of Python3
    
    Signed-off-by: Antonin Bas <antonin.bas@gmail.com>
    antoninbas committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e09fc4f View commit details
    Browse the repository at this point in the history
  3. Fix usage of tempfile.mkdir

    Changed in Python version 3.12: mkdtemp() now always returns an absolute path,
    even if dir is relative.
    
    Signed-off-by: Antonin Bas <antonin.bas@gmail.com>
    antoninbas committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e292b0a View commit details
    Browse the repository at this point in the history