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

Changelog

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

  * No-change rebuild against libarchive13t64

 -- Steve Langasek <email address hidden>  Sat, 09 Mar 2024 07:23:16 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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.1build1.debian.tar.xz 6.9 KiB 246f18010dc23aa0c7a1693973f60177911077c38ddd0b608c9c382c707e3db2
python-libarchive-c_2.9-0.1build1.dsc 2.2 KiB 500e22fc5a1b8aa3d9292947e6a4b079fc54d6426b3b9cbd187f823b3b863cd9

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.