summaryrefslogtreecommitdiff
path: root/scripts/dev/changelog_urls.json
blob: 5d7b13e281d87a88ff793f185b2bd20c58aea8f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
  "pylint": "https://pylint.pycqa.org/en/latest/whatsnew/2/index.html",
  "tomlkit": "https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md",
  "dill": "https://github.com/uqfoundation/dill/commits/master",
  "isort": "https://github.com/PyCQA/isort/blob/main/CHANGELOG.md",
  "lazy-object-proxy": "https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst",
  "mccabe": "https://github.com/PyCQA/mccabe#changes",
  "pytest-cov": "https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst",
  "pytest-xdist": "https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst",
  "pytest-xvfb": "https://github.com/The-Compiler/pytest-xvfb/blob/master/CHANGELOG.rst",
  "PyVirtualDisplay": "https://github.com/ponty/PyVirtualDisplay/commits/master",
  "execnet": "https://execnet.readthedocs.io/en/latest/changelog.html",
  "pytest-rerunfailures": "https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst",
  "pytest-repeat": "https://github.com/pytest-dev/pytest-repeat/blob/master/CHANGES.rst",
  "requests": "https://github.com/psf/requests/blob/main/HISTORY.md",
  "requests-file": "https://github.com/dashea/requests-file/blob/master/CHANGES.rst",
  "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/main/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/latest/changes/",
  "Mako": "https://docs.makotemplates.org/en/latest/changelog.html",
  "hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html",
  "mypy": "https://mypy-lang.blogspot.com/",
  "types-PyYAML": "https://github.com/python/typeshed/commits/main/stubs/PyYAML",
  "types-colorama": "https://github.com/python/typeshed/commits/main/stubs/colorama",
  "types-docutils": "https://github.com/python/typeshed/commits/main/stubs/docutils",
  "types-Pygments": "https://github.com/python/typeshed/commits/main/stubs/Pygments",
  "types-setuptools": "https://github.com/python/typeshed/commits/main/stubs/setuptools",
  "pytest": "https://docs.pytest.org/en/latest/changelog.html",
  "iniconfig": "https://github.com/pytest-dev/iniconfig/blob/master/CHANGELOG",
  "tox": "https://tox.readthedocs.io/en/latest/changelog.html",
  "cachetools": "https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst",
  "pyproject-api": "https://github.com/tox-dev/pyproject-api/releases",
  "PyYAML": "https://github.com/yaml/pyyaml/blob/master/CHANGES",
  "pytest-bdd": "https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst",
  "snowballstemmer": "https://github.com/snowballstem/snowball/blob/master/NEWS",
  "virtualenv": "https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst",
  "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://jinja.palletsprojects.com/en/latest/changes/",
  "MarkupSafe": "https://markupsafe.palletsprojects.com/en/latest/changes/",
  "flake8": "https://github.com/PyCQA/flake8/tree/main/docs/source/release-notes",
  "flake8-docstrings": "https://github.com/PyCQA/flake8-docstrings/blob/main/HISTORY.rst",
  "flake8-debugger": "https://github.com/JBKahn/flake8-debugger/",
  "flake8-builtins": "https://github.com/gforcada/flake8-builtins/blob/master/CHANGES.rst",
  "flake8-bugbear": "https://github.com/PyCQA/flake8-bugbear#change-log",
  "flake8-tidy-imports": "https://github.com/adamchainz/flake8-tidy-imports/blob/main/CHANGELOG.rst",
  "flake8-tuple": "https://github.com/ar4s/flake8_tuple/blob/master/HISTORY.rst",
  "flake8-comprehensions": "https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst",
  "flake8-deprecated": "https://github.com/gforcada/flake8-deprecated/blob/master/CHANGES.rst",
  "flake8-future-import": "https://github.com/xZise/flake8-future-import#changes",
  "flake8-string-format": "https://github.com/xZise/flake8-string-format#changes",
  "flake8-plugin-utils": "https://github.com/afonasev/flake8-plugin-utils#change-log",
  "flake8-pytest-style": "https://github.com/m-burst/flake8-pytest-style#change-log",
  "pep8-naming": "https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst",
  "pycodestyle": "https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt",
  "pyflakes": "https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst",
  "cffi": "https://foss.heptapod.net/pypy/cffi/-/blob/branch/default/doc/source/whatsnew.rst",
  "astroid": "https://github.com/PyCQA/astroid/blob/main/ChangeLog",
  "pytest-instafail": "https://github.com/pytest-dev/pytest-instafail/blob/master/CHANGES.rst",
  "coverage": "https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst",
  "colorama": "https://github.com/tartley/colorama/blob/master/CHANGELOG.rst",
  "hunter": "https://github.com/ionelmc/python-hunter/blob/master/CHANGELOG.rst",
  "uritemplate": "https://github.com/python-hyper/uritemplate/blob/main/HISTORY.rst",
  "more-itertools": "https://github.com/more-itertools/more-itertools/blob/master/docs/versions.rst",
  "pydocstyle": "https://www.pydocstyle.org/en/latest/release_notes.html",
  "Sphinx": "https://www.sphinx-doc.org/en/master/changes.html",
  "Babel": "https://github.com/python-babel/babel/blob/master/CHANGES.rst",
  "alabaster": "https://alabaster.readthedocs.io/en/latest/changelog.html",
  "imagesize": "https://github.com/shibukawa/imagesize_py/commits/master",
  "pytz": "https://mm.icann.org/pipermail/tz-announce/",
  "sphinxcontrib-applehelp": "https://www.sphinx-doc.org/en/master/changes.html",
  "sphinxcontrib-devhelp": "https://www.sphinx-doc.org/en/master/changes.html",
  "sphinxcontrib-htmlhelp": "https://www.sphinx-doc.org/en/master/changes.html",
  "sphinxcontrib-jsmath": "https://www.sphinx-doc.org/en/master/changes.html",
  "sphinxcontrib-qthelp": "https://www.sphinx-doc.org/en/master/changes.html",
  "sphinxcontrib-serializinghtml": "https://www.sphinx-doc.org/en/master/changes.html",
  "jaraco.functools": "https://jaracofunctools.readthedocs.io/en/latest/history.html",
  "parse": "https://github.com/r1chardj0n3s/parse#potential-gotchas",
  "Pympler": "https://github.com/pympler/pympler/blob/master/CHANGELOG.md",
  "pytest-mock": "https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst",
  "pytest-qt": "https://github.com/pytest-dev/pytest-qt/blob/master/CHANGELOG.rst",
  "pyinstaller": "https://pyinstaller.readthedocs.io/en/stable/CHANGES.html",
  "pyinstaller-hooks-contrib": "https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst",
  "pytest-benchmark": "https://pytest-benchmark.readthedocs.io/en/stable/changelog.html",
  "docutils": "https://docutils.sourceforge.io/RELEASE-NOTES.html",
  "bump2version": "https://github.com/c4urself/bump2version/blob/master/CHANGELOG.md",
  "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/main/CHANGES.rst",
  "lxml": "https://github.com/lxml/lxml/blob/master/CHANGES.txt",
  "wrapt": "https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst",
  "cryptography": "https://cryptography.io/en/latest/changelog.html",
  "toml": "https://github.com/uiri/toml/releases",
  "tomli": "https://github.com/hukkin/tomli/blob/master/CHANGELOG.md",
  "PyQt5": "https://www.riverbankcomputing.com/news",
  "PyQt5-Qt5": "https://www.riverbankcomputing.com/news",
  "PyQtWebEngine": "https://www.riverbankcomputing.com/news",
  "PyQtWebEngine-Qt5": "https://www.riverbankcomputing.com/news",
  "PyQt-builder": "https://www.riverbankcomputing.com/news",
  "PyQt5-sip": "https://www.riverbankcomputing.com/news",
  "PyQt5-stubs": "https://github.com/python-qt-tools/PyQt5-stubs/blob/master/CHANGELOG.md",
  "sip": "https://www.riverbankcomputing.com/news",
  "PyQt6": "https://www.riverbankcomputing.com/news",
  "PyQt6-Qt6": "https://www.riverbankcomputing.com/news",
  "PyQt6-WebEngine": "https://www.riverbankcomputing.com/news",
  "PyQt6-WebEngine-Qt6": "https://www.riverbankcomputing.com/news",
  "PyQt6-sip": "https://www.riverbankcomputing.com/news",
  "Pygments": "https://pygments.org/docs/changelog/",
  "vulture": "https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md",
  "distlib": "https://github.com/pypa/distlib/blob/master/CHANGES.rst",
  "py-cpuinfo": "https://github.com/workhorsy/py-cpuinfo/blob/master/ChangeLog",
  "cheroot": "https://cheroot.cherrypy.dev/en/latest/history.html",
  "certifi": "https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport",
  "chardet": "https://github.com/chardet/chardet/releases",
  "charset-normalizer": "https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md",
  "idna": "https://github.com/kjd/idna/blob/master/HISTORY.rst",
  "tldextract": "https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md",
  "typing_extensions": "https://github.com/python/typing_extensions/blob/main/CHANGELOG.md",
  "diff-cover": "https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG",
  "beautifulsoup4": "https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG",
  "check-manifest": "https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst",
  "yamllint": "https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst",
  "pathspec": "https://github.com/cpburnz/python-path-specification/blob/master/CHANGES.rst",
  "filelock": "https://github.com/tox-dev/py-filelock/releases",
  "github3.py": "https://github3.readthedocs.io/en/latest/release-notes/index.html",
  "manhole": "https://github.com/ionelmc/python-manhole/blob/master/CHANGELOG.rst",
  "pycparser": "https://github.com/eliben/pycparser/blob/master/CHANGES",
  "python-dateutil": "https://dateutil.readthedocs.io/en/stable/changelog.html",
  "platformdirs": "https://github.com/platformdirs/platformdirs/releases",
  "pluggy": "https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst",
  "mypy-extensions": "https://github.com/python/mypy_extensions/commits/master",
  "pyroma": "https://github.com/regebro/pyroma/blob/master/CHANGES.txt",
  "adblock": "https://github.com/ArniDagur/python-adblock/blob/master/CHANGELOG.md",
  "importlib-resources": "https://importlib-resources.readthedocs.io/en/latest/history.html",
  "importlib-metadata": "https://github.com/python/importlib_metadata/blob/main/CHANGES.rst",
  "zipp": "https://github.com/jaraco/zipp/blob/main/CHANGES.rst",
  "pip": "https://pip.pypa.io/en/stable/news/",
  "wheel": "https://wheel.readthedocs.io/en/stable/news.html",
  "setuptools": "https://setuptools.readthedocs.io/en/latest/history.html",
  "pefile": "https://github.com/erocarrera/pefile/commits/master",
  "SecretStorage": "https://github.com/mitya57/secretstorage/blob/master/changelog",
  "bleach": "https://github.com/mozilla/bleach/blob/main/CHANGES",
  "jeepney": "https://gitlab.com/takluyver/jeepney/-/blob/master/docs/release-notes.rst",
  "keyring": "https://github.com/jaraco/keyring/blob/main/NEWS.rst",
  "jaraco.classes": "https://github.com/jaraco/jaraco.classes/blob/main/CHANGES.rst",
  "pkginfo": "https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt",
  "readme-renderer": "https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst",
  "requests-toolbelt": "https://github.com/requests/toolbelt/blob/master/HISTORY.rst",
  "rfc3986": "https://rfc3986.readthedocs.io/en/latest/release-notes/index.html",
  "twine": "https://twine.readthedocs.io/en/stable/changelog.html",
  "webencodings": "https://github.com/gsnedders/python-webencodings/commits/master",
  "PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst",
  "rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md",
  "ply": "https://github.com/dabeaz/ply/blob/master/CHANGES",
  "pyobjc-core": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
  "pyobjc-framework-Cocoa": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
  "trove-classifiers": "https://github.com/pypa/trove-classifiers/commits/main",
  "asciidoc": "https://asciidoc-py.github.io/CHANGELOG.html",
  "pyproject_hooks": "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html",
  "markdown-it-py": "https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md",
  "mdurl": "https://github.com/executablebooks/mdurl/commits/master",
  "blinker": "https://blinker.readthedocs.io/en/stable/#changes"
}