Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2018 12:06:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230188] misc/py-pexpect: update to 4.6.0
Message-ID:  <bug-230188-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230188

            Bug ID: 230188
           Summary: misc/py-pexpect: update to 4.6.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: wg@FreeBSD.org
          Reporter: rm@FreeBSD.org
             Flags: maintainer-feedback?(wg@FreeBSD.org)
          Assignee: wg@FreeBSD.org

Created attachment 195630
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195630&action=
=3Dedit
pexpect 4.6.0

async is the registered keyword since python 3.7, so current version of pex=
pect
fails to work with py37:

  File "/usr/local/lib/python3.7/site-packages/pexpect/spawnbase.py", line =
224
    def expect(self, pattern, timeout=3D-1, searchwindowsize=3D-1, async=3D=
False):
                                                                   ^
SyntaxError: invalid syntax
*** Error code 1

Update to latest version solves the issue.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230188-7788>