This commit is contained in:
gfxmonk 2011-08-08 18:16:09 +10:00
parent 93373231b6
commit 1e8c7cc67c
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
0.2.4
0.2.5

View File

@ -116,5 +116,9 @@ nosetests --no-color
<manifest-digest sha256="8c24dd0f65abbc344456d9770a496073d52084536e97201b87ace6d35f69bb15"/>
<archive href="http://gfxmonk.net/dist/0install/rednose/rednose-0.2.4.tgz" size="4453"/>
</implementation>
<implementation id="sha1new=2a6d0422b43e8662f5704dc1afcd6711a9a2fa68" released="2011-08-08" version="0.2.5">
<manifest-digest sha256="88b38f2ddb0dc32063fb2d0688b4027f706dbb94fd0a8babe98c315f3c116a2d"/>
<archive href="http://gfxmonk.net/dist/0install/rednose/rednose-0.2.5.tgz" size="4448"/>
</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.2.4',
version='0.2.5',
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",