bcolz 1.2.1+ds2-7build4 source package in Ubuntu

Changelog

bcolz (1.2.1+ds2-7build4) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 22:33:01 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian QA Group
Architectures:
alpha amd64 arm64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpcspe ppc64el sh4 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
bcolz_1.2.1+ds2.orig.tar.xz 353.9 KiB 185e5110be8b9c3ac4d7d072c5febcfbad71b84c0b5fb93961135de21d2b587a
bcolz_1.2.1+ds2-7build4.debian.tar.xz 6.0 KiB ff0a5e1331d87c44cb412086f4fff49b417cfdc2c6882a1e272662f51f336779
bcolz_1.2.1+ds2-7build4.dsc 2.4 KiB 6e43f1e48ef05314e089f18b49d999bd0be56b220f001a4185d385eab3bef5a0

View changes file

Binary packages built by this source

bcolz-doc: high performant compressed data container (documentation)

 bcolz provides columnar, chunked data containers that can be compressed
 in-memory and on-disk. Column storage allows for efficiently querying
 tables, as well as for cheap column addition and removal. It is based on
 NumPy, and uses it as the standard data container to communicate with
 bcolz objects, but it also comes with support for import/export facilities
 to/from HDF5/PyTables tables and Pandas dataframes.
 .
 This package contains the documentation.

python3-bcolz: high performant compressed data container based on NumPy (Python 3)

 bcolz provides columnar, chunked data containers that can be compressed
 in-memory and on-disk. Column storage allows for efficiently querying
 tables, as well as for cheap column addition and removal. It is based on
 NumPy, and uses it as the standard data container to communicate with
 bcolz objects, but it also comes with support for import/export facilities
 to/from HDF5/PyTables tables and Pandas dataframes.
 .
 This package contains the modules for Python 3.

python3-bcolz-dbgsym: debug symbols for python3-bcolz