From 17ddde3f727f8425ef607c12ab6fbc046457840d Mon Sep 17 00:00:00 2001 From: toofar Date: Mon, 25 Mar 2024 18:36:50 +1300 Subject: 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 --- scripts/dev/changelog_urls.json | 9 +++++---- 1 file 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", -- cgit v1.2.3-54-g00ecf