summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-13 15:07:41 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-13 15:07:41 +0100
commit1ba9ab9ce48d601ad50fa4b477f5626654bc4dbe (patch)
tree5c2f0475f6ef89c7941a65332b54fc7fa8ea86d3
parent297b33928a2f43bff6b20e333fd939bc9c91a5d0 (diff)
downloadqutebrowser-1ba9ab9ce48d601ad50fa4b477f5626654bc4dbe.tar.gz
qutebrowser-1ba9ab9ce48d601ad50fa4b477f5626654bc4dbe.zip
Update changelog URLs
-rw-r--r--scripts/dev/recompile_requirements.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 89b0fe515..61423c7c4 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -47,7 +47,7 @@ CHANGELOG_URLS = {
'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-forked': 'https://github.com/pytest-dev/pytest-forked/blob/master/CHANGELOG',
+ 'pytest-forked': 'https://github.com/pytest-dev/pytest-forked/blob/master/CHANGELOG.rst',
'pytest-xvfb': 'https://github.com/The-Compiler/pytest-xvfb/blob/master/CHANGELOG.rst',
'EasyProcess': 'https://github.com/ponty/EasyProcess/commits/master',
'PyVirtualDisplay': 'https://github.com/ponty/PyVirtualDisplay/commits/master',
@@ -150,7 +150,7 @@ CHANGELOG_URLS = {
'sip': 'https://www.riverbankcomputing.com/news',
'Pygments': 'https://pygments.org/docs/changelog/',
'vulture': 'https://github.com/jendrikseipp/vulture/blob/master/CHANGELOG.md',
- 'distlib': 'https://bitbucket.org/pypa/distlib/src/master/CHANGES.rst',
+ '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.org/en/latest/history.html',
'certifi': 'https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport',