puremagic 1.12-1 source package in Ubuntu

Changelog

puremagic (1.12-1) unstable; urgency=medium

  * New upstream release.
  * Copyright: bump years.

 -- Jeroen Ploemen <email address hidden>  Tue, 15 Feb 2022 15:48:17 +0000

Upload details

Uploaded by:
jcfp
Uploaded to:
Sid
Original maintainer:
jcfp
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
puremagic_1.12-1.dsc 2.0 KiB 6cd065714b3addeeee6fe1b8a7462aef9efc7a1b74fc3f2a01a323b58914dda9
puremagic_1.12.orig.tar.gz 289.9 KiB 2dd9ddd94a5c44a7ab520872c3aeaae60898b0f01934450d77c1c28a318f6219
puremagic_1.12-1.debian.tar.xz 2.7 KiB aabdd9c5999ac1b259bad83b438b26286cae87b3ae00338dbc98f3c64809aa70

Available diffs

No changes file available.

Binary packages built by this source

python3-puremagic: pure-Python module to identify files by their magic signature

 Puremagic is a pure-Python module to identify files by their magic numbers.
 It is fast, lightweight, minimalistic, cross-platform, and doesn't have
 dependencies. It can serve as a stand-in for python-magic, but its own
 magic_file() and magic_string() function are more powerful and also display
 a confidence score and possible duplicate matches.