Flake8 Development Has Moved

2014-09-21 Thread Ian Cordasco
Hi all, Flake8 - a linting and style tool that combines pep8, pyflakes, and mccabe - has moved its development off of BitBucket to GitLab. The transition from Mercurial to Git was discussed and took place last weekend. For further information please read this blog post: http://www.coglib.com/~icor

pytest-xdist-1.11: restarting crash nodes, fixture cache fix

2014-09-21 Thread holger krekel
I just released pytest-xdist-1.11, the distributed testing plugin for pytest. It introduces automatic restarting of crashed nodes, courtesy of a complete PR from Floris Bruynooghe. This also works well together with pytest-timeout by the same author: When one or more test functions hang or crash

ANN: Lea 1.3.1 released

2014-09-21 Thread Pierre Denis
Lea, discrete probability distributions in Python = I have the pleasure to announce the release of Lea 1.3.1. NEW: Lea now runs on Python 3 (and still on Python 2.x) ! Lea is a Python package that allows you to define and play with discre

ANN: psutil 2.1.2 released

2014-09-21 Thread Giampaolo Rodola'
Hi there folks, I'm pleased to announce the 2.1.2 release of psutil: https://github.com/giampaolo/psutil About = psutil (python system and process utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Pyt

sqlparse 0.1.12

2014-09-21 Thread Andi Albrecht
I'm happy to announce sqlparse 0.1.12. This is a bug fix release. Bug Fixes * Fix handling of NULL keywords in aliased identifiers. * Fix SerializerUnicode to split unquoted newlines (issue131, by Michael Schuller). * Fix handling of modulo operators without spaces (by gavinwahl). Enhancements *