Skip to content
Snippets Groups Projects
Commit 9ec385d6 authored by Adrien Lemaire's avatar Adrien Lemaire Committed by Rhys Arkins
Browse files

fix(pypi): add django package changelogs (#2588)

parent bb5a2962
Branches
Tags 13.88.4
No related merge requests found
......@@ -16,6 +16,7 @@ function normalizeName(input) {
const changelogUrls = {
'pytest-django':
'https://pytest-django.readthedocs.io/en/latest/changelog.html#changelog',
django: 'https://github.com/django/django/tree/master/docs/releases',
};
async function getPkgReleases(purl, config = {}) {
......@@ -59,6 +60,7 @@ async function getPkgReleases(purl, config = {}) {
}
const manualRepositories = {
mkdocs: 'https://github.com/mkdocs/mkdocs',
pillow: 'https://github.com/python-pillow/Pillow',
};
dependency.repositoryUrl =
dependency.repositoryUrl || manualRepositories[depName.toLowerCase()];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment