summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-15 14:18:17 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-15 14:19:16 +0100
commit7bf76237fddfb142a37918dd26ef148601c668b9 (patch)
tree4aaff5ce79d5f06daf724f2fef15d9ff282580e8 /scripts
parentcf2fe054b3ab18e775e21624a394cdc19c97158b (diff)
downloadqutebrowser-7bf76237fddfb142a37918dd26ef148601c668b9.tar.gz
qutebrowser-7bf76237fddfb142a37918dd26ef148601c668b9.zip
scripts: Update changelog URLs
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/recompile_requirements.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index b73c325a5..154dda18f 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -95,7 +95,7 @@ CHANGELOG_URLS = {
'pep8-naming': 'https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst',
'pycodestyle': 'https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt',
'pyflakes': 'https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst',
- 'cffi': 'https://cffi.readthedocs.io/en/latest/whatsnew.html',
+ 'cffi': 'https://github.com/python-cffi/release-doc/blob/master/doc/source/whatsnew.rst',
'astroid': 'https://github.com/PyCQA/astroid/blob/2.4/ChangeLog',
'pytest-instafail': 'https://github.com/pytest-dev/pytest-instafail/blob/master/CHANGES.rst',
'coverage': 'https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst',
@@ -177,8 +177,6 @@ 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',
}