[ANNOUNCE] PyGObject 2.28.0 - stable

2011-03-09 Thread John Palmieri
I am pleased to announce version 2.28.0 of the Python bindings for GObject. Including the stable improvements in the base pygobject modules this is the first stable release of the Introspection binding. PyGObject Introspection is compatible with both the Python 2 and Python 3 runtimes. This

Sqlkit 0.9.3

2011-03-09 Thread sandro
ANNOUNCE: sqlkit 0.9.3 March, 3 - 2011 I'm happy to announce release 0.9.3 of sqlkit package for Python. http://sqlkit.argolinux.org/ This release This is a release with a great number of changes and new features, the main import

pytest-2.0.2: bug fixes, improved xfail/skip expressions, speedups

2011-03-09 Thread holger krekel
Welcome to pytest-2.0.2, a maintenance and bug fix release. py.test is a mature testing tool for Python, supporting CPython 2.4-3.2, Jython and latest PyPy interpreters. See the extensive docs with tested examples here: http://pytest.org/ If you want to install or upgrade pytest, just type

Re: Sqlkit 0.9.3

2011-03-09 Thread sandro
Sorry, the correct link to download is http://sqlkit.argolinux.org/misc/download.html sandro wrote: > ANNOUNCE: sqlkit 0.9.3 > > March, 3 - 2011 > > > I'm happy to announce release 0.9.3 of sqlkit package for Python. > > http://sqlkit.argol

mrjob v0.2.4 released

2011-03-09 Thread Jimmy Retzlaff
What is mrjob? --- mrjob is a Python package that helps you write and run Hadoop Streaming jobs. mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows you to buy time on a Hadoop cluster on an hourly basis. It also works with your own Hadoop cluster. Som