4 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/a46857b89f02/ Changeset: a46857b89f02 User: hpk42 Date: 2013-05-07 10:53:31 Summary: implemented as context managers. Thanks Andreas Pelme, ladimir Keleshev. fix issue245 by depending on the released py-1.4.14 which fixes py.io.dupfile to work with files with no mode. Thanks Jason R. Coombs. Affected #: 3 files
diff -r 0c08bfe320c178b768987e0b3e775ff2118ca69c -r a46857b89f02cac923a861698f4b449654a8912b AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,7 @@ Ronny Pfannschmidt Benjamin Peterson Floris Bruynooghe +Jason R. Coombs Samuele Pedroni Carl Friedrich Bolz Armin Rigo diff -r 0c08bfe320c178b768987e0b3e775ff2118ca69c -r a46857b89f02cac923a861698f4b449654a8912b CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,12 @@ ----------------------------------- - (experimental) allow fixture functions to be - implemented as context managers + implemented as context managers. Thanks Andreas Pelme, + ladimir Keleshev. +- fix issue245 by depending on the released py-1.4.14 + which fixes py.io.dupfile to work with files with no + mode. Thanks Jason R. Coombs. Changes between 2.3.4 and 2.3.5 diff -r 0c08bfe320c178b768987e0b3e775ff2118ca69c -r a46857b89f02cac923a861698f4b449654a8912b setup.py --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ entry_points= make_entry_points(), cmdclass = {'test': PyTest}, # the following should be enabled for release - install_requires=['py>=1.4.13dev6'], + install_requires=['py>=1.4.14'], classifiers=['Development Status :: 6 - Mature', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', https://bitbucket.org/hpk42/pytest/commits/728d5dc5c1d7/ Changeset: 728d5dc5c1d7 User: hpk42 Date: 2013-05-07 10:54:05 Summary: fix issue245 by depending on py-1.4.14 which fixes py.io.dupfile to not assume file.mode is present. Affected #: 2 files diff -r a46857b89f02cac923a861698f4b449654a8912b -r 728d5dc5c1d7445ff9ad806a4e5b0b60b730793c _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.3.6.dev2' +__version__ = '2.3.6.dev3' diff -r a46857b89f02cac923a861698f4b449654a8912b -r 728d5dc5c1d7445ff9ad806a4e5b0b60b730793c setup.py --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.3.6.dev2', + version='2.3.6.dev3', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], https://bitbucket.org/hpk42/pytest/commits/7e0e46f0aa50/ Changeset: 7e0e46f0aa50 User: hpk42 Date: 2013-05-07 10:54:46 Summary: Removed tag 1.4.14 Affected #: 1 file diff -r 728d5dc5c1d7445ff9ad806a4e5b0b60b730793c -r 7e0e46f0aa5003ccdbe30ff20f2a0049dfad66a8 .hgtags --- a/.hgtags +++ b/.hgtags @@ -56,3 +56,5 @@ ef299e57f24218dbdd949498d7e660723636bcc3 2.3.4 fc3a793e87ec907000a47ea0d3a372a2fe218c0a 2.3.5 b93ac0cdae02effaa3c136a681cc45bba757fe46 1.4.14 +b93ac0cdae02effaa3c136a681cc45bba757fe46 1.4.14 +0000000000000000000000000000000000000000 1.4.14 https://bitbucket.org/hpk42/pytest/commits/37ebb8278004/ Changeset: 37ebb8278004 User: hpk42 Date: 2013-05-07 10:55:41 Summary: Removed tag 1.4.14 Affected #: 1 file diff -r 7e0e46f0aa5003ccdbe30ff20f2a0049dfad66a8 -r 37ebb8278004f6aa99f4deafe032c790c5cc5e99 .hgtags --- a/.hgtags +++ b/.hgtags @@ -58,3 +58,5 @@ b93ac0cdae02effaa3c136a681cc45bba757fe46 1.4.14 b93ac0cdae02effaa3c136a681cc45bba757fe46 1.4.14 0000000000000000000000000000000000000000 1.4.14 +0000000000000000000000000000000000000000 1.4.14 +0000000000000000000000000000000000000000 1.4.14 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. _______________________________________________ pytest-commit mailing list pytest-commit@python.org http://mail.python.org/mailman/listinfo/pytest-commit