Update changelog URLs for pallets projects
This commit is contained in:
parent
0aa79efbe5
commit
06e49efd3d
|
|
@ -55,13 +55,13 @@ CHANGELOG_URLS = {
|
|||
'pytest-repeat': 'https://github.com/pytest-dev/pytest-repeat/blob/master/CHANGES.rst',
|
||||
'requests': 'https://github.com/psf/requests/blob/master/HISTORY.md',
|
||||
'requests-file': 'https://github.com/dashea/requests-file/blob/master/CHANGES.rst',
|
||||
'Werkzeug': 'https://github.com/pallets/werkzeug/blob/master/CHANGES.rst',
|
||||
'click': 'https://click.palletsprojects.com/en/7.x/changelog/',
|
||||
'itsdangerous': 'https://itsdangerous.palletsprojects.com/en/1.1.x/changes/',
|
||||
'Werkzeug': 'https://werkzeug.palletsprojects.com/en/latest/changes/',
|
||||
'click': 'https://click.palletsprojects.com/en/latest/changes/',
|
||||
'itsdangerous': 'https://itsdangerous.palletsprojects.com/en/latest/changes/',
|
||||
'parse-type': 'https://github.com/jenisys/parse_type/blob/master/CHANGES.txt',
|
||||
'sortedcontainers': 'https://github.com/grantjenks/python-sortedcontainers/blob/master/HISTORY.rst',
|
||||
'soupsieve': 'https://facelessuser.github.io/soupsieve/about/changelog/',
|
||||
'Flask': 'https://flask.palletsprojects.com/en/1.1.x/changelog/',
|
||||
'Flask': 'https://flask.palletsprojects.com/en/latest/changes/',
|
||||
'Mako': 'https://docs.makotemplates.org/en/latest/changelog.html',
|
||||
'glob2': 'https://github.com/miracle2k/python-glob2/blob/master/CHANGES',
|
||||
'hypothesis': 'https://hypothesis.readthedocs.io/en/latest/changes.html',
|
||||
|
|
@ -76,8 +76,8 @@ CHANGELOG_URLS = {
|
|||
'packaging': 'https://packaging.pypa.io/en/latest/changelog.html',
|
||||
'build': 'https://github.com/pypa/build/blob/main/CHANGELOG.rst',
|
||||
'attrs': 'https://www.attrs.org/en/stable/changelog.html',
|
||||
'Jinja2': 'https://github.com/pallets/jinja/blob/master/CHANGES.rst',
|
||||
'MarkupSafe': 'https://markupsafe.palletsprojects.com/en/1.1.x/changes/',
|
||||
'Jinja2': 'https://jinja.palletsprojects.com/en/latest/changes/',
|
||||
'MarkupSafe': 'https://markupsafe.palletsprojects.com/en/latest/changes/',
|
||||
'flake8': 'https://gitlab.com/pycqa/flake8/tree/master/docs/source/release-notes',
|
||||
'flake8-docstrings': 'https://pypi.org/project/flake8-docstrings/',
|
||||
'flake8-debugger': 'https://github.com/JBKahn/flake8-debugger/',
|
||||
|
|
|
|||
Loading…
Reference in New Issue