summaryrefslogtreecommitdiff
path: root/scripts/dev/changelog_urls.json
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-01-17 19:25:52 +1300
committertoofar <toofar@spalge.com>2023-01-23 19:17:28 +1300
commit89744a9e70827a82f9a794662034691c53fcb97f (patch)
tree19ba2b79c47d94650cf2d690732cc51b5f0bd0b0 /scripts/dev/changelog_urls.json
parentafc89c7f7268d2069c849e83fc3a28eb5cc2c9f9 (diff)
downloadqutebrowser-89744a9e70827a82f9a794662034691c53fcb97f.tar.gz
qutebrowser-89744a9e70827a82f9a794662034691c53fcb97f.zip
Add changelog url for pyproject_hooks
This is actually the renamed pep517, but I'm not removing that as pyorama still depends on it. Even though pyproject_hooks got added to the pyorama requirements file, huh???
Diffstat (limited to 'scripts/dev/changelog_urls.json')
-rw-r--r--scripts/dev/changelog_urls.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 9b36b94c8..c6c9de4b9 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -156,5 +156,6 @@
"pyobjc-core": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
"pyobjc-framework-Cocoa": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
"trove-classifiers": "https://github.com/pypa/trove-classifiers/commits/main",
- "asciidoc": "https://asciidoc-py.github.io/CHANGELOG.html"
+ "asciidoc": "https://asciidoc-py.github.io/CHANGELOG.html",
+ "pyproject_hooks": "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html"
}