1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/4e6ec59e2cf9/ changeset: 4e6ec59e2cf9 user: hpk42 date: 2012-05-17 08:47:50 summary: require py-1.4.8 affected #: 1 file diff -r d40c98b610fb5a7e8060fb514ac4b2717ba2211c -r 4e6ec59e2cf9ad0d818d04b39a2452925e393ec3 setup.py --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ author_email='holger at merlinux.eu', entry_points= make_entry_points(), # the following should be enabled for release - install_requires=['py>=1.4.7.dev2'], + install_requires=['py>=1.4.8'], classifiers=['Development Status :: 6 - Mature', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', @@ -70,4 +70,4 @@ return {'console_scripts': l} if __name__ == '__main__': - main() \ No newline at end of file + main() Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn