File file-5.47.patch of Package python-magic-bootstrap
--- a/test/python_magic_test.py
+++ b/test/python_magic_test.py
@@ -93,7 +93,7 @@ class MagicTest(unittest.TestCase):
'magic._pyc_': ('application/octet-stream', 'text/x-bytecode.python', 'application/x-bytecode.python'),
'test.pdf': 'application/pdf',
'test.gz': ('application/gzip', 'application/x-gzip'),
- 'test.snappy.parquet': 'application/octet-stream',
+ 'test.snappy.parquet': 'application/vnd.apache.parquet',
'text.txt': 'text/plain',
b'\xce\xbb'.decode('utf-8'): 'text/plain',
b'\xce\xbb': 'text/plain',