aiosmtpd 1.0

2017-05-16 Thread Barry Warsaw
Hi! On behalf of all the developers, I'm very happy to announce the release of aiosmtpd 1.0 final. aiosmtpd is a re-implementation of the stdlib smtpd.py module on top of the asyncio framework. It is compliant with the relevant RFCs (5321, 2033, etc.) and supports both SMTP (Simple Mail Transpor

Sphinx-1.6 final has been released

2017-05-16 Thread Komiya Takeshi
Hi all, I'm delighted to announce the release of Sphinx 1.6 final, now available on the Python package index at . It includes about 33 new features, 29 bug fixes and 23 incompatible changes for the 1.5.6 release. For the full changelog, go to

attrs 17.1.0

2017-05-16 Thread Hynek Schlawack
Hi everyone, fresh for PyCon US 2017, the attrs team is relieved to present you the much-delayed attrs 17.1.0! Full changes: http://www.attrs.org/en/stable/changelog.html *** First the bad news: until 17.1.0, attrs’ logic regarding when to create a __hash__ method was in conflict with Python’