On Wed, 29 Mar 2017, Michael McCandless wrote:
+1 to release.
I tested on Ubuntu 16.04 with Python 3.5.2 and Java 1.8.0_121.
I ran my usual smoke test of indexing first 100K docs from Wikipedia
English export and running a few searches. But first I had to run 2to3 on
this ancient script!
I had to apply Ruediger's patch to JCC's setup.py else it was trying to
link with -lpython3.5 but I have -lpython3.5m.
Yes, that's the part on Linux that needs editing. I might have to isolate
this into another FLAGS dictionary to make it more obvious. What is the
additional 'm' for ? Is this a Python 3 thing ? In that case, I can just add
it myself and spare everyone else the editing.
Thank you, Mike, for your vote !
Andi..
Mike McCandless
http://blog.mikemccandless.com
On Mon, Mar 27, 2017 at 6:12 PM, Andi Vajda <va...@apache.org> wrote:
The PyLucene 6.5.0 (rc1) release tracking today's release of
Apache Lucene 6.5.0 is ready.
A release candidate is available from:
https://dist.apache.org/repos/dist/dev/lucene/pylucene/6.5.0-rc1/
PyLucene 6.5.0 is built with JCC 3.0 included in these release artifacts.
JCC 3.0 now supports Python 3.3+ (in addition to Python 2.3+).
PyLucene may be built with Python 2 or Python 3.
Please vote to release these artifacts as PyLucene 6.5.0.
Anyone interested in this release can and should vote !
Thanks !
Andi..
ps: the KEYS file for PyLucene release signing is at:
https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS
https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS
pps: here is my +1