pytest 2.8

2015-09-19 Thread Bruno Oliveira
Hi all, pytest 2.8 has been released to pypi, with significant bug-fixes and features. In case you wonder, pytest is a widely used mature test runner both for unit and functional test purposes in python. See http://pytest.org for documentation and examples. Here's the changelog for this version

relatorio 0.6.2 released

2015-09-19 Thread Cédric Krier
Hi, I'm glade to announce the new release of relatorio. Relatorio is a templating library which provides a way to easily output all kind of different files (odt, ods, png, svg, ...) from python objects. It is a minor release that fixes some issues and adds two improvements: * New Genshi direc

python-sql 0.8 released

2015-09-19 Thread Cédric Krier
Hi, I'm glade to announce the new release of python-sql. python-sql is a library to write SQL queries in a pythonic way. In addition to bugfixes, this release contains those improvements: * Add no_as Flavor for server that doesn't support 'AS' keyword * Add rownum limit style * Add