Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pronom container signatures 20180920 #142

Merged
merged 1 commit into from
Sep 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from six.moves import input as rinput


__version__ = '1.3.9'
__version__ = '1.3.10'


CONFIG_DIR = join(abspath(dirname(__file__)), 'conf')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

<ContainerSignatureMapping schemaVersion="1.0" signatureVersion="23">
<ContainerSignatureMapping schemaVersion="1.0" signatureVersion="24">
<ContainerSignatures>
<ContainerSignature Id="1000" ContainerType="OLE2">
<Description>Microsoft Word 6.0/95 OLE2</Description>
Expand Down Expand Up @@ -2115,8 +2115,7 @@
<ByteSequence Reference="BOFoffset">
<SubSequence Position="1" SubSeqMinOffset="32"
SubSeqMaxOffset="32">
<Sequence>'Microsoft Picture It! version 1
Picture'</Sequence>
<Sequence>'Microsoft Picture It! version 1 Picture'</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand Down Expand Up @@ -2365,8 +2364,7 @@
<ByteSequence>
<SubSequence Position="1" SubSeqMinOffset="0"
SubSeqMaxOffset="200">
<Sequence>'xmlns:key="http://developer.apple.com/namespaces/keynote2"
key:version="92008102400"'</Sequence>
<Sequence>'xmlns:key="http://developer.apple.com/namespaces/keynote2" key:version="92008102400"'</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand Down Expand Up @@ -3433,8 +3431,7 @@
<ByteSequence Reference="BOFoffset">
<SubSequence Position="1" SubSeqMinOffset="0"
SubSeqMaxOffset="1024">
<Sequence>33 64 73 20 4D 61 78 20 56 65 72 73 69 6F
6E</Sequence>
<Sequence>33 64 73 20 4D 61 78 20 56 65 72 73 69 6F 6E</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand All @@ -3455,8 +3452,7 @@
<ByteSequence Reference="BOFoffset">
<SubSequence Position="1" SubSeqMinOffset="0"
SubSeqMaxOffset="1024">
<Sequence>33 00 64 00 73 00 20 00 4D 00 61 00 78 00 20 00 56
00 65 00 72 00 73 00 69 00 6F 00 6E</Sequence>
<Sequence>33 00 64 00 73 00 20 00 4D 00 61 00 78 00 20 00 56 00 65 00 72 00 73 00 69 00 6F 00 6E</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand All @@ -3477,8 +3473,7 @@
<ByteSequence Reference="BOFoffset">
<SubSequence Position="1" SubSeqMinOffset="0"
SubSeqMaxOffset="1024">
<Sequence>33 64 73 20 6D 61 78 20 56 65 72 73 69 6F
6E</Sequence>
<Sequence>33 64 73 20 6D 61 78 20 56 65 72 73 69 6F 6E</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand Down
Binary file modified fido/conf/pronom-xml-v94.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions fido/conf/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<versions>
<pronomVersion>94</pronomVersion>
<pronomSignature>formats-v94.xml</pronomSignature>
<pronomContainerSignature>container-signature-20180917.xml</pronomContainerSignature>
<pronomContainerSignature>container-signature-20180920.xml</pronomContainerSignature>
<fidoExtensionSignature>format_extensions.xml</fidoExtensionSignature>
<updateScript>1.3.8</updateScript>
<updateScript>1.3.10</updateScript>
</versions>
2 changes: 1 addition & 1 deletion fido/fido.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'formats-v93.xml',
'format_extensions.xml'
],
'containersignature_file': 'container-signature-20180917.xml',
'containersignature_file': 'container-signature-20180920.xml',
'container_bufsize': 512 * 1024, # (bytes)
'description': """Format Identification for Digital Objects (fido).
FIDO is a command-line tool to identify the file formats of digital objects.
Expand Down