Fix is:

commit e27528204c887b4099b892a0237766f187959737
Author: Cole Robinson <crobi...@redhat.com>
Date:   Mon Jun 25 14:14:57 2018 -0400

    libvirtaio: Fix compat with python 3.7
    
    In python 3.7, async is now a keyword, so this throws a syntax error:
    
      File "/usr/lib64/python3.7/site-packages/libvirtaio.py", line 49
        from asyncio import async as ensure_future
                                ^
      SyntaxError: invalid syntax
    
    Switch to getattr trickery to accomplish the same goal
    
    Reviewed-by: Pavel Hrdina <phrd...@redhat.com>
    Reviewed-by: Andrea Bolognani <abolo...@redhat.com>
    Signed-off-by: Cole Robinson <crobi...@redhat.com>

Which is in:
$ git tag --contains e27528204c887b4099b892a0237766f187959737
v4.5.0
v4.6.0

libvirt-python | 1.2.1-2~bpo70+1 | wheezy-backports   | source
libvirt-python | 1.2.9-1         | oldstable          | source
libvirt-python | 1.2.9-1         | oldstable-kfreebsd | source
libvirt-python | 3.0.0-2         | stable             | source
libvirt-python | 4.0.0-1         | unstable           | source
libvirt-python | 4.0.0-1         | unstable-debug     | source
libvirt-python | 4.5.0-1         | testing            | source
libvirt-python | 4.5.0-1         | unstable           | source
libvirt-python | 4.5.0-1         | unstable-debug     | source
 libvirt-python | 1.2.2-0ubuntu1   | trusty          | source
 libvirt-python | 1.2.2-0ubuntu2   | trusty-updates  | source
 libvirt-python | 1.3.1-1ubuntu1   | xenial          | source
 libvirt-python | 1.3.1-1ubuntu1.1 | xenial-updates  | source
 libvirt-python | 4.0.0-1          | bionic          | source
 libvirt-python | 4.0.0-1build1    | cosmic          | source
 libvirt-python | 4.5.0-1          | cosmic-proposed | source

So it seems this is about unblocking the proposed migration of the sync.

** Changed in: libvirt (Ubuntu)
       Status: New => Triaged

** Changed in: libvirt (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786157

Title:
  libvirt-python async is now a keyword

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1786157/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to