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:
parent
171750c7e7
commit
d37945fd0b
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue