Debian NEW package overview for python-lzf
| python-lzf_0.2.6-1~bpo13+1_amd64.changes (click to toggle) | |
|---|---|
| Format: | 1.8 |
| Date: | Sun, 23 Nov 2025 11:48:32 +0100 |
| Source: | python-lzf |
| Binary: | python3-lzf python3-lzf-dbgsym |
| Architecture: | source amd64 |
| Version: | 0.2.6-1~bpo13+1 |
| Distribution: | trixie-backports |
| Urgency: | medium |
| Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
| Changed-By: | Alexandre Detiste <tchet@debian.org> |
| Description: | python3-lzf - Python bindings to liblzf, a very fast compression library |
| Changes: | python-lzf (0.2.6-1~bpo13+1) trixie-backports; urgency=medium * Rebuild for trixie-backports. |
| Files: | b0e8493604da1ec46aa35d42cb8a5396 2129 python optional python-lzf_0.2.6-1~bpo13+1.dsc 226de78463faac203c79bcc999ec74c3 2712 python optional python-lzf_0.2.6-1~bpo13+1.debian.tar.xz 015d65ab21c28506cc26afd50d95a6f3 7267 python optional python-lzf_0.2.6-1~bpo13+1_amd64.buildinfo d08876441d240112b3b1b34d908277d0 8360 debug optional python3-lzf-dbgsym_0.2.6-1~bpo13+1_amd64.deb 2c1df299ca0c16c796410fe9a29ad46d 5572 python optional python3-lzf_0.2.6-1~bpo13+1_amd64.deb |
| python-lzf_0.2.6-1~bpo13+1.dsc (click to toggle) | |
|---|---|
| Format: | 3.0 (quilt) |
| Source: | python-lzf |
| Binary: | python3-lzf |
| Architecture: | any |
| Version: | 0.2.6-1~bpo13+1 |
| Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
| Uploaders: | Alexandre Detiste <tchet@debian.org>, |
| Homepage: | https://github.com/teepark/python-lzf |
| Standards-Version: | 4.7.2 |
| Vcs-Browser: | https://salsa.debian.org/python-team/packages/python-lzf |
| Vcs-Git: | https://salsa.debian.org/python-team/packages/python-lzf.git |
| Testsuite: | autopkgtest-pkg-pybuild |
| Build-Depends: | debhelper-compat (=13), dh-sequence-python3, liblzf-dev, python3-all-dev, python3-pytest<!nocheck>, python3-setuptools |
| Package-List: | python3-lzf deb python optional arch=any |
| Files: | 7b352a5802857860a7326c4a1ab0f1f7 3430 python-lzf_0.2.6.orig.tar.gz 226de78463faac203c79bcc999ec74c3 2712 python-lzf_0.2.6-1~bpo13+1.debian.tar.xz |
| control file for python3-lzf_0.2.6-1~bpo13+1_amd64.deb (click to toggle) | |
|---|---|
| Package: | python3-lzf |
| Source: | python-lzf |
| Version: | 0.2.6-1~bpo13+1 |
| Architecture: | amd64 |
| Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
| Installed-Size: | 31 |
| Depends: | python3 (<<3.14), python3 (>=3.13~), libc6 (>=2.4), liblzf1 (>=1.5) |
| Section: | python |
| Priority: | optional |
| Homepage: | https://github.com/teepark/python-lzf |
| Description: | Python bindings to liblzf, a very fast compression library This package is just a straight translation of the C API of liblzf to Python. It has two functions: compress() and decompress(). . compress() accepts a string to compress and an optional maximum length for the output. If it cannot compress the string down to the requested size is to return None. The default behavior if no size is explicitly requested is to use one less than the length of the input, so the caller must always be prepared for a return value of None. . decompress() accepts a string and a size in which the uncompressed result must fit. If the uncompressed version doesn't fit in the specified size then the function returns None. |
| contents of python3-lzf_0.2.6-1~bpo13+1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-23 10:48 ./ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/lib/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/lib/python3/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/lib/python3/dist-packages/ -rw-r--r-- root/root 14424 2025-11-23 10:48 ./usr/lib/python3/dist-packages/lzf.cpython-313-x86_64-linux-gnu.so drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/lib/python3/dist-packages/python_lzf-0.2.6.egg-info/ -rw-r--r-- root/root 634 2025-11-23 10:48 ./usr/lib/python3/dist-packages/python_lzf-0.2.6.egg-info/PKG-INFO -rw-r--r-- root/root 1 2025-11-23 10:48 ./usr/lib/python3/dist-packages/python_lzf-0.2.6.egg-info/dependency_links.txt -rw-r--r-- root/root 4 2025-11-23 10:48 ./usr/lib/python3/dist-packages/python_lzf-0.2.6.egg-info/top_level.txt drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/share/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/share/doc/python3-lzf/ -rw-r--r-- root/root 228 2025-11-23 10:48 ./usr/share/doc/python3-lzf/changelog.Debian.gz -rw-r--r-- root/root 1868 2025-09-10 10:58 ./usr/share/doc/python3-lzf/copyright | |
| copyright of python3-lzf_0.2.6-1~bpo13+1_amd64.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-lzf
Source: https://github.com/teepark/python-lzf
Files-Excluded:
lzf.h
lzfP.h
lzf_c.c
lzf_d.c
Files: *
Copyright: 2010-2024 Travis Parker <travis.parker@gmail.com>
License: BSD-3-clause
Files: debian/*
Copyright: 2025 Alexandre Detiste <tchet@debian.org>
License: BSD-3-clause
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
.
3. Neither the name of Steeve Morin nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
| |
| control file for python3-lzf-dbgsym_0.2.6-1~bpo13+1_amd64.deb (click to toggle) | |
|---|---|
| Package: | python3-lzf-dbgsym |
| Source: | python-lzf |
| Version: | 0.2.6-1~bpo13+1 |
| Auto-Built-Package: | debug-symbols |
| Architecture: | amd64 |
| Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
| Installed-Size: | 21 |
| Depends: | python3-lzf (=0.2.6-1~bpo13+1) |
| Section: | debug |
| Priority: | optional |
| Description: | debug symbols for python3-lzf |
| Build-Ids: | 9f902826836c4435aae60b0f45185e869fc5676f |
| contents of python3-lzf-dbgsym_0.2.6-1~bpo13+1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-23 10:48 ./ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/lib/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/lib/debug/.build-id/9f/ -rw-r--r-- root/root 11056 2025-11-23 10:48 ./usr/lib/debug/.build-id/9f/902826836c4435aae60b0f45185e869fc5676f.debug drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/share/ drwxr-xr-x root/root 0 2025-11-23 10:48 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-11-23 10:48 ./usr/share/doc/python3-lzf-dbgsym -> python3-lzf | |
| copyright of python3-lzf-dbgsym_0.2.6-1~bpo13+1_amd64.deb (click to toggle) | |
|---|---|
WARNING: No copyright found, please check package manually. | |
Timestamp: 23.11.2025 / 12:02:34 (UTC)