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 |
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. |
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 |
copyright of python3-lzf_0.2.6-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_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 |
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 |
copyright of python3-lzf-dbgsym_0.2.6-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
Timestamp: 10.09.2025 / 16:12:53 (UTC)