This commit is contained in:
gfxmonk 2012-03-12 22:08:21 +11:00
parent 0c17fc4366
commit a072934e28
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
0.3.1
0.3.2

View File

@ -132,5 +132,9 @@ nosetests --no-color
<manifest-digest sha256="f9a1a3baf1d4d9ff5be03fb6de34dcfbc3d97213ac801bbda4da4c96a03d5d5a"/>
<archive href="http://gfxmonk.net/dist/0install/rednose/rednose-0.3.1.tgz" size="5081"/>
</implementation>
<implementation id="sha1new=4effffd7483aeba58ff4faea9382be9d498cb18e" released="2012-03-12" version="0.3.2">
<manifest-digest sha256="bacfe48742394f3819f0579ace271661ac3be8ea6971c1fbf2a3a9588adfb041"/>
<archive href="http://gfxmonk.net/dist/0install/rednose/rednose-0.3.2.tgz" size="5150"/>
</implementation>
</group>
</interface>

View File

@ -13,7 +13,7 @@ setup(
description='coloured output for nosetests',
py_modules=['rednose'],
install_requires=['setuptools', 'python-termstyle>=0.1.7'],
version='0.3.1',
version='0.3.2',
long_description="\n**Note**: This package has been built automatically by\n`zero2pypi <http://gfxmonk.net/dist/0install/zero2pypi.xml>`_.\nIf possible, you should use the zero-install feed instead:\nhttp://gfxmonk.net/dist/0install/rednose.xml\n\n----------------\n\n=========\nrednose\n=========\n\nrednose is a `nosetests`_\nplugin for adding colour (and readability) to nosetest console results.\n\nInstallation:\n-------------\n::\n\n\teasy_install rednose\n\t\nor from the source::\n\n\t./setup.py develop\n\nUsage:\n------\n::\n\n\tnosetests --rednose\n\nor::\n\n\texport NOSE_REDNOSE=1\n\tnosetests\n\nRednose by default uses auto-colouring, which will only use\ncolour if you're running it on a terminal (i.e not piping it\nto a file). To control colouring, use one of::\n\n\tnosetests --rednose --force-color\n\tnosetests --no-color\n\n(you can also control this by setting the environment variable NOSE_REDNOSE_COLOR to 'force' or 'no')\n\n.. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/\n",
classifiers=[
"License :: OSI Approved :: BSD License",