python-blosc 1.11.1+ds1-1 source package in Ubuntu
Changelog
python-blosc (1.11.1+ds1-1) unstable; urgency=medium * d/watch: Fix url to download the upstream releases. * New upstream version. * d/copyright: Update copyright for upstream files. - Remove entry blosc/toplevel.py this have the same copyright of all files of upstream. - Update the Upstream-Contact information. * d/control: Add python3-pydata-sphinx-theme as Build Depends. - run wrap-and-sort. * d/python3-blosc.examples: Remove file, there are no more examples in upstream package. * d/control: Bumpt Standards-Version to 4.6.2 (from 4.6.0.1; no further changes neede). * d/patches: Update 0001-Deactivate-SSE2-AVX2-if-no-flags.patch patch. -- Emmanuel Arias <email address hidden> Thu, 29 Dec 2022 13:04:47 -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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-blosc_1.11.1+ds1-1.dsc | 2.5 KiB | 49dc0d8e6c445dd44c11a249ceffedb50f2fb88d9e8ceb4d8d064cbf83b1e596 |
python-blosc_1.11.1+ds1.orig.tar.xz | 96.6 KiB | d40a90434f4999c79d7b858a50ee15a44bba60a4bfe604991ccac7d3411d8dfe |
python-blosc_1.11.1+ds1-1.debian.tar.xz | 6.5 KiB | 75c9f26295d22c159fddda6c334ab26bd5457f0c2ac21bdcbfe0084d618e1181 |
Available diffs
- diff from 1.10.6+ds1-3 to 1.11.1+ds1-1 (1.3 MiB)
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