summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-08-31 22:26:41 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-08-31 22:26:41 +0200
commitde2c86cbe66ca5b3421ad765a1208bcceb8f19cb (patch)
tree28a8beaa24a0d63e82532da29b08e939aa70b414
parent4b7a3aaae78d530f62334fe59b49c5755b89a5f2 (diff)
downloadqutebrowser-de2c86cbe66ca5b3421ad765a1208bcceb8f19cb.tar.gz
qutebrowser-de2c86cbe66ca5b3421ad765a1208bcceb8f19cb.zip
Add more changelog URLs
-rw-r--r--scripts/dev/recompile_requirements.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index e36d7ee1d..4c870cebd 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -43,6 +43,7 @@ CHANGELOG_URLS = {
'pylint': 'http://pylint.pycqa.org/en/latest/whatsnew/changelog.html',
'setuptools': 'https://github.com/pypa/setuptools/blob/master/CHANGES.rst',
'pytest-cov': 'https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst',
+ 'pytest-rerunfailures': 'https://github.com/pytest-dev/pytest-rerunfailures/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',
@@ -101,7 +102,10 @@ CHANGELOG_URLS = {
'pep517': 'https://github.com/pypa/pep517/commits/master',
'cryptography': 'https://cryptography.io/en/latest/changelog/',
'toml': 'https://github.com/uiri/toml/releases',
- 'pyqt': 'https://www.riverbankcomputing.com/',
+ 'pyqt': 'https://www.riverbankcomputing.com/news',
+ 'PyQt-builder': 'https://www.riverbankcomputing.com/news',
+ 'PyQt5-sip': 'https://www.riverbankcomputing.com/news',
+ 'sip': 'https://www.riverbankcomputing.com/news',
'vulture': 'https://github.com/jendrikseipp/vulture/blob/master/CHANGELOG.md',
'distlib': 'https://bitbucket.org/pypa/distlib/src/master/CHANGES.rst',
'py-cpuinfo': 'https://github.com/workhorsy/py-cpuinfo/blob/master/ChangeLog',