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

Changelog

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

  * New upstream version 0.4.27
  * Fix build with tox4. Closes: #1035640

 -- Christoph Biedl <email address hidden>  Wed, 02 Aug 2023 19:39:12 +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
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-magic_0.4.27-1.dsc 2.0 KiB 62691f88a2b5082f3adc2642378b454a12ed6d002568477ec9e5222eef2b65e1
python-magic_0.4.27.orig.tar.gz 843.4 KiB 3978a25d43d9a7b8a89ae9d726bd4962fc90dc4f69ae852e399f3c56d4b0bd63
python-magic_0.4.27-1.debian.tar.xz 3.7 KiB 04068d82e235dbf1cb54294f3c0940649b152779ca895fdb2df4b3439219dcfb

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.