Enlightenment CVS committal Author : ulisses Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-emotion Modified Files: setup.cfg setup.py Log Message: Make python-emotion thread-safe. - acquiring/releasing GIL using 'with GIL' annotation - bumped version number =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-emotion/setup.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- setup.cfg 24 Jul 2007 15:14:46 -0000 1.3 +++ setup.cfg 1 Oct 2007 04:38:41 -0000 1.4 @@ -2,7 +2,7 @@ optimize=1 [build_rpm] -requires=emotion >= 0.0.1.007, python-evas >= 0.1.1 -build_requires=emotion >= 0.0.1.007, python-evas >= 0.1.1 +requires=emotion >= 0.0.1.007, python-evas >= 0.2.0 +build_requires=emotion >= 0.0.1.007, python-evas >= 0.2.0 group=System Environment/Libraries release=1 =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-emotion/setup.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- setup.py 30 Sep 2007 22:43:10 -0000 1.6 +++ setup.py 1 Oct 2007 04:38:41 -0000 1.7 @@ -66,7 +66,7 @@ setup(name='python-emotion', - version='0.1.1', + version='0.2.0', license='BSD', author='Gustavo Sverzut Barbieri', author_email='[EMAIL PROTECTED]', @@ -76,8 +76,8 @@ keywords='wrapper binding enlightenment graphics raster evas canvas multimida playback xine gstreamer', classifiers=trove_classifiers, packages=find_packages(), - install_requires=['python-evas>=0.1.1'], - setup_requires=['python-evas>=0.1.1'], + install_requires=['python-evas>=0.2.0'], + setup_requires=['python-evas>=0.2.0'], ext_modules=[emotionmodule], zip_safe=False, cmdclass={'build_ext': emotion_build_ext,}, ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs