Package: python3-frozen-flask
Version: 0.11-3.1
Severity: critical

Using this library in Python 3.10 generates an ImportError.

% python3
Python 3.10.4 (main, Apr  2 2022, 09:04:19) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from flask_frozen import Freezer
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/flask_frozen/__init__.py", line 29, in <module>
    from collections import Mapping
ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py)


Upstream has a version 0.15 available.

Reply via email to