Package Details: python-flask-gravatar 0.5.0-10

Git Clone URL: https://aur.archlinux.org/python-flask-gravatar.git (read-only, click to copy)
Package Base: python-flask-gravatar
Description: Small and simple gravatar usage in Flask
Upstream URL: https://github.com/zzzsochi/Flask-Gravatar/
Licenses: BSD
Submitter: carsme
Maintainer: None
Last Packager: carsme
Votes: 0
Popularity: 0.000000
First Submitted: 2024-12-25 12:42 (UTC)
Last Updated: 2024-12-25 12:42 (UTC)

Latest Comments

Weby commented on 2025-01-02 12:11 (UTC)

This fails to build with python 3.13.1.


============================================================== ERRORS ===============================================================
________________________________________________ ERROR collecting tests/test_core.py ________________________________________________
ImportError while importing test module '/home/build/.cache/yay/python-flask-gravatar/src/Flask-Gravatar-0.5.0/tests/test_core.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_core.py:17: in <module>
    from flask_gravatar import Gravatar
flask_gravatar/__init__.py:21: in <module>
    from flask import _request_ctx_stack, current_app, has_request_context, request
E   ImportError: cannot import name '_request_ctx_stack' from 'flask' (/usr/lib/python3.13/site-packages/flask/__init__.py)