Re: [Twisted-Python] Release instructions: `tox -e towncrier` does not work?

2021-02-27 Thread Adi Roiban
Hi, Sorry for the late reply. Here is a patch waiting for review https://github.com/twisted/twisted/pull/1527 Cheers On Mon, 15 Feb 2021 at 01:19, Craig Rodrigues wrote: > In > https://github.com/twisted/twisted/commit/0ad24679b168370bf0d695825170a7532bf0698f#diff-4fd162cb9fc2878b140dcc9d9d3

[Twisted-Python] Twisted 21.2.0rc1 Release Candidate Announcement

2021-02-27 Thread Craig Rodrigues
On Monday, February 15, 2021, Kyle Altendorf wrote: > > > I went ahead and set pip_pre=true in pytest-twisted's tox.ini to try it > out and got warnings/errors with PyPy 3.7 about use of t.i.d.returnValue > claiming it should only be used in @inlineCallbacks decorated functions > even though the l

Re: [Twisted-Python] Release instructions: `tox -e towncrier` does not work?

2021-02-27 Thread Craig Rodrigues
On Saturday, February 27, 2021, Adi Roiban wrote: > Hi, > > Sorry for the late reply. > > Here is a patch waiting for review https://github.com/twisted/ > twisted/pull/1527 > > Thanks. I have approved that. That patch won't make it into the 21.2.0 release, but it is not a release blocker since

[Twisted-Python] Weekly Bug Summary

2021-02-27 Thread trac
Bug summary __ Summary for 2021-02-21 through 2021-02-28 Opened Closed Total Change Enhancements: 4 1 1476 +3 Defects: 2 0 1002 +2 Tasks: 1 1 9

Re: [Twisted-Python] Release blocker: Use latest pydoctor release ?

2021-02-27 Thread Craig Rodrigues
Thanks for the clarification. You have provided a lot of useful details. There are a lot of interconnected pieces, with multiple people working on different things. For now, I am going to proceed to finish the release as-is. The documentation may not be automatically deployed as part of the rel

Re: [Twisted-Python] Twisted 21.2.0rc1 Release Candidate Announcement

2021-02-27 Thread Craig Rodrigues
On Thu, Feb 25, 2021 at 7:03 PM Craig Rodrigues wrote: > > > On Mon, Feb 22, 2021 at 5:30 AM Richard van der Hoff > wrote: > >> As it happens, it also fails (for an import of typing.Deque) on Python >> 3.5.3, as used by Debian oldstable. >> >> Craig, what is your intention here? I think it's ok