Package: pagure Version: 5.11.3+dfsg-2.1 Severity: important X-Debbugs-Cc: [email protected]
Dear Maintainer, The Pagure package currently is unusable in its current state as a fresh install without modifying files installed by the package. Following the most basic configuration, any attempt to load the site results in HTTP 500 errors instead of proper functioning. The Apache error logs show the following (edited to remove noise): > File "/usr/lib/python3/dist-packages/pagure/forms.py", line 948, in > TriggerCIPRForm > [wsgi:error] "comment", [wtforms.validators.Required()], choices=[] > [wsgi:error] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [wsgi:error] AttributeError: module 'wtforms.validators' has no attribute > 'Required' This issue has already been fixed upstream in commit dc1e9c39e81593466cfc1994c2e4241fdc6b1c78 (https://pagure.io/pagure/c/dc1e9c39e81593466cfc1994c2e4241fdc6b1c78) It is related to this change in the wtforms dependency (https://wtforms.readthedocs.io/en/stable/whats_new/#deprecated-api-s). Thanks, Aurora

