python-lzo 1.15-1 source package in Ubuntu

Changelog

python-lzo (1.15-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.15
  * Use new dh-sequence-python3
  * Replace nose by pytest (Closes: #1018528)
  * Replace old nose patch with PYBUILD_TEST_ARGS
  * Fix truncated description (Closes: #911838)

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

 -- Alexandre Detiste <email address hidden>  Sat, 11 May 2024 17:41:41 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Downloads

File Size SHA-256 Checksum
python-lzo_1.15-1.dsc 2.0 KiB 91a02f08fffeafdc8291f650a3e8b5bd214943f5350a91afae075b16c4cb2722
python-lzo_1.15.orig.tar.gz 17.2 KiB a57aaa00c5c3a0515dd9f7426ba2cf601767dc19dc023d8b99d4a13b0a327b49
python-lzo_1.15-1.debian.tar.xz 2.8 KiB 577375cb85ca6897bb39a6dfaf6d4191092433ea863b4a67c850636877cc0403

No changes file available.

Binary packages built by this source

python3-lzo: Python bindings for the LZO data compression library (Python 3)

 This module provides Python bindings for the LZO data compression library.
 .
 LZO is a portable lossless data compression library written in ANSI C.
 It offers pretty fast compression and *very* fast decompression.
 Decompression requires no memory.
 .
 In addition there are slower compression levels achieving a quite
 competitive compression ratio while still decompressing at
 this very high speed.

python3-lzo-dbgsym: debug symbols for python3-lzo