You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2017/04/06 20:05:25 UTC

svn commit: r1790449 - in /lucene/cms/trunk/content/pylucene: index.mdtext install.mdtext jcc/features.mdtext jcc/index.mdtext jcc/install.mdtext pynews.mdtext

Author: vajda
Date: Thu Apr  6 20:05:24 2017
New Revision: 1790449

URL: http://svn.apache.org/viewvc?rev=1790449&view=rev
Log:
updated docs for PyLucene 6.5.0 and Python 3 support

Modified:
    lucene/cms/trunk/content/pylucene/index.mdtext
    lucene/cms/trunk/content/pylucene/install.mdtext
    lucene/cms/trunk/content/pylucene/jcc/features.mdtext
    lucene/cms/trunk/content/pylucene/jcc/index.mdtext
    lucene/cms/trunk/content/pylucene/jcc/install.mdtext
    lucene/cms/trunk/content/pylucene/pynews.mdtext

Modified: lucene/cms/trunk/content/pylucene/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/index.mdtext?rev=1790449&r1=1790448&r2=1790449&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/index.mdtext Thu Apr  6 20:05:24 2017
@@ -7,7 +7,7 @@ for accessing
 Java <a href="http://lucene.apache.org/java/">Lucene</a><span style="vertical-align: super; font-size: xx-small">TM</span>. Its goal
 is to allow you to use Lucene's text indexing and searching
 capabilities from Python. It is API compatible with the latest
-version of Java Lucene, version 6.4.1 as of February 14, 2017.
+version of Java Lucene, version 6.5.0 as of April 6th, 2017.
 
 
 PyLucene is not a Lucene port but a Python wrapper around
@@ -30,17 +30,14 @@ information and documentation about PyLu
 PyLucene is supported on macOS, Linux, Solaris and Windows.
 
 
-PyLucene requires Python version 2.x (x >= 3.5) and Java version 1.x
-(x >= 5). Building PyLucene requires GNU Make, a recent version
+PyLucene requires Python version 2.x (x >= 3.5) or Python 3.x (x >= 3)
+and Java version 1.8. Building PyLucene requires GNU Make, a recent version
 of <a href="http://ant.apache.org">Ant</a> capable of building
 Java <a href="http://lucene.apache.org/java/">Lucene</a> and a C++
 compiler. Use
 of <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>
 is recommended. 
 
-<b>Attention:</b> Starting with release 6.x, Lucene requires Java 1.8 at
-the minimum, while version 4.8.x requires Java 1.7.
-
 See the JCC <a href="jcc/install.html">installation
 instructions</a> for more information about building JCC from sources.
 

Modified: lucene/cms/trunk/content/pylucene/install.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/install.mdtext?rev=1790449&r1=1790448&r2=1790449&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/install.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/install.mdtext Thu Apr  6 20:05:24 2017
@@ -12,11 +12,10 @@ resulting PyLucene binaries requires onl
 (JRE).
 
 <b>Attention:</b> Starting with release 6.x, Lucene requires Java 1.8.
-If you build release 4.8.x, the minimum requirement is Java 1.7.
 
 On macOS, you will need to install Oracle Java 8, and due to a 
-[bug](https://bugs.openjdk.java.net/browse/JDK-7131356) in the JDK for macOS, you will **also** need
-to install Apple's Java 1.6.
+[bug](https://bugs.openjdk.java.net/browse/JDK-7131356) in the JDK for macOS,
+you will **also** need to install Apple's Java 1.6.
 
 On macOS, once installed, a way to make Java 1.8 the default in your bash 
 shell is:<br/>
@@ -27,11 +26,9 @@ On any system, if you're upgrading your
 JCC as well. You must use the same version of Java for both JCC and PyLucene.
 
 
-The <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>
-package is required to build and run PyLucene on Python 2.3.5. With
-later versions of Python, setuptools is only required for shared
-mode. See JCC's <a href="jcc/install.html">installation
-instructions</a> for more information.
+A modern version of setuptools is required for building JCC in shared mode.
+See JCC's <a href="jcc/install.html">installation instructions</a> for more
+information.
 
 
 ##For the Impatient Ones

Modified: lucene/cms/trunk/content/pylucene/jcc/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/features.mdtext?rev=1790449&r1=1790448&r2=1790449&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/features.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/features.mdtext Thu Apr  6 20:05:24 2017
@@ -20,6 +20,7 @@ JCC is installed as a package and how to
 Python version used:
 
 
+- python 3.6: <b>python -m jcc</b>
 - python 2.7: <b>python -m jcc</b>
 - python 2.6: <b>python -m jcc.\_\_main\_\_</b>
 - python 2.5: <b>python -m jcc</b>

Modified: lucene/cms/trunk/content/pylucene/jcc/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/index.mdtext?rev=1790449&r1=1790448&r2=1790449&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/index.mdtext Thu Apr  6 20:05:24 2017
@@ -18,8 +18,8 @@ See [here](features.html) for more infor
 
 JCC is supported on Mac OS X, Linux, Solaris and Windows.
 
-JCC requires Python version 2.x (x >= 3.5) and Java version 1.x
-(x >= 4). Building JCC requires a C++ compiler. Use of
+JCC requires Python version 2.x (x >= 3.5) or Python version 3.x (x >= 3)
+and Java version 1.x (x >= 4). Building JCC requires a C++ compiler. Use of
 [setuptools](http://pypi.python.org/pypi/setuptools) is recommended.
 
 See the [installation instructions](install.html) for more information about

Modified: lucene/cms/trunk/content/pylucene/jcc/install.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/install.mdtext?rev=1790449&r1=1790448&r2=1790449&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/install.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/install.mdtext Thu Apr  6 20:05:24 2017
@@ -103,10 +103,8 @@ There are two defaults to consider here:
 
 - Is JCC built with shared mode support or not ?
 
-    - By default, on macOS and Windows this is the case.
-
-    - By default, on Linux, this is the case.
-      if <i>setuptools</i> is patched.
+    - By default, on macOS, Linux or Windows, this is the case when using a
+      modern version of <i>setuptools</i>
 
     - On other operating systems shared mode support is off by
       default - not supported - because shared mode depends on

Modified: lucene/cms/trunk/content/pylucene/pynews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/pynews.mdtext?rev=1790449&r1=1790448&r2=1790449&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/pynews.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/pynews.mdtext Thu Apr  6 20:05:24 2017
@@ -1,4 +1,14 @@
 #News
+##6 Apr 2017 - PyLucene 6.5.0 available
+
+PyLucene is now supported with both Python 2 and Python 3.
+JCC 3.0 introduces Python 3 support and remains compatible with Python 2.
+
+This release tracks Lucene Core's recent 6.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/CHANGES">PyLucene 6.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/jcc/CHANGES">JCC 3.0 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+
+
 ##14 Feb 2017 - PyLucene 6.4.1 available
 
 This release tracks Lucene Core's recent 6.4.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>