Update changelog URLs
This commit is contained in:
parent
de84f1dca2
commit
42fac2a5c1
|
|
@ -159,7 +159,7 @@ CHANGELOG_URLS = {
|
|||
'idna': 'https://github.com/kjd/idna/blob/master/HISTORY.rst',
|
||||
'tldextract': 'https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md',
|
||||
'backports.entry-points-selectable': 'https://github.com/jaraco/backports.entry_points_selectable/blob/main/CHANGES.rst',
|
||||
'typing_extensions': 'https://github.com/python/typing/commits/master/typing_extensions',
|
||||
'typing_extensions': 'https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG',
|
||||
'diff-cover': 'https://github.com/Bachmann1234/diff_cover/blob/master/CHANGELOG',
|
||||
'pytest-icdiff': 'https://github.com/hjwp/pytest-icdiff/blob/master/HISTORY.rst',
|
||||
'icdiff': 'https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog',
|
||||
|
|
@ -175,8 +175,6 @@ CHANGELOG_URLS = {
|
|||
'python-dateutil': 'https://dateutil.readthedocs.io/en/stable/changelog.html',
|
||||
'platformdirs': 'https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst',
|
||||
'pluggy': 'https://github.com/pytest-dev/pluggy/blob/master/CHANGELOG.rst',
|
||||
'inflect': 'https://github.com/jazzband/inflect/blob/master/CHANGES.rst',
|
||||
'jinja2-pluralize': 'https://github.com/audreyfeldroy/jinja2_pluralize/blob/master/HISTORY.rst',
|
||||
'mypy-extensions': 'https://github.com/python/mypy_extensions/commits/master',
|
||||
'pyroma': 'https://github.com/regebro/pyroma/blob/master/HISTORY.txt',
|
||||
'adblock': 'https://github.com/ArniDagur/python-adblock/blob/master/CHANGELOG.md',
|
||||
|
|
|
|||
Loading…
Reference in New Issue