puremagic 1.25-1 source package in Ubuntu

Changelog

puremagic (1.25-1) unstable; urgency=medium

  * New upstream version 1.25

 -- Jeroen Ploemen <email address hidden>  Sat, 22 Jun 2024 13:39:19 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
puremagic_1.25-1.dsc 1.9 KiB aa25c1c7afb817ed1cea9daa57efdd62a5c5998a8e936c7b952e5c71b1a33c91
puremagic_1.25.orig.tar.gz 302.5 KiB c64d08760d53d18274624aa434639f486eb156ef5bb5572d05311e49c9c213de
puremagic_1.25-1.debian.tar.xz 2.9 KiB 7dcd481a0599050bb8ae6b0570f9d60ac7e3f9fcf86fb0f14a6705eb9851412c

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.