Path to this page:
./
sysutils/py-puremagic,
Pure python implementation of magic file detection
Branch: CURRENT,
Version: 1.28,
Package name: py312-puremagic-1.28,
Maintainer: pkgsrc-userspuremagic is a pure python module that will identify a file based off its
magic numbers.
It is designed to be minimalistic and inherently cross platform
compatible. It is also designed to be a stand in for python-magic, it
incorporates the functions from_file(filename[, mime]) and
from_string(string[, mime]) however the magic_file() and magic_string()
are more powerful and will also display confidence and duplicate
matches.
It does NOT try to match files off non-magic string. In other words it
will not search for a string within a certain window of bytes like
others might.
Master sites:
Filesize: 307.563 KB
Version history: (Expand)
- (2024-10-12) Updated to version: py312-puremagic-1.28
- (2024-08-10) Updated to version: py311-puremagic-1.27
- (2024-07-14) Updated to version: py311-puremagic-1.26
- (2024-06-19) Updated to version: py311-puremagic-1.25
- (2024-06-18) Updated to version: py311-puremagic-1.24
- (2024-05-05) Updated to version: py311-puremagic-1.23
CVS history: (Expand)
2024-04-28 11:59:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-puremagic: update to 1.22.
Version 1.22
------------
- Adding #52 magic data for JPEG XS (thanks to Andy - NebularNerd)
- Adding #57 Multi-part checks with negative offsets (thanks to Andy - NebularNerd)
- Fixing #60 encoding warning (thanks to Andy - NebularNerd and Jason R. Coombs)
|
2024-02-25 16:19:59 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-puremagic: update to 1.21.
Version 1.21
------------
- Adding #50 details for ZSoft .pcx files (thanks to Andy - NebularNerd)
- Adding #51 details for JXL files (thanks to Andy - NebularNerd)
- Adding #54 missing py.typed file (thanks to Raphaƫl Vinot)
- Fixing #53 magic data for GIF images (thanks to Andy - NebularNerd)
|
2024-02-13 11:36:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-puremagic: updated to 1.20
Version 1.20
------------
- Adding support for multi-part header checks (thanks to Andy)
- Fixing matches for webp (thanks to Nicolas Wicht)
- Fixing matches for epub (thanks to Alexander Walters)
|
2023-06-01 18:02:57 by Thomas Klausner | Files touched by this commit (4) |
Log message:
sysutils/py-puremagic: import py-puremagic-1.15
Packaged for wip by Olaf Seibert and myself.
puremagic is a pure python module that will identify a file based off its
magic numbers.
It is designed to be minimalistic and inherently cross platform
compatible. It is also designed to be a stand in for python-magic, it
incorporates the functions from_file(filename[, mime]) and
from_string(string[, mime]) however the magic_file() and magic_string()
are more powerful and will also display confidence and duplicate
matches.
It does NOT try to match files off non-magic string. In other words it
will not search for a string within a certain window of bytes like
others might.
|