tox-2.3.0: bug fixes, new plugin hooks

2015-12-11 Thread holger krekel
Just released tox-2.3.0, the python test configuration and automation tool. It brings some important bug fixes and more hooks related to testenvironment creation and installation, allowing upcoming plugins like tox-debian to add extra steps during installation. I'd like to send special thanks to

Pylint and Pylint's Astroid projects moved to the Python Code-Quality Authority

2015-12-11 Thread Ian Cordasco
Hi everyone! It's my pleasure to announce to you that PyLint and its Astroid library have migrated to git from mercurial and have migrated from BitBucket to the Python Code-Quality Authority (PyCQA) organization on GitHub. The new URLs are: - PyLint: https://github.com/pycqa/pylint - Astroid:

PyCA cryptography 1.1.2 released

2015-12-11 Thread Paul Kehrer
PyCA/cryptography (https://github.com/pyca/cryptography) 1.1.2 has been released. cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". We support Python 2.6-2.7, Python 3.3+, and PyPy.

PyMailGUI standalone release

2015-12-11 Thread Mark Lutz
There is a new standalone release of PyMailGUI - a POP/SMTP email client which is a major example in a large Python book (shameless plug omitted). This release's code is identical to that in the book, but has a different launcher and a self-contained package structure for standalone use.