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

svn commit: r1009930 - in /websites/staging/lucene/trunk/content: ./ pylucene/index.html pylucene/install.html pylucene/jcc/features.html pylucene/jcc/index.html pylucene/jcc/install.html pylucene/pynews.html

Author: buildbot
Date: Thu Apr  6 20:05:37 2017
New Revision: 1009930

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/pylucene/index.html
    websites/staging/lucene/trunk/content/pylucene/install.html
    websites/staging/lucene/trunk/content/pylucene/jcc/features.html
    websites/staging/lucene/trunk/content/pylucene/jcc/index.html
    websites/staging/lucene/trunk/content/pylucene/jcc/install.html
    websites/staging/lucene/trunk/content/pylucene/pynews.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr  6 20:05:37 2017
@@ -1 +1 @@
-1788846
+1790449

Modified: websites/staging/lucene/trunk/content/pylucene/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/index.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/index.html Thu Apr  6 20:05:37 2017
@@ -153,7 +153,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.</p>
+version of Java Lucene, version 6.5.0 as of April 6th, 2017.</p>
 <p>PyLucene is not a Lucene port but a Python wrapper around
 Java Lucene. PyLucene embeds a Java VM with Lucene into a Python
 process. The PyLucene Python extension, a Python module called
@@ -166,15 +166,13 @@ are included with the PyLucene sources.<
 information and documentation about PyLucene.</p>
 <h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h2>
 <p>PyLucene is supported on macOS, Linux, Solaris and Windows.</p>
