
On Mon, Mar 01, 2021 at 08:57:56AM -0800, Craig Rodrigues wrote:
Unfortunately, I ran into a bug in Twisted incremental:
File "/tmp/pip-req-build-zvf8johl/src/twisted/__init__.py", line 11, in <module> from twisted._version import __version__ as version File "/tmp/pip-req-build-zvf8johl/src/twisted/_version.py", line 10, in <module> __version__ = Version("Twisted", 21, 2, 0, post=0) TypeError: __init__() got an unexpected keyword argument 'post'
I might need some help to get a fix into incremental and push that out later today, so I can complete PR 1514.
Isn't this just because incremental hasn't had a release since 17.5.0? I added post= support way back in https://github.com/twisted/incremental/pull/37, but that was after 17.5.0. -- Colin Watson (he/him) [cjwatson@debian.org]