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

Changelog

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

  * Non-maintainer upload.
  * New upstream version 2.9
    - Version is compatible with python3.8 closes: #947031
  * Update Standards-Version to 4.5.0
  * Change from ADTTMP to AUTOPKGTEST_TMP in d/tests/upstream-tests

 -- HÃ¥vard Flaget Aasen <email address hidden>  Mon, 17 Feb 2020 17:17:23 +0100

Upload details

Uploaded by:
Jeremy Bobbio
Uploaded to:
Sid
Original maintainer:
Jeremy Bobbio
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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-libarchive-c_2.9-0.1.dsc 2.1 KiB 18497dc743ceae01e924548e82305cb66c59e67037f7aea65cb9847b285d52e9
python-libarchive-c_2.9.orig.tar.gz 45.3 KiB 9919344cec203f5db6596a29b5bc26b07ba9662925a05e24980b84709232ef60
python-libarchive-c_2.9-0.1.debian.tar.xz 6.8 KiB 2efff3537f6cc18676858e157b01a3b405e189ca3bc7ef974d7885e18b0ecf2e

No changes file available.

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.