From d37945fd0b51827b16de56938c16f251250f951d Mon Sep 17 00:00:00 2001 From: Jimmy Date: Mon, 18 Apr 2022 18:19:58 +1200 Subject: 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. --- scripts/dev/changelog_urls.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } -- cgit v1.2.3-54-g00ecf