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
lintian 2.116.3+deb12u1 check for python-lzf_0.2.6-1~bpo13+1.dsc (click to toggle)
README.source for python-lzf_0.2.6-1~bpo13+1.dsc (click to toggle)
No README.source in this package
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.
lintian 2.116.3+deb12u1 check for python3-lzf_0.2.6-1~bpo13+1_amd64.deb (click to toggle)
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
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
lintian 2.116.3+deb12u1 check for python3-lzf-dbgsym_0.2.6-1~bpo13+1_amd64.deb (click to toggle)
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

Timestamp: 23.11.2025 / 12:02:34 (UTC)