[Bug 230188] misc/py-pexpect: update to 4.6.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 30 12:06:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230188

            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 at FreeBSD.org
          Reporter: rm at FreeBSD.org
             Flags: maintainer-feedback?(wg at FreeBSD.org)
          Assignee: wg at FreeBSD.org

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

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

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

Update to latest version solves the issue.

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


More information about the freebsd-ports-bugs mailing list