<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mat2, 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-04T13:10:12Z</updated>
<entry>
<title>Edit README.md</title>
<updated>2025-09-04T13:10:12Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-09-04T13:10:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=235403bc11d8923243ffa8fe7987d6b959adc198'/>
<id>urn:sha1:235403bc11d8923243ffa8fe7987d6b959adc198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch the project from 0xacab to github</title>
<updated>2025-09-04T12:35:36Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-09-03T14:18:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=102f08cd2807e0e664064f118a66b0c974c43c0e'/>
<id>urn:sha1:102f08cd2807e0e664064f118a66b0c974c43c0e</id>
<content type='text'>
While the folks running 0xacab are much more lovely than the github ones, this
project has outgrown the former:

- Github offers beefy continuous integration, make it easier to run the
  testsuite on every python version, instead of using a weird docker-based
  contraption. Moreover, I'd rather burn some Microsoft money than 0xacab one.
- Opening an account on 0xacab is non-trivial (by design), making it tedious
  for people to report issues and contribute to mat2.
- Gitlab is becoming unbearably slow and convoluted, even compared to Github's
  awful Copilot/AI push.

It's a sad state of affairs, but it's a pragmatic decision. People who don't
have a Github account can still report issues and send patches by sending me an
email.
</content>
</entry>
<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>Remove mypy from the CI</title>
<updated>2025-09-01T12:35:25Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-09-01T12:35:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=504efb24488c870a71afb434644fce972817b412'/>
<id>urn:sha1:504efb24488c870a71afb434644fce972817b412</id>
<content type='text'>
It has always been useless a best, and a nuisance most of the times.
</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>Properly handle an exception</title>
<updated>2025-04-03T13:24:34Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-04-03T13:24:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=e740a9559f6e4a233c32a6b48ee0cd7efac4efbf'/>
<id>urn:sha1:e740a9559f6e4a233c32a6b48ee0cd7efac4efbf</id>
<content type='text'>
```
Traceback (most recent call last):
  File "/builds/jvoisin/mat2/tests/test_deep_cleaning.py", line 147, in test_office
    meta = p.get_meta()
  File "/builds/jvoisin/mat2/libmat2/archive.py", line 155, in get_meta
    zin.extract(member=item, path=temp_folder)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/zipfile/__init__.py", line 1762, in extract
    return self._extract_member(member, path, pwd)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/zipfile/__init__.py", line 1829, in _extract_member
    os.makedirs(upperdirs, exist_ok=True)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "&lt;frozen os&gt;", line 227, in makedirs
OSError: [Errno 28] No space left on device: '/tmp/tmptl1ibyv6/word/theme'
```

This should never happen™, but just in case…
</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>CI: run tests via python3.{13,14}</title>
<updated>2025-01-09T09:52:47Z</updated>
<author>
<name>georg</name>
</author>
<published>2025-01-09T09:52:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/mat2/commit/?id=29f404bce34706f1902659a8aa713d9c2570cc60'/>
<id>urn:sha1:29f404bce34706f1902659a8aa713d9c2570cc60</id>
<content type='text'>
</content>
</entry>
</feed>
