python-whoosh 2.7.4+git6-g9134ad92-6 source package in Ubuntu

Changelog

python-whoosh (2.7.4+git6-g9134ad92-6) unstable; urgency=low

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 2.7.4+git6-g9134ad92-5.
  * Bump debhelper from deprecated 9 to 12.
  * Update standards version to 4.5.0, no changes needed.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Remove MIA uploader Barry Warsaw <email address hidden>. Closes: #970160
  * Remove 1 obsolete maintscript entry.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Remove constraints unnecessary since buster:
    + python-whoosh-doc: Drop versioned constraint on python-whoosh in Replaces.
  * Remove constraints unnecessary since buster:
    + Build-Depends-Indep: Drop versioned constraint on python3-sphinx.

 -- Sandro Tosi <email address hidden>  Sat, 04 Jun 2022 16:03:59 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-whoosh_2.7.4+git6-g9134ad92-6.dsc 2.2 KiB 73b03300e0c152dc3b4cb3e399bc6d6476513bd4a08e9a5e00cc5d87bd1bedb7
python-whoosh_2.7.4+git6-g9134ad92.orig.tar.gz 959.4 KiB 65ff05db1d44e2ff1ed83595405c1bd645c825ed004b6a9b1a07753a4d843afb
python-whoosh_2.7.4+git6-g9134ad92-6.debian.tar.xz 10.2 KiB 9e3a0123f526bd34f9e1e95f55f8f34af0855eafe1dfa4d841fde9dd41e126a7

No changes file available.

Binary packages built by this source

python-whoosh-doc: No summary available for python-whoosh-doc in ubuntu kinetic.

No description available for python-whoosh-doc in ubuntu kinetic.

python3-whoosh: pure-Python full-text indexing, search, and spell checking library (Python 3)

 Whoosh is a fast, pure-Python indexing and search library. Programmers
 can use it to easily add search functionality to their applications and
 websites. As Whoosh is pure Python, you don't have to compile or
 install a binary support library and/or make Python work with a JVM, yet
 indexing and searching is still very fast. Whoosh is designed to be
 modular, so every part can be extended or replaced to meet your needs
 exactly.
 .
 This package contains the python3 library