You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the /about/ page, links to the dependencies may lead to wrong pages. For example. on Hosted Weblate, link to ruamel.yaml leads to the project called Documentation.
When we enter the method, name is the name of the package. If, however, we don't find a Home-page metadata entry, nor any Project-URL titled "homepage", we end up on line 100 with name now equalling the last parsed Project-URL title. For ruamel.yaml, it's "Documentation".
I can provide a fix PR later today
The text was updated successfully, but these errors were encountered:
Describe the issue
On the /about/ page, links to the dependencies may lead to wrong pages. For example. on Hosted Weblate, link to
ruamel.yaml
leads to the project calledDocumentation
.I already tried
Steps to reproduce the behavior
ruamel.yaml
Expected behavior
You are redirected to
ruamel.yaml
to PyPIScreenshots
No response
Exception traceback
How do you run Weblate?
weblate.org service
Weblate versions
No response
Weblate deploy checks
Additional context
This happens because of this code:
weblate/weblate/utils/requirements.py
Lines 80 to 106 in 7f0f5d9
When we enter the method,
name
is the name of the package. If, however, we don't find aHome-page
metadata entry, nor anyProject-URL
titled "homepage", we end up on line 100 withname
now equalling the last parsedProject-URL
title. Forruamel.yaml
, it's "Documentation".I can provide a fix PR later today
The text was updated successfully, but these errors were encountered: