summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-01-03 09:47:06 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-01-03 09:47:06 +0100
commit11880a96f556b7152f6505a667c7c0cbc08c4293 (patch)
tree5dfa66509bd683eabb4136626335a3a1804deb38
parent88b9fb83b923f7a347c5995c4fe8542a9ad510ed (diff)
downloadqutebrowser-11880a96f556b7152f6505a667c7c0cbc08c4293.tar.gz
qutebrowser-11880a96f556b7152f6505a667c7c0cbc08c4293.zip
scripts: Update changelog URLs
-rw-r--r--scripts/dev/recompile_requirements.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 185770132..65f7250b3 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -99,7 +99,7 @@ CHANGELOG_URLS = {
'pycodestyle': 'https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt',
'pyflakes': 'https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst',
'cffi': 'https://github.com/python-cffi/release-doc/blob/master/doc/source/whatsnew.rst',
- 'astroid': 'https://github.com/PyCQA/astroid/blob/2.4/ChangeLog',
+ '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',
@@ -158,7 +158,6 @@ CHANGELOG_URLS = {
'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',
- 'backports.entry-points-selectable': 'https://github.com/jaraco/backports.entry_points_selectable/blob/main/CHANGES.rst',
'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',