summaryrefslogtreecommitdiff
path: root/scripts/dev/recompile_requirements.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-02 17:24:46 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-02 17:24:46 +0100
commit46be88f6b46f056abf3b14bcb5e39a4952f0f335 (patch)
tree61ca416842cf4dae6d57b9fbe887e53b2ed1135a /scripts/dev/recompile_requirements.py
parentd5b08d1516048266c1f592288d4a0bf77863cd1f (diff)
downloadqutebrowser-46be88f6b46f056abf3b14bcb5e39a4952f0f335.tar.gz
qutebrowser-46be88f6b46f056abf3b14bcb5e39a4952f0f335.zip
scripts: Add more changelog URLs
Diffstat (limited to 'scripts/dev/recompile_requirements.py')
-rw-r--r--scripts/dev/recompile_requirements.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 5b79b801d..2d60fa6fd 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -48,6 +48,7 @@ CHANGELOG_URLS = {
'execnet': 'https://execnet.readthedocs.io/en/latest/changelog.html',
'apipkg': 'https://github.com/pytest-dev/apipkg/blob/master/CHANGELOG',
'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/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',
@@ -62,6 +63,7 @@ CHANGELOG_URLS = {
'virtualenv': 'https://virtualenv.pypa.io/en/latest/changelog.html',
'pip': 'https://pip.pypa.io/en/stable/news/',
'packaging': 'https://pypi.org/project/packaging/',
+ 'build': 'https://github.com/pypa/build/commits/master',
'flake8-docstrings': 'https://pypi.org/project/flake8-docstrings/',
'attrs': 'http://www.attrs.org/en/stable/changelog.html',
'jinja2': 'https://github.com/pallets/jinja/blob/master/CHANGES.rst',