Index of /lucene/pylucene

Icon  Name                              Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] KEYS 2013-01-15 15:13 3.8K [   ] pylucene-7.7.1-src.tar.gz 2019-06-03 17:10 43M [TXT] pylucene-7.7.1-src.tar.gz.asc 2019-06-03 17:10 833 [TXT] pylucene-7.7.1-src.tar.gz.sha256 2019-06-03 17:10 92 [   ] pylucene-8.11.0-src.tar.gz 2021-12-15 19:24 48M [TXT] pylucene-8.11.0-src.tar.gz.asc 2021-12-15 19:24 833 [TXT] pylucene-8.11.0-src.tar.gz.sha256 2021-12-15 19:24 93 [   ] pylucene-9.10.0-src.tar.gz 2024-03-04 22:42 52M [TXT] pylucene-9.10.0-src.tar.gz.asc 2024-03-04 22:42 858 [TXT] pylucene-9.10.0-src.tar.gz.sha256 2024-03-04 22:42 93 [   ] pylucene-9.4.1-src.tar.gz 2022-11-07 20:52 49M [TXT] pylucene-9.4.1-src.tar.gz.asc 2022-11-07 20:52 833 [TXT] pylucene-9.4.1-src.tar.gz.sha256 2022-11-07 20:52 92 [   ] pylucene-9.6.0-src.tar.gz 2023-06-03 23:11 50M [TXT] pylucene-9.6.0-src.tar.gz.asc 2023-06-03 23:11 858 [TXT] pylucene-9.6.0-src.tar.gz.sha256 2023-06-03 23:11 92 [   ] pylucene-9.7.0-src.tar.gz 2023-07-13 06:48 50M [TXT] pylucene-9.7.0-src.tar.gz.asc 2023-07-13 06:48 858 [TXT] pylucene-9.7.0-src.tar.gz.sha256 2023-07-13 06:48 92

PyLucene Downloads

Note About tar.gz Files

The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris will not work with these files.

Changes

The changes in this release are detailed in the release notes.

Thank you for using PyLucene.

Signatures

Many of the files have been digitally signed using GnuPG. If so, there will be an accompanying file.asc signature file in the same directory as the file. The signing keys can be found in the distribution directory at <https://www.apache.org/dist/lucene/pylucene/KEYS>.

Always download the KEYS file directly from the Apache site, never from a mirror site.

Always test available signatures, e.g.,
$ pgpk -a KEYS
$ pgpk pylucene-x.y.z-src.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp pylucene-x.y.z-src.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify pylucene-x.y.z-src.tar.gz.asc