Your message dated Thu, 02 Aug 2018 18:19:07 +0000
with message-id <e1flibn-00029m...@fasolo.debian.org>
and subject line Bug#904389: fixed in glance 2:16.0.1-7
has caused the Debian Bug report #904389,
regarding python3-glance: fails to install with Python 3.7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
904389: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904389
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-glance
Version: 2:16.0.1-6
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: block 902788 with -1 

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

>From the attached log (scroll to the bottom...):

  Setting up python3-glance (2:16.0.1-6) ...
    File 
"/usr/lib/python3/dist-packages/glance/async/flows/api_image_import.py", line 26
      import glance.async.flows._internal_plugins as internal_plugins
                        ^
  SyntaxError: invalid syntax
  
    File "/usr/lib/python3/dist-packages/glance/async/flows/base_import.py", 
line 33
      from glance.async import utils
                      ^
  SyntaxError: invalid syntax
  
    File "/usr/lib/python3/dist-packages/glance/async/flows/introspect.py", 
line 24
      from glance.async import utils
                      ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/async/flows/plugins/plugin_opts.py", 
line 17
      import glance.async.flows.plugins.inject_image_metadata
                        ^
  SyntaxError: invalid syntax
  
    File "/usr/lib/python3/dist-packages/glance/async/taskflow_executor.py", 
line 26
      import glance.async
                        ^
  SyntaxError: invalid syntax
  
    File "/usr/lib/python3/dist-packages/glance/opts.py", line 31
      import glance.async.flows._internal_plugins
                        ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/tests/unit/async/flows/plugins/test_inject_image_metadata.py",
 line 22
      import glance.async.flows.plugins.inject_image_metadata as inject_metadata
                        ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/tests/unit/async/flows/test_api_image_import.py",
 line 20
      import glance.async.flows.api_image_import as import_flow
                        ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/tests/unit/async/flows/test_convert.py", 
line 25
      from glance.async.flows import convert
                      ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/tests/unit/async/flows/test_import.py", 
line 28
      import glance.async.flows.base_import as import_flow
                        ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/tests/unit/async/flows/test_introspect.py",
 line 23
      from glance.async.flows import introspect
                      ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/tests/unit/async/flows/test_ovf_process.py",
 line 27
      from glance.async.flows import ovf_process
                      ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/tests/unit/async/test_async.py", line 19
      import glance.async
                        ^
  SyntaxError: invalid syntax
  
    File 
"/usr/lib/python3/dist-packages/glance/tests/unit/async/test_taskflow_executor.py",
 line 22
      from glance.async import taskflow_executor
                      ^
  SyntaxError: invalid syntax
  
    File "/usr/lib/python3/dist-packages/glance/tests/unit/test_domain.py", 
line 24
      import glance.async
                        ^
  SyntaxError: invalid syntax
  
    File "/usr/lib/python3/dist-packages/glance/tests/unit/test_notifier.py", 
line 25
      import glance.async
                        ^
  SyntaxError: invalid syntax
  
  dpkg: error processing package python3-glance (--configure):
   installed python3-glance package post-installation script subprocess 
returned error exit status 1


"async" has become a reserved keyword in Python 3.7


cheers,

Andreas

Attachment: python3-glance=2%16.0.1-6.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: glance
Source-Version: 2:16.0.1-7

We believe that the bug you reported is fixed in the latest version of
glance, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 904...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated glance package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 02 Aug 2018 20:00:30 +0200
Source: glance
Binary: glance glance-api glance-common glance-doc glance-registry 
python3-glance
Architecture: source all
Version: 2:16.0.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 glance     - OpenStack Image Registry and Delivery Service - Daemons
 glance-api - OpenStack Image Registry and Delivery Service - API server
 glance-common - OpenStack Image Registry and Delivery Service - common files
 glance-doc - OpenStack Image Registry and Delivery Service - Documentation
 glance-registry - OpenStack Image Registry and Delivery Service - registry 
server
 python3-glance - OpenStack Image Registry and Delivery Service - Python library
