summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2022-04-18 18:19:58 +1200
committerJimmy <jimmy@spalge.com>2022-04-18 18:19:58 +1200
commitd37945fd0b51827b16de56938c16f251250f951d (patch)
tree16678c1f5e51b7f5d97d4e727a86bd8f8f6f1c5f
parent171750c7e76bbcb915b0e08f8f8c9733f6522132 (diff)
downloadqutebrowser-d37945fd0b51827b16de56938c16f251250f951d.tar.gz
qutebrowser-d37945fd0b51827b16de56938c16f251250f951d.zip
add ply changelog
Although this is just the version published to pypi. I don't know what version sip is using. The version published on pypi is apparently stable and mature and any further changes on github are simplifications that the author doesn't particularly want to support. I don't know if we actually hit the parsing code in our workflows but it is published as a dependancy. The latest version talks about removing optional stuff from the API a bunch. But sip just uses `from ply import lex, yacc` so hopefully that is a stable part of the API. Even if sip is using the newer one.
-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 1047a3880..34b74eeb0 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -156,5 +156,6 @@
"webencodings": "https://github.com/gsnedders/python-webencodings/commits/master",
"PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst",
"commonmark": "https://github.com/readthedocs/commonmark.py/blob/master/CHANGELOG.md",
- "rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md"
+ "rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md",
+ "ply": "https://github.com/dabeaz/ply/blob/master/CHANGES"
}