On Wed, 2009-07-01 at 13:43 +0200, Nicolas Chauvet wrote: > I've backported the needed changes along with the hashlib move
Just to let you know, a release of kaa.base 0.99.0 is imminent. I want to leave a bit of time for the recent (non-API) changes I made to bake, and after that I'll release 0.99.0. 0.99.0 has a few API changes from 0.6.0. (Although it will be runtime compatible with 0.6.0, it will display warnings.) > I've also noticed that our python-sqilte2 maintainer is about to > deprecate the package, since it is supposed to use the version bundled > in python (starting with 2.6 I would expect) I think I'd like prefer an install of pysqlite2 over the builtin one (in case the user wants to upgrade it). Would you have a problem with: try: from pysqlite2 import dbapi2 as sqlite except ImportError: from sqlite3 import dbapi2 as sqlite Another thing I should mention is that as of 0.99.0, kaa modules will be installed as (unzipped) eggs by default. This solves some problems that in fact aren't problems when you install as RPMs, so if you want to disable this and install into site-packages/kaa/ as usual, you'll need to pass --noegg to setup.py. Thanks, Jason. ------------------------------------------------------------------------------ _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel