python-blosc 1.9.2+ds1-3build2 source package in Ubuntu
Changelog
python-blosc (1.9.2+ds1-3build2) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Wed, 16 Mar 2022 23:02:06 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-blosc_1.9.2+ds1.orig.tar.xz | 81.3 KiB | 0e8319565bc07fd20b3f58a2d642b30820a665b0ede3e6ec6db2e509204cfe2f |
python-blosc_1.9.2+ds1-3build2.debian.tar.xz | 6.8 KiB | 46f75042d6d86e928c1603a60d51f62eadd109c51e230334f64fd5d5f367aa8c |
python-blosc_1.9.2+ds1-3build2.dsc | 2.5 KiB | 9bead1d5807bb73428e944ba986b2e3a0b13e05758059f5e4e595a9d392f3543 |
Available diffs
- diff from 1.9.2+ds1-3build1 to 1.9.2+ds1-3build2 (322 bytes)
Binary packages built by this source
- python-blosc-doc: Python bindings for the Blosc meta-compressor (docs)
Blosc (http://
blosc.org) is a high performance compressor optimized for
binary data. It has been designed to transmit data to the processor cache
faster than the traditional, non-compressed, direct memory fetch approach
via a memcpy() OS call.
.
This package provides the documentation.
- python3-blosc: Python 3 bindings for the Blosc meta-compressor
Blosc (http://
blosc.org) is a high performance compressor optimized for
binary data. It has been designed to transmit data to the processor cache
faster than the traditional, non-compressed, direct memory fetch approach
via a memcpy() OS call.
.
This package provides the official Python bindings in the Python 3 import
path.
- python3-blosc-dbgsym: debug symbols for python3-blosc