python-magic 2:0.4.27-2 source package in Ubuntu

Changelog

python-magic (2:0.4.27-2) unstable; urgency=medium

  * Fix test suite with file 5.45

 -- Christoph Biedl <email address hidden>  Sat, 02 Sep 2023 15:18:53 +0200

Upload details

Uploaded by:
Christoph Biedl
Uploaded to:
Sid
Original maintainer:
Christoph Biedl
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-magic_0.4.27-2.dsc 2.0 KiB 1c2f77201a61ea37d516a6f8d53b01d87edccc19aa99af03d98be9dc4b73a95f
python-magic_0.4.27.orig.tar.gz 843.4 KiB 3978a25d43d9a7b8a89ae9d726bd4962fc90dc4f69ae852e399f3c56d4b0bd63
python-magic_0.4.27-2.debian.tar.xz 4.2 KiB 89b8e1933f318901aca955a6b1c4300fa2ca7ba36ad9d0b7f71e543e431cf21f

Available diffs

No changes file available.

Binary packages built by this source

python3-magic: python3 interface to the libmagic file type identification library

 python-magic is a Python interface to the libmagic file type
 identification library. libmagic identifies file types by checking
 their headers according to a predefined list of file types. This
 functionality is exposed to the command line by the Unix command file.
 .
 This package provides the Python 3 version of the python-magic module.