[Twisted-Python] Twisted 17.9.0 Release Candidate Announcement

2017-09-05 Thread Amber Hawkie Brown
Hello everyone! Time for yet another Twisted release. What's new this time you 
may ask?

- More Python 3 porting, including twisted.mail.imap4, twisted.python.shortcut, 
twisted.python.rebuild, twisted.web.sux, twisted.web.microdom, and a ton of 
bugs and inconsistencies fixed.
- twistd on Python 3 now supports the dns, inetd, portforward, procmon, socks, 
and words plugins.
- HTTP/1.1 and HTTP/2 OPTIONS * request support in Twisted Web
- twist web now accepts the argument --add-header, which can be used to set 
things like HSTS headers without custom code
- Improvements to IMAP4 behaviour and several logic bugfixes
- Removal of outdated documentation and updates to make them work on Python 3
- Over 70 closed tickets overall.

You can get the tarball and the NEWS file at 
https://twistedmatrix.com/Releases/rc/17.9.0rc1/ , or you can try it out from 
PyPI:

python -m pip install Twisted==17.9.0rc1

Please test it, and let me know how your applications fare, good or bad! If 
nothing comes up, 17.9 will release in a week.

Twisted Regards,
Amber Brown


signature.asc
Description: Message signed with OpenPGP
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Twisted 17.9.0 Release Candidate Announcement

2017-09-05 Thread Craig Rodrigues
Can you or another Twisted developer code review this:
https://github.com/twisted/twisted/pull/867

The problem was originally reported to Buildbot by Christian Wenk who tried
to configure his buildbot, and couldn't send notification e-mails
when non-ASCII characters were in the sender name.

I worked on the fix, which was tested and verified by Christian.
Pierre Tardy did an initial code review, but wants to have
another person do an additional code review.

This problem also affects the Scrapy project, which uses Twisted for
sending e-mail.

This problem is coming up more frequently, especially with CI systems like
GitHub and GitLab which allow non-ASCII characters in the username portion
of e-mail addresses.

I'd like to get this fix into 17.9.0.

Thanks.

--
Craig


On Tue, Sep 5, 2017 at 4:50 AM, Amber Hawkie Brown <
hawk...@atleastfornow.net> wrote:

> python -m pip install Twisted==17.9.0rc1
>
> Please test it, and let me know how your applications fare, good or bad!
> If nothing comes up, 17.9 will release in a week.
>
> Twisted Regards,
> Amber Brown
>
> ___
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Twisted 17.9.0 Release Candidate Announcement

2017-09-05 Thread Glyph

> On Sep 5, 2017, at 9:30 AM, Craig Rodrigues  wrote:
> 
> Can you or another Twisted developer code review this: 
> https://github.com/twisted/twisted/pull/867 
> 
Mark Williams and I poked the builders throughout the day to address some 
intermittent build issues, so if anyone has time to review this now it properly 
has a green checkmark.

-glyph

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python