summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2022-02-21 22:03:07 +1300
committerJimmy <jimmy@spalge.com>2022-02-21 22:15:14 +1300
commit273973bcb505be82043b3c3544dee498b9d4b067 (patch)
tree1aefc519e0b2a545507ab5ed9a0eac65fac81721
parent6e119a85084d3aa70658458d22ef5e6056771a36 (diff)
downloadqutebrowser-273973bcb505be82043b3c3544dee498b9d4b067.tar.gz
qutebrowser-273973bcb505be82043b3c3544dee498b9d4b067.zip
update changelogs
mostly due to itsdangerous dropping jwcrypto a bit of python3.6 churn this week github3.py link was out of date
-rw-r--r--scripts/dev/changelog_urls.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index d6f7336f4..53b62b0df 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -94,7 +94,6 @@
"altgraph": "https://github.com/ronaldoussoren/altgraph/blob/master/doc/changelog.rst",
"urllib3": "https://github.com/urllib3/urllib3/blob/master/CHANGES.rst",
"lxml": "https://github.com/lxml/lxml/blob/master/CHANGES.txt",
- "jwcrypto": "https://github.com/latchset/jwcrypto/commits/master",
"wrapt": "https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst",
"pep517": "https://github.com/pypa/pep517/blob/master/doc/changelog.rst",
"cryptography": "https://cryptography.io/en/latest/changelog.html",
@@ -128,7 +127,7 @@
"yamllint": "https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst",
"pathspec": "https://github.com/cpburnz/python-path-specification/blob/master/CHANGES.rst",
"filelock": "https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst",
- "github3.py": "https://github3py.readthedocs.io/en/master/release-notes/index.html",
+ "github3.py": "https://github3.readthedocs.io/en/latest/release-notes/index.html",
"manhole": "https://github.com/ionelmc/python-manhole/blob/master/CHANGELOG.rst",
"pycparser": "https://github.com/eliben/pycparser/blob/master/CHANGES",
"python-dateutil": "https://dateutil.readthedocs.io/en/stable/changelog.html",
@@ -146,7 +145,6 @@
"setuptools": "https://setuptools.readthedocs.io/en/latest/history.html",
"future": "https://python-future.org/whatsnew.html",
"pefile": "https://github.com/erocarrera/pefile/commits/master",
- "Deprecated": "https://github.com/tantale/deprecated/blob/master/CHANGELOG.rst",
"SecretStorage": "https://github.com/mitya57/secretstorage/blob/master/changelog",
"bleach": "https://github.com/mozilla/bleach/blob/main/CHANGES",
"jeepney": "https://gitlab.com/takluyver/jeepney/-/blob/master/docs/release-notes.rst",
@@ -157,5 +155,6 @@
"rfc3986": "https://rfc3986.readthedocs.io/en/latest/release-notes/index.html",
"tqdm": "https://tqdm.github.io/releases/",
"twine": "https://twine.readthedocs.io/en/stable/changelog.html",
- "webencodings": "https://github.com/gsnedders/python-webencodings/commits/master"
+ "webencodings": "https://github.com/gsnedders/python-webencodings/commits/master",
+ "PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst"
}