Closes: 904389
Changes:
 glance (2:16.0.1-7) unstable; urgency=medium
 .
   * Add fix-py37-compatibility-async-keyword.patch (Closes: #904389).
   * Add Fix_RuntimeError_when_running_under_py37_-_StopIteration.patch.
Checksums-Sha1:
 31c52f75515636351ec6055db86b43f2a2cda931 4015 glance_16.0.1-7.dsc
 49eec24298486443399d8f6f5b94d0344991482f 19744 glance_16.0.1-7.debian.tar.xz
 fbae94b733fa2c20c4b7e9c1d787a73643fb6796 38792 glance-api_16.0.1-7_all.deb
 381307fbbe1b6881d59a1cbdc264fdf7a2688c46 88300 glance-common_16.0.1-7_all.deb
 097d702d2b0cf999c6c809fc4361c57b7a065f79 1843456 glance-doc_16.0.1-7_all.deb
 c571a981ac97faa573ffa9f63f7b8eaf7445c343 15896 glance-registry_16.0.1-7_all.deb
 7ff36b7f80f8a71c8616429c1225ac491094d122 10720 glance_16.0.1-7_all.deb
 1d13412869e1494bcb258593ef72cc03316f8d96 17414 glance_16.0.1-7_amd64.buildinfo
 f7c715efff226fef52d436d32071d9d226a26fd0 427540 python3-glance_16.0.1-7_all.deb
Checksums-Sha256:
 8ad11cce4a11cd16bd736a9aeb13000a06c891334e5835cadb967826df718575 4015 
glance_16.0.1-7.dsc
 deac93390bccfb6c27f96f377ce9f6d33e7e16a2d61de0427234601d3e372003 19744 
glance_16.0.1-7.debian.tar.xz
 dacf64ed841fe369d3f5cf851f52b9070f3e7bd3f5a75546cb3aabe7abc338e3 38792 
glance-api_16.0.1-7_all.deb
 acae0b1e576b4f2745a1f124e7fc7afbc4dfddad7da1acc1e68748f89cf507f1 88300 
glance-common_16.0.1-7_all.deb
 a450187dadc953f95f0ac68521cbaebbb9f3cfaa13b76bab9f56ec609dee9025 1843456 
glance-doc_16.0.1-7_all.deb
 69279a59d5d4a76f261e2885b26ec7ed685f808e0cc050137f2567ec2895bca6 15896 
glance-registry_16.0.1-7_all.deb
 f5e2ff3d3ab3bf4f23add5e3fd26d3e31e0a771d707648896019369040beb839 10720 
glance_16.0.1-7_all.deb
 c6fd2aabdb6717a8c644c1e2c534f9a0f975be06cf09dae3f861214e2e52818f 17414 
glance_16.0.1-7_amd64.buildinfo
 73ec70a9c801b82d4a691bea008feda6c82d4d0bb905e43f5626ad12361b4366 427540 
python3-glance_16.0.1-7_all.deb
Files:
 d2ce14fad182d3c635a741d0425b1dcd 4015 net optional glance_16.0.1-7.dsc
 b8d375e73895926d0d1f653a19816ed7 19744 net optional 
glance_16.0.1-7.debian.tar.xz
 5e02b2f4a275ff0f442ce6237e856a6c 38792 net optional glance-api_16.0.1-7_all.deb
 17b54eaf1152dfed6cb7bacf61e5a07b 88300 net optional 
glance-common_16.0.1-7_all.deb
 f7e5ca60765a1dae882af6a48f3995a1 1843456 doc optional 
glance-doc_16.0.1-7_all.deb
 fa6643b6d88d70e69b01fca6403a069e 15896 net optional 
glance-registry_16.0.1-7_all.deb
 3c18118fabff6b20731bd18eccdb0d9c 10720 net optional glance_16.0.1-7_all.deb
 d380551c006c49383435f8a4e211e1fa 17414 net optional 
glance_16.0.1-7_amd64.buildinfo
 72417d4ed8bd72c6b4f5ba1454796a0a 427540 python optional 
python3-glance_16.0.1-7_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAltjR0MACgkQq1PlA1ho
d6bs9BAApEpmEF2qyNamXffrRyOPT6EReMwKbGf+ObTOPLMbbR67f36KbPANJMcj
uqBiOKEzZow+9W4TIT5MFeY+aRwccglsrmVLjM+DzgbmbJIYmOQXnhWf1iyn63bw
sd9xlFevgRJLougSkoTkxFmdoR07Jt6wbVuJA5YDmMNwEpf4tMC88mtCLB1LRXiG
4m05nQdLIjR8HQ3hBKy4mOMa0DktB6MbkAGnC9cALt6/qQ9YZmX9ptIpkUxCBUOw
wwcKbRhiaK55PYd54EenqvULg57uFmJNtEtXlwuitNHzgrykMdeaqWli79A+fsHP
P8KKkhYTkGOVhDopVo0psAHWtYB6R1809TeE3CognLjykVZjX3w3ewOH5NYmqXpM
M8YaOkVzN+/ZFrUINGRsdYFbudpYMx9WoCdLeycoGjj8XVI4k5UoF/njgz5C6nwB
+LGC/z5mXEyVZlfCGucOFNiX4dKEml7nMHQg26Av8htUGPosceTFcL9SLrV/sPBR
PGNpwty3aSkEOKOzx5jRC3m7TEijPmibs7nqAMPvfPMe+WLI+uI464DEYffKmaIB
WKgG3cmkVmDh/QAQUp4i9cAHk2q9T/RwsNIfOjjqyH3GTJRE1pHfZiOv/l2ZOgnH
+SkD8ObgTVxWXnxZ3Yx29D8ZfzVV5O9EOTTlXdsbWnZbM9TGzO4=
=XGG9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to