[py-svn] commit/pytest: hpk42: up pytest version to 2.1.0.dev8, depend on py-1.4.4.dev2

Bitbucket commits-noreply at bitbucket.org
Tue Jul 5 19:14:49 CEST 2011


1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/903749b08439/
changeset:   903749b08439
user:        hpk42
date:        2011-07-05 19:14:38
summary:     up pytest version to 2.1.0.dev8, depend on py-1.4.4.dev2
affected #:  2 files (6 bytes)

--- a/_pytest/__init__.py	Tue Jul 05 12:02:53 2011 -0500
+++ b/_pytest/__init__.py	Tue Jul 05 19:14:38 2011 +0200
@@ -1,2 +1,2 @@
 #
-__version__ = '2.1.0.dev7'
+__version__ = '2.1.0.dev8'


--- a/setup.py	Tue Jul 05 12:02:53 2011 -0500
+++ b/setup.py	Tue Jul 05 19:14:38 2011 +0200
@@ -22,14 +22,14 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.1.0.dev7',
+        version='2.1.0.dev8',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
         author='Holger Krekel, Benjamin Peterson, Ronny Pfannschmidt, Floris Bruynooghe and others',
         author_email='holger at merlinux.eu',
         entry_points= make_entry_points(),
-        install_requires=['py>1.4.3'],
+        install_requires=['py>=1.4.4.dev2'],
         classifiers=['Development Status :: 5 - Production/Stable',
                      'Intended Audience :: Developers',
                      'License :: OSI Approved :: MIT License',

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.



More information about the pytest-commit mailing list