summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2024-03-25 18:36:50 +1300
committertoofar <toofar@spalge.com>2024-03-25 18:41:46 +1300
commit17ddde3f727f8425ef607c12ab6fbc046457840d (patch)
tree7d0c388a00266f07a1c356b534a88a50a8668848
parentd0eac8367692839dedb66aa4ac1b5eeb391456b5 (diff)
downloadqutebrowser-17ddde3f727f8425ef607c12ab6fbc046457840d.tar.gz
qutebrowser-17ddde3f727f8425ef607c12ab6fbc046457840d.zip
Add changelog URLs
jaraco added some utility libraries they maintain to the keyring package that they also maintain. Also update changelog URLs to be consistent since they have a "skeleton" project which lays everything out and publishes all their projects the same. Should we be preferring GH or RTD links? idk
-rw-r--r--scripts/dev/changelog_urls.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 220dd19eb..1401e516c 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -78,7 +78,6 @@
"sphinxcontrib-jsmath": "https://www.sphinx-doc.org/en/master/changes.html",
"sphinxcontrib-qthelp": "https://www.sphinx-doc.org/en/master/changes.html",
"sphinxcontrib-serializinghtml": "https://www.sphinx-doc.org/en/master/changes.html",
- "jaraco.functools": "https://jaracofunctools.readthedocs.io/en/latest/history.html",
"parse": "https://github.com/r1chardj0n3s/parse#potential-gotchas",
"Pympler": "https://github.com/pympler/pympler/blob/master/CHANGELOG.md",
"pytest-mock": "https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst",
@@ -135,15 +134,17 @@
"adblock": "https://github.com/ArniDagur/python-adblock/blob/master/CHANGELOG.md",
"importlib_resources": "https://importlib-resources.readthedocs.io/en/latest/history.html",
"importlib_metadata": "https://github.com/python/importlib_metadata/blob/main/NEWS.rst",
- "zipp": "https://github.com/jaraco/zipp/blob/main/NEWS.rst",
+ "zipp": "https://zipp.readthedocs.io/en/latest/history.html",
"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",
"pefile": "https://github.com/erocarrera/pefile/commits/master",
"SecretStorage": "https://github.com/mitya57/secretstorage/blob/master/changelog",
"jeepney": "https://gitlab.com/takluyver/jeepney/-/blob/master/docs/release-notes.rst",
- "keyring": "https://github.com/jaraco/keyring/blob/main/NEWS.rst",
- "jaraco.classes": "https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst",
+ "keyring": "https://keyring.readthedocs.io/en/latest/history.html",
+ "jaraco.classes": "https://jaracoclasses.readthedocs.io/en/latest/history.html",
+ "jaraco.context": "https://jaracocontext.readthedocs.io/en/latest/history.html",
+ "jaraco.functools": "https://jaracofunctools.readthedocs.io/en/latest/history.html",
"pkginfo": "https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt",
"readme_renderer": "https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst",
"requests-toolbelt": "https://github.com/requests/toolbelt/blob/master/HISTORY.rst",