<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mat2/tests/test_libmat2.py, branch master</title>
<subtitle>mat2 is a metadata removal tool, supporting a wide range of commonly used file formats, written in python3: at its core, it's a library, used by an eponymous command-line interface, as well as several file manager extensions.

</subtitle>
<id>http://git.dustri.org/mat2/atom?h=master</id>
<link rel='self' href='http://git.dustri.org/mat2/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/'/>
<updated>2025-09-01T21:52:43Z</updated>
<entry>
<title>Fix issue introduced in f073444</title>
<updated>2025-09-01T21:52:43Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-09-01T21:52:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=7a8ea224bc327b8ee929379d577c74968ea1c352'/>
<id>urn:sha1:7a8ea224bc327b8ee929379d577c74968ea1c352</id>
<content type='text'>
The continuous integration on 0xacab didn't run, so it didn't catch this issue.
It seems like we'll have to move to github or whatever instead, sigh.
</content>
</entry>
<entry>
<title>Fix a broken test</title>
<updated>2025-08-25T10:07:15Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-08-25T10:07:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=f07344444d6d2f04a1f93e2954f4910b194bee0c'/>
<id>urn:sha1:f07344444d6d2f04a1f93e2954f4910b194bee0c</id>
<content type='text'>
Reported-By: https://github.com/NixOS/nixpkgs/issues/436421
</content>
</entry>
<entry>
<title>Fix HEIC parsing with the latest exiftool</title>
<updated>2025-04-03T15:34:44Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-04-03T13:58:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=473903b70e1b269a6110242a9c098a10c18554e2'/>
<id>urn:sha1:473903b70e1b269a6110242a9c098a10c18554e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable webp tests for now</title>
<updated>2025-04-03T15:34:40Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-04-03T13:53:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=1438cf7bd424e8d6d6955c4cffad15186924a6bc'/>
<id>urn:sha1:1438cf7bd424e8d6d6955c4cffad15186924a6bc</id>
<content type='text'>
```
======================================================================
ERROR: test_all_parametred (tests.test_libmat2.TestCleaning.test_all_parametred) (case={'name': 'webp', 'parser': &lt;class 'libmat2.images.WEBPParser'&gt;, 'meta': {'Warning': '[minor] Improper EXIF header'}, 'expected_meta': {}})
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builds/jvoisin/mat2/libmat2/images.py", line 109, in __init__
    GdkPixbuf.Pixbuf.new_from_file(self.filename)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
gi.repository.GLib.GError: gdk-pixbuf-error-quark: Couldn’t recognize the image file format for file “./tests/data/clean.webp” (3)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/builds/jvoisin/mat2/tests/test_libmat2.py", line 557, in test_all_parametred
    p1 = case['parser'](target)
  File "/builds/jvoisin/mat2/libmat2/images.py", line 111, in __init__
    raise ValueError
ValueError
```

Pending on https://0xacab.org/georg/mat2-ci-images/-/issues/14
</content>
</entry>
<entry>
<title>Add webp support</title>
<updated>2025-03-18T21:20:17Z</updated>
<author>
<name>Vincent Deffontaines</name>
</author>
<published>2025-03-18T21:11:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=2b58eece509c22a692f4de2512ec41c00e1d2728'/>
<id>urn:sha1:2b58eece509c22a692f4de2512ec41c00e1d2728</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Significantly improve portability</title>
<updated>2025-01-09T01:36:16Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-01-09T00:21:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=6c966f2afa504570e511ee327f6fff01577ef0fc'/>
<id>urn:sha1:6c966f2afa504570e511ee327f6fff01577ef0fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dangling references from document.xml.rels</title>
<updated>2024-04-05T16:45:58Z</updated>
<author>
<name>Alex Marchant</name>
</author>
<published>2024-04-05T16:45:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=156855ab7e79a311c1d19e9c937c41aed12b7506'/>
<id>urn:sha1:156855ab7e79a311c1d19e9c937c41aed12b7506</id>
<content type='text'>
The file `word/_rels/document.xml.rels` is similar to `[Content_Types].xml` and
has references to other files in the archive. If those references aren't
removed Word refuses to open the document. # Please enter the commit message
for your changes. Lines starting
</content>
</entry>
<entry>
<title>Strip comment references from document.xml</title>
<updated>2024-04-05T16:31:49Z</updated>
<author>
<name>Alex Marchant</name>
</author>
<published>2024-04-03T19:20:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=f2c898c92d0422ddc76fa977d60f7345b06a5ad6'/>
<id>urn:sha1:f2c898c92d0422ddc76fa977d60f7345b06a5ad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make utf-8 explicit in all tree.write calls</title>
<updated>2024-04-03T19:27:48Z</updated>
<author>
<name>Alex Marchant</name>
</author>
<published>2024-04-03T19:27:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=f931a0eceed3a89ef7c94a8a7b2bbed208bf0295'/>
<id>urn:sha1:f931a0eceed3a89ef7c94a8a7b2bbed208bf0295</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test that checks if comments.xml is removed without errors</title>
<updated>2024-04-03T19:03:33Z</updated>
<author>
<name>Alex Marchant</name>
</author>
<published>2024-04-03T19:03:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=1b9ce34e2c3da718e79137e2c2210ccdcd299486'/>
<id>urn:sha1:1b9ce34e2c3da718e79137e2c2210ccdcd299486</id>
<content type='text'>
</content>
</entry>
</feed>
