python-lunr 0.7.0-1 source package in Ubuntu

Changelog

python-lunr (0.7.0-1) unstable; urgency=medium

  * [fc4a05d] New upstream version 0.7.0
  * [eaeb4bd] Rename patch in patch queue
  * [663d9cb] d/control: Move build backend over to hatchling
  * [2602ea3] d/control: Add BuilProfileSpecs to some build deps
  * [addfe02] d/control: Update Standards-Version to 4.6.2
  * [54d8c40] d/copyright: Update year data
  * [a040f83] d/README.source: Fixup small typo issues

 -- Carsten Schoenert <email address hidden>  Thu, 17 Aug 2023 21:43:21 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-lunr_0.7.0-1.dsc 2.2 KiB b425ebd0a198d38da6e46858b975d40f1b8b8f8b3b6af2e824e5bcb17d544d8d
python-lunr_0.7.0.orig.tar.gz 830.6 KiB 3125d17bbe966315a1a10eab8867768fbf4cb5e3efaebda8a9a9a39f7cc6861d
python-lunr_0.7.0-1.debian.tar.xz 4.8 KiB 656e551e32d527e70d0df0405d81b312b1d02dd33827bc8e1f7b4d097d98fb63

Available diffs

No changes file available.

Binary packages built by this source

python-lunr-doc: Python implementation of Lunr.js (Documentation)

 Lunr is a simple full text search solution for situations where deploying a
 full scale solution like Elasticsearch isn't possible, viable or you're simply
 prototyping. Lunr parses a set of documents and creates an inverted index for
 quick full text searches in the same way other more complicated solution.
 .
 The trade-off is that Lunr keeps the inverted index in memory and requires you
 to recreate or read the index at the start of your application.
 .
 This package installs the documentation for the library.

python3-lunr: Python implementation of Lunr.js (Python3 version)

 This package includes the Python version of Lunr.js aims to bring the simple
 and powerful full text search capabilities into Python guaranteeing results as
 close as the original implementation as possible.
 .
 Lunr is a simple full text search solution for situations where deploying a
 full scale solution like Elasticsearch isn't possible, viable or you're simply
 prototyping. Lunr parses a set of documents and creates an inverted index for
 quick full text searches in the same way other more complicated solution.
 .
 The trade-off is that Lunr keeps the inverted index in memory and requires you
 to recreate or read the index at the start of your application.
 .
 This package contains the Python 3 version of the library.