[Lxml-checkins] r49928 - in lxml/trunk: . doc
scoder at codespeak.net
scoder at codespeak.net
Wed Dec 19 12:31:52 CET 2007
Author: scoder
Date: Wed Dec 19 12:31:50 2007
New Revision: 49928
Modified:
lxml/trunk/ (props changed)
lxml/trunk/doc/build.txt
lxml/trunk/setup.py
Log:
r3145 at delle: sbehnel | 2007-12-19 12:31:40 +0100
require Cython 0.9.6.10
Modified: lxml/trunk/doc/build.txt
==============================================================================
--- lxml/trunk/doc/build.txt (original)
+++ lxml/trunk/doc/build.txt Wed Dec 19 12:31:50 2007
@@ -33,11 +33,11 @@
be an lxml developer, you do need a working Cython installation. You can use
EasyInstall_ to install it::
- easy_install Cython==0.9.6.8
+ easy_install Cython==0.9.6.10
.. _EasyInstall: http://peak.telecommunity.com/DevCenter/EasyInstall
-lxml currently requires at least Cython 0.9.6.8, but later versions
+lxml currently requires at least Cython 0.9.6.10, but later versions
should work.
Modified: lxml/trunk/setup.py
==============================================================================
--- lxml/trunk/setup.py (original)
+++ lxml/trunk/setup.py Wed Dec 19 12:31:50 2007
@@ -16,7 +16,7 @@
except pkg_resources.VersionConflict:
from ez_setup import use_setuptools
use_setuptools(version="0.6c5")
- #pkg_resources.require("Cython==0.9.6.6")
+ #pkg_resources.require("Cython==0.9.6.10")
from setuptools import setup
extra_options["zip_safe"] = False
except ImportError:
More information about the lxml-checkins
mailing list