python-blosc 1.11.2+ds1-1 source package in Ubuntu

Changelog

python-blosc (1.11.2+ds1-1) unstable; urgency=medium

  * New upstream version.
  * d/patches: Remove patches they are not longer needed.
  * d/control: Change my contact information. Also update it in d/copyright.
  * d/patches/remove-privacy-breach.patch: Add patch to remove privacy breach.

 -- Emmanuel Arias <email address hidden>  Sat, 10 Aug 2024 10:44:28 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-blosc_1.11.2+ds1-1.dsc 2.5 KiB 58e4c0957bad0d8f759d103b9fbece59df826ff6b8aac39ada9f35b6cb3665fc
python-blosc_1.11.2+ds1.orig.tar.xz 86.4 KiB 405a759454f67bbe4b6bd595201da0ce5edd0144c004876481393e4ac3196cb4
python-blosc_1.11.2+ds1-1.debian.tar.xz 6.6 KiB bc0f8e03611ced983bdbea2a9717290292c40a1db4902ab651aee991ecdedebc

Available diffs

No changes file available.

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