Enlightenment CVS committal

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

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


Modified Files:
        setup.cfg setup.py 


Log Message:
Make python-ecore thread-safe.

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

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-ecore/setup.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- setup.cfg   30 Sep 2007 22:18:51 -0000      1.5
+++ setup.cfg   1 Oct 2007 04:34:47 -0000       1.6
@@ -2,7 +2,7 @@
 optimize=1
 
 [build_rpm]
-requires=ecore >= 0.9.9.040, evas >= 0.9.9.040, python-evas
-build_requires=ecore >= 0.9.9.040, evas >= 0.9.9.040
+requires=ecore >= 0.9.9.040, evas >= 0.9.9.040, python-evas >= 0.2.0
+build_requires=ecore >= 0.9.9.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-ecore/setup.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- setup.py    30 Sep 2007 22:18:51 -0000      1.14
+++ setup.py    1 Oct 2007 04:34:47 -0000       1.15
@@ -93,7 +93,7 @@
 
 
 setup(name='python-ecore',
-      version='0.1.1',
+      version='0.2.0',
       license='BSD',
       author='Gustavo Sverzut Barbieri',
       author_email='[EMAIL PROTECTED]',
@@ -103,8 +103,8 @@
       keywords='wrapper binding enlightenment abstraction event ecore',
       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=[ecoremodule, ecoreevasmodule],
       zip_safe=False,
       cmdclass={'build_ext': ecore_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