ANN: A new version (0.3.7) of python-gnupg has been released.

2014-12-08 Thread Vinay Sajip
A new version of the Python module which wraps GnuPG has been released. What Changed? = This is an enhancement and bug-fix release, but the bug-fixes include some security improvements, so all users are encouraged to upgrade. See the project website [1] for more information. Brief sum

MicroPython 1.3.7 released

2014-12-08 Thread Paul Sokolovsky
Hello, MicroPython is a Python3 language implementation which scales down to run on microcontrollers with tens of Ks of RAM and few hundreds of Ks of code size. Besides microcontrollers, it's also useful for small embedded Linux systems, where storage space is limited, for embedding as a scripting

ANN: Bokeh 0.7 released

2014-12-08 Thread Damian Avila
On behalf of the Bokeh team, I am very happy to announce the release of Bokeh version 0.7! Bokeh is a Python library for visualizing large and realtime datasets on the web. Its goal is to provide to developers (and domain experts) with capabilities to easily create novel and powerful visualization

SQLObject 1.7.0

2014-12-08 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.7.0, the first stable release of branch 1.7 of SQLObject. What's new in SQLObject === * Python 2.5 is no longer supported. The minimal supported version is Python 2.6. * DateTimeCol and TimeCol can read values with microseconds (cr