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.
This commit is contained in:
Jimmy 2022-04-18 18:19:58 +12:00
parent 171750c7e7
commit d37945fd0b
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}