Enlightenment CVS committal

Author  : ulisses
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-edje


Modified Files:
        setup.cfg setup.py 


Log Message:
Make python-edje thread-safe.

 - acquiring/releasing GIL using 'with GIL' annotation
 - bumped version number

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-edje/setup.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- setup.cfg   24 Jul 2007 15:14:46 -0000      1.4
+++ setup.cfg   1 Oct 2007 04:36:47 -0000       1.5
@@ -2,7 +2,7 @@
 optimize=1
 
 [build_rpm]
-requires=edje >= 0.5.0.040, evas >= 0.9.9.040, python-evas >= 0.1.1
-build_requires=edje >= 0.5.0.040, evas >= 0.9.9.040, python-evas >= 0.1.1
+requires=edje >= 0.5.0.040, evas >= 0.9.9.040, python-evas >= 0.2.0
+build_requires=edje >= 0.5.0.040, evas >= 0.9.9.040, python-evas >= 0.2.0
 group=System Environment/Libraries
 release=1
===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-edje/setup.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- setup.py    30 Sep 2007 22:35:31 -0000      1.7
+++ setup.py    1 Oct 2007 04:36:47 -0000       1.8
@@ -99,7 +99,7 @@
 
 
 setup(name='python-edje',
-      version='0.1.1',
+      version='0.2.0',
       license='BSD',
       author='Gustavo Sverzut Barbieri',
       author_email='[EMAIL PROTECTED]',
@@ -109,8 +109,8 @@
       keywords='wrapper binding enlightenment graphics raster evas canvas 
theme',
       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=[edjemodule],
       zip_safe=False,
       cmdclass={'build_ext': edje_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

Reply via email to