python-libarchive-c 5.1-0.2 source package in Ubuntu

Changelog

python-libarchive-c (5.1-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Switch to libarchive13t64 for time_t transition
  * Switch to dh-sequence-python3
  * Switch to autopkgtest-pkg-pybuild and fix autopkgtest
  * Bump policy version (no changes)
  * Update d/copyright

 -- Jochen Sprickerhof <email address hidden>  Fri, 22 Mar 2024 18:01:03 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-libarchive-c_5.1-0.2.dsc 2.2 KiB 891d63ef014777df1082c6ed0df746d0c258ca67ce907d5f44fd7dc1524ec36f
python-libarchive-c_5.1.orig.tar.gz 51.1 KiB 7bcce24ea6c0fa3bc62468476c6d2f6264156db2f04878a372027c10615a2721
python-libarchive-c_5.1-0.2.debian.tar.xz 5.5 KiB 1708c37df62e77a47d8d99eee1ea6df1800104ba8155c123ab6c2c4261830645

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.