python-elasticsearch 7.1.0-1 source package in Ubuntu

Changelog

python-elasticsearch (7.1.0-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * Team upload
  * New upstream version 7.1.0 (Closes: #944357)
  * d/control: Bump Standard-Version to 4.4.1
  * d/control: Bump debhelper-compat to 12
  * Run wrap_and_sort script
  * Fix HTML paths in doc-base control file

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

 -- Emmanuel Arias <email address hidden>  Sat, 16 Nov 2019 23:38:44 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-elasticsearch_7.1.0-1.dsc 2.6 KiB 92d88f681c6429d46050c16c949cd2a92979036d9ecbc764b2acaac417d4cf27
python-elasticsearch_7.1.0.orig.tar.gz 108.3 KiB d929368ff4fa0cbfeca98fa6eacd3f6747e7bdd13953d9a5b4f6c8d877ef5e82
python-elasticsearch_7.1.0-1.debian.tar.xz 5.0 KiB 214a6430fd878f790fbc6336bed497d811e62fd45a6916543f922060c1c85c79

Available diffs

No changes file available.

Binary packages built by this source

python-elasticsearch: No summary available for python-elasticsearch in ubuntu focal.

No description available for python-elasticsearch in ubuntu focal.

python-elasticsearch-doc: Python client for Elasticsearch (Documentation)

 Official low-level client for Elasticsearch. Its goal is to provide common
 ground for all Elasticsearch-related code in Python; because of this it tries
 to be opinion-free and very extendable.
 .
 The client's features include:
  * translating basic Python data types to and from json (datetimes are not
    decoded for performance reasons)
  * configurable automatic discovery of cluster nodes
  * persistent connections
  * load balancing (with pluggable selection strategy) across all available
    nodes
  * failed connection penalization (time based - failed connections won't be
    retried until a timeout is reached)
  * thread safety
  * pluggable architecture
 .
 This package contains the documentation.

python3-elasticsearch: Python client for Elasticsearch (Python3 version)

 Official low-level client for Elasticsearch. Its goal is to provide common
 ground for all Elasticsearch-related code in Python; because of this it tries
 to be opinion-free and very extendable.
 .
 The client's features include:
  * translating basic Python data types to and from json (datetimes are not
    decoded for performance reasons)
  * configurable automatic discovery of cluster nodes
  * persistent connections
  * load balancing (with pluggable selection strategy) across all available
    nodes
  * failed connection penalization (time based - failed connections won't be
    retried until a timeout is reached)
  * thread safety
  * pluggable architecture
 .
 This package contains the Python 3 version of the library.