-<p>PyLucene requires Python version 2.x (x &gt;= 3.5) and Java version 1.x
-(x &gt;= 5). Building PyLucene requires GNU Make, a recent version
+<p>PyLucene requires Python version 2.x (x &gt;= 3.5) or Python 3.x (x &gt;= 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. </p>
-<p><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.</p>
 <p>See the JCC <a href="jcc/install.html">installation
 instructions</a> for more information about building JCC from sources.</p>
 <p>See the PyLucene <a href="install.html">installation
@@ -192,6 +190,12 @@ sources.</p>
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="news">News<a class="headerlink" href="#news" title="Permanent link">&para;</a></h1>
+<h2 id="6-apr-2017-pylucene-650-available">6 Apr 2017 - PyLucene 6.5.0 available<a class="headerlink" href="#6-apr-2017-pylucene-650-available" title="Permanent link">&para;</a></h2>
+<p>PyLucene is now supported with both Python 2 and Python 3.
+JCC 3.0 introduces Python 3 support and remains compatible with Python 2.</p>
+<p>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/></p>
 <h2 id="14-feb-2017-pylucene-641-available">14 Feb 2017 - PyLucene 6.4.1 available<a class="headerlink" href="#14-feb-2017-pylucene-641-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 6.4.1 <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_4_1/CHANGES">PyLucene 6.4.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/jcc/CHANGES">JCC 2.23 CHANGES</a> for details.<br/>

Modified: websites/staging/lucene/trunk/content/pylucene/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/install.html Thu Apr  6 20:05:37 2017
@@ -155,22 +155,19 @@ included with the PyLucene sources.<br/>
 and <a href="http://ant.apache.org">Ant</a> are required; use of the
 resulting PyLucene binaries requires only a Java Runtime Environment
 (JRE).</p>
-<p><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.</p>
+<p><b>Attention:</b> Starting with release 6.x, Lucene requires Java 1.8.</p>
 <p>On macOS, you will need to install Oracle Java 8, and due to a 
-<a href="https://bugs.openjdk.java.net/browse/JDK-7131356">bug</a> in the JDK for macOS, you will <strong>also</strong> need
-to install Apple's Java 1.6.</p>
+<a href="https://bugs.openjdk.java.net/browse/JDK-7131356">bug</a> in the JDK for macOS,
+you will <strong>also</strong> need to install Apple's Java 1.6.</p>
 <p>On macOS, once installed, a way to make Java 1.8 the default in your bash 
 shell is:<br/>
  <code>  $ export JAVA_HOME=`/usr/libexec/java_home`</code>
 Be sure to verify that JAVA_HOME value.</p>
 <p>On any system, if you're upgrading your Java installation, please rebuild
 JCC as well. You must use the same version of Java for both JCC and PyLucene.</p>
-<p>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.</p>
+<p>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.</p>
 <h2 id="for-the-impatient-ones">For the Impatient Ones<a class="headerlink" href="#for-the-impatient-ones" title="Permanent link">&para;</a></h2>
 <ul>
 <li><b>pushd jcc</b></li>

Modified: websites/staging/lucene/trunk/content/pylucene/jcc/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/jcc/features.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/jcc/features.html Thu Apr  6 20:05:37 2017
@@ -162,6 +162,7 @@ information and operating system specifi
 <p>JCC is installed as a package and how to invoke it depends on the
 Python version used:</p>
 <ul>
+<li>python 3.6: <b>python -m jcc</b></li>
 <li>python 2.7: <b>python -m jcc</b></li>
 <li>python 2.6: <b>python -m jcc.__main__</b></li>
 <li>python 2.5: <b>python -m jcc</b></li>

Modified: websites/staging/lucene/trunk/content/pylucene/jcc/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/jcc/index.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/jcc/index.html Thu Apr  6 20:05:37 2017
@@ -158,8 +158,8 @@ extension module via the distutils or
 <p>See <a href="features.html">here</a> for more information and documentation about JCC.</p>
 <h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h2>
 <p>JCC is supported on Mac OS X, Linux, Solaris and Windows.</p>
-<p>JCC requires Python version 2.x (x &gt;= 3.5) and Java version 1.x
-(x &gt;= 4). Building JCC requires a C++ compiler. Use of
+<p>JCC requires Python version 2.x (x &gt;= 3.5) or Python version 3.x (x &gt;= 3)
+and Java version 1.x (x &gt;= 4). Building JCC requires a C++ compiler. Use of
 <a href="http://pypi.python.org/pypi/setuptools">setuptools</a> is recommended.</p>
 <p>See the <a href="install.html">installation instructions</a> for more information about
 building JCC from sources.</p>

Modified: websites/staging/lucene/trunk/content/pylucene/jcc/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/jcc/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/jcc/install.html Thu Apr  6 20:05:37 2017
@@ -222,11 +222,8 @@ the <i>NO_SHARED</i> environment variabl
 <p>Is JCC built with shared mode support or not ?</p>
 <ul>
 <li>
-<p>By default, on macOS and Windows this is the case.</p>
-</li>
-<li>
-<p>By default, on Linux, this is the case.
-  if <i>setuptools</i> is patched.</p>
+<p>By default, on macOS, Linux or Windows, this is the case when using a
+  modern version of <i>setuptools</i></p>
 </li>
 <li>
 <p>On other operating systems shared mode support is off by

Modified: websites/staging/lucene/trunk/content/pylucene/pynews.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/pynews.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/pynews.html Thu Apr  6 20:05:37 2017
@@ -148,6 +148,12 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="news">News<a class="headerlink" href="#news" title="Permanent link">&para;</a></h1>
+<h2 id="6-apr-2017-pylucene-650-available">6 Apr 2017 - PyLucene 6.5.0 available<a class="headerlink" href="#6-apr-2017-pylucene-650-available" title="Permanent link">&para;</a></h2>
+<p>PyLucene is now supported with both Python 2 and Python 3.
+JCC 3.0 introduces Python 3 support and remains compatible with Python 2.</p>
+<p>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/></p>
 <h2 id="14-feb-2017-pylucene-641-available">14 Feb 2017 - PyLucene 6.4.1 available<a class="headerlink" href="#14-feb-2017-pylucene-641-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 6.4.1 <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_4_1/CHANGES">PyLucene 6.4.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/jcc/CHANGES">JCC 2.23 CHANGES</a> for details.<br/>