python-agate 1.6.1-1 source package in Ubuntu

Changelog

python-agate (1.6.1-1) unstable; urgency=medium

  [ Andrius Merkys ]
  * Team upload.
  * New upstream version 1.6.1
  * Refreshing No-privacy-breach.patch.
  * Dropping upstream-integrated Fix-typo-in-shebang.patch.
  * Dropping upstream-integrated Remove-absent-reference-from-the-docs.patch.
  * Setting LC_NUMERIC for dh_auto_test.
  * Removing unused python-agate-doc.lintian-overrides.
  * Adding 'Rules-Requires-Root: no'.
  * Forwarding of patches is not needed.
  * Setting LC_NUMERIC also for autopkgtest.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python3-Version field
  * Use debhelper-compat instead of debian/compat.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Repository, Repository-Browse.

 -- Andrius Merkys <email address hidden>  Mon, 17 Aug 2020 11:10:40 -0400

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-agate_1.6.1-1.dsc 2.6 KiB 52cd1304156838a5aef1d17b409a2fed05f39e08e8dbb65fe2cf35580ab118d0
python-agate_1.6.1.orig.tar.gz 192.4 KiB 0397d3dcc6ae78b8289294b3bca15b2a7328b9015aed8841bc650700fe2a6cad
python-agate_1.6.1-1.debian.tar.xz 4.1 KiB 299612ed7ddb505e6e83886b1679e52d76d1c2df270a09a349a89fa74370d2b5

Available diffs

No changes file available.

Binary packages built by this source

python-agate-doc: No summary available for python-agate-doc in ubuntu hirsute.

No description available for python-agate-doc in ubuntu hirsute.

python3-agate: data analysis library optimized for human readability

 Agate is a Python data analysis library that is optimized for humans instead
 of machines. It is an alternative to numpy and pandas that solves real-world
 problems with readable code.
 .
 Why agate?
 .
   - A readable and user-friendly API.
   - A complete set of SQL-like operations.
   - Unicode support everywhere.
   - Decimal precision everywhere.
   - Exhaustive user documentation.
   - Pluggable extensions that add SQL integration, Excel support, and more.
   - Designed with iPython, Jupyter and atom/hydrogen in mind.
   - Pure Python. No C dependencies to compile.
   - Exhaustive test coverage.
   - MIT licensed and free for all purposes.
   - Zealously zen.
   - Made with love.
 .
 This package provides the modules for Python 3.