xphyle 4.4.1-3 source package in Ubuntu

Changelog

xphyle (4.4.1-3) unstable; urgency=medium

  * Team Upload.
  * Add patch to fix python-3.10 FTBFS (Closes: #1002329)

 -- Nilesh Patra <email address hidden>  Sun, 02 Jan 2022 03:17:18 +0530

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xphyle_4.4.1-3.dsc 2.0 KiB 950b1343b3721cf6413ba8eef1356675441a4d1d88edbd78330ec48d7dbc4431
xphyle_4.4.1.orig.tar.gz 1.3 MiB c80f53637b6846f30ca91d896bb95b1416924e32d35cc21e448ce5ecc11b4d60
xphyle_4.4.1-3.debian.tar.xz 3.5 KiB 8e03d238811c16ae224f41922bf9ac9d1551f58e1189ab3c7ff30dca77b5b989

Available diffs

No changes file available.

Binary packages built by this source

python3-xphyle: opening, reading, and writing files while agnostic to compression

 xphyle is a small Python library that makes it easy to open compressed
 files. Most importantly, xphyle will use the appropriate program
 (e.g. 'gzip') to compress/decompress a file if it is available on
 your system; this is almost always faster than using the corresponding
 Python library. xphyle also provides methods that simplify common file
 I/O operations.