python-libarchive-c 2.9-0.1ubuntu1 source package in Ubuntu

Changelog

python-libarchive-c (2.9-0.1ubuntu1) noble; urgency=medium

  * Don't hard-code dependency on shared library.

 -- Matthias Klose <email address hidden>  Sat, 23 Mar 2024 18:35:18 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-libarchive-c_2.9.orig.tar.gz 45.3 KiB 9919344cec203f5db6596a29b5bc26b07ba9662925a05e24980b84709232ef60
python-libarchive-c_2.9-0.1ubuntu1.debian.tar.xz 7.1 KiB 09ef325c72342c9662f0536e264e6558c6e4193f78429850cdb31f73882f9d51
python-libarchive-c_2.9-0.1ubuntu1.dsc 2.2 KiB 34d34f956cd246533767c20eede93890b89770b9dad844ea8627c53004575180

Available diffs

View changes file

Binary packages built by this source

python3-libarchive-c: Python3 interface to libarchive

 The libarchive library provides a flexible interface for reading and writing
 archives in various formats such as tar and cpio. libarchive also supports
 reading and writing archives compressed using various compression filters such
 as gzip and bzip2.
 .
 This package contains a Python3 interface to libarchive written using the
 standard ctypes module to dynamically load and access the C library.