scripts: Better lxml changelog URL

This commit is contained in:
Florian Bruhin 2021-11-08 08:17:36 +01:00
parent fa806ad667
commit b04f7ec2f7
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ CHANGELOG_URLS = {
'six': 'https://github.com/benjaminp/six/blob/master/CHANGES',
'altgraph': 'https://github.com/ronaldoussoren/altgraph/blob/master/doc/changelog.rst',
'urllib3': 'https://github.com/urllib3/urllib3/blob/master/CHANGES.rst',
'lxml': 'https://lxml.de/index.html#old-versions',
'lxml': 'https://github.com/lxml/lxml/blob/master/CHANGES.txt',
'jwcrypto': 'https://github.com/latchset/jwcrypto/commits/master',
'wrapt': 'https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst',
'pep517': 'https://github.com/pypa/pep517/blob/master/doc/changelog.rst',