summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-08 14:26:34 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-08 14:38:38 +0100
commitcf48f935ab03ebe449edba6929b6df6d0440d22e (patch)
treea2d2b5782d0d1dab7f3ca50508f25ddd4b01490c /scripts
parent5bfae57e3da758ba41025b595842b1e96eebdc2e (diff)
downloadqutebrowser-cf48f935ab03ebe449edba6929b6df6d0440d22e.tar.gz
qutebrowser-cf48f935ab03ebe449edba6929b6df6d0440d22e.zip
scripts: Add new changelog URLs
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/recompile_requirements.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 391436753..b73c325a5 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -74,7 +74,7 @@ CHANGELOG_URLS = {
'snowballstemmer': 'https://github.com/snowballstem/snowball/blob/master/NEWS',
'virtualenv': 'https://virtualenv.pypa.io/en/latest/changelog.html',
'packaging': 'https://packaging.pypa.io/en/latest/changelog.html',
- 'build': 'https://github.com/pypa/build/commits/master',
+ 'build': 'https://github.com/pypa/build/blob/master/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/',
@@ -177,6 +177,8 @@ CHANGELOG_URLS = {
'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',
+ 'semantic-version': 'https://github.com/rbarrois/python-semanticversion/blob/master/ChangeLog',
+ 'setuptools-rust': 'https://github.com/PyO3/setuptools-rust/blob/master/CHANGELOG.md',
}