Debian NEW package overview for python-lzf
python-lzf_0.2.6-1_amd64.changes (click to toggle)
Format:1.8
Date:Wed, 10 Sep 2025 12:46:44 +0200
Source:python-lzf
Binary:python3-lzf python3-lzf-dbgsym
Architecture:source amd64
Version:0.2.6-1
Distribution:unstable
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
Closes:1114816
Changes:
python-lzf (0.2.6-1) unstable; urgency=medium

  * Initial Upload (Closes: #1114816)
Files:
94ea8268ef5df8d4aba34d5224e1ee49 2097 python optional python-lzf_0.2.6-1.dsc
7b352a5802857860a7326c4a1ab0f1f7 3430 python optional python-lzf_0.2.6.orig.tar.gz
512ced3ec27f6bd56fa940b207127514 2632 python optional python-lzf_0.2.6-1.debian.tar.xz
8c029e2521a6d8f966d1ae768e652bf4 7840 python optional python-lzf_0.2.6-1_amd64.buildinfo
c908d8e76fca40ae13b488d3f3d751f3 8372 debug optional python3-lzf-dbgsym_0.2.6-1_amd64.deb
a7e7d826b1cbf3517ce91e0b6cc1bf8f 5616 python optional python3-lzf_0.2.6-1_amd64.deb
python-lzf_0.2.6-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-lzf
Binary:python3-lzf
Architecture:any
Version:0.2.6-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
512ced3ec27f6bd56fa940b207127514 2632 python-lzf_0.2.6-1.debian.tar.xz
lintian 2.116.3+deb12u1 check for python-lzf_0.2.6-1.dsc (click to toggle)
README.source for python-lzf_0.2.6-1.dsc (click to toggle)
No README.source in this package
control file for python3-lzf_0.2.6-1_amd64.deb (click to toggle)
Package:python3-lzf
Source:python-lzf
Version:0.2.6-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_amd64.deb (click to toggle)
contents of python3-lzf_0.2.6-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-09-10 10:46 ./
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/lib/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/lib/python3/dist-packages/
-rw-r--r-- root/root     14496 2025-09-10 10:46 ./usr/lib/python3/dist-packages/lzf.cpython-313-x86_64-linux-gnu.so
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/lib/python3/dist-packages/python_lzf-0.2.6.egg-info/
-rw-r--r-- root/root       634 2025-09-10 10:46 ./usr/lib/python3/dist-packages/python_lzf-0.2.6.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2025-09-10 10:46 ./usr/lib/python3/dist-packages/python_lzf-0.2.6.egg-info/dependency_links.txt
-rw-r--r-- root/root         4 2025-09-10 10:46 ./usr/lib/python3/dist-packages/python_lzf-0.2.6.egg-info/top_level.txt
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/share/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/share/doc/python3-lzf/
-rw-r--r-- root/root       162 2025-09-10 10:46 ./usr/share/doc/python3-lzf/changelog.Debian.gz
-rw-r--r-- root/root      1868 2025-09-10 10:46 ./usr/share/doc/python3-lzf/copyright
control file for python3-lzf-dbgsym_0.2.6-1_amd64.deb (click to toggle)
Package:python3-lzf-dbgsym
Source:python-lzf
Version:0.2.6-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)
Section:debug
Priority:optional
Description:
debug symbols for python3-lzf
Build-Ids:03927dab4471b6c1f3f31a27ae2e59317cc9b852
lintian 2.116.3+deb12u1 check for python3-lzf-dbgsym_0.2.6-1_amd64.deb (click to toggle)
contents of python3-lzf-dbgsym_0.2.6-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-09-10 10:46 ./
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/lib/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/lib/debug/.build-id/03/
-rw-r--r-- root/root     11184 2025-09-10 10:46 ./usr/lib/debug/.build-id/03/927dab4471b6c1f3f31a27ae2e59317cc9b852.debug
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/share/
drwxr-xr-x root/root         0 2025-09-10 10:46 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-09-10 10:46 ./usr/share/doc/python3-lzf-dbgsym -> python3-lzf

Timestamp: 10.09.2025 / 16:12:53 (UTC)