With the recent release of Java Lucene 3.0.0, a PyLucene 3.0.0-1 release closely tracking it is ready.
ATTENTION: Lucene Java 3.0.0 has seen many changes to its API. While Java users can methodically port their code from Lucene 2.9.1 to Lucene 3.0.0 by watching for and eliminating deprecation warnings while compiling their code against the Lucene 2.9.1 release, no such luxury is afforded to Python users. APIs that were deprecated in Lucene 2.x have been removed from Lucene 3.0.0 and will trigger Python runtime errors in applications coded with PyLucene 2.x. Please, refer to Lucene's 3.0.0 changelist [2], in particular to its API changes section [3], for all the details. Release candidate 1 of PyLucene 3.0.0-1 is available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen at: http://svn.apache.org/repos/asf/lucene/pylucene/trunk/CHANGES http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES Please vote to release these artifacts as PyLucene 3.0.0-1. Thanks ! Andi.. ps: the KEYS file for PyLucene release signing is at: http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS http://people.apache.org/~vajda/staging_area/KEYS [1] http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x88E27CA20ED7633F [2] http://lucene.apache.org/java/3_0_0/changes/Changes.html [3] http://lucene.apache.org/java/3_0_0/changes/Changes.html#3.0.0.api_changes