SQLObject 3.4.0

2017-08-06 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.4.0, the first stable release of branch 3.4 of SQLObject. What's new in SQLObject === Contributor for this release is Dr. Neil Muller. Features * Python 2.6 is no longer supported. The minimal supported version is Python

Vulture 0.22

2017-08-06 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code an

docutils 0.14 released

2017-08-06 Thread engelbert gruber
RELEASE-NOTES * docutils/docs/ref/docutils.dtd: - Enable validation of Docutils XML documents against the DTD: * docutils/parsers/rst/: - Added functionality: escaped whitespace in URI contexts. - Consistent handling of all whitespace characters in inline markup recognition. (May brea

PyCA cryptography 2.0.3 released

2017-08-06 Thread Paul Kehrer
PyCA cryptography 2.0.3 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. We support Python 2.6-2.7, Python 3.4+, and PyPy. This release fixe