<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mat/libmat/mat.py, branch python3</title>
<subtitle>Keep your data, trash your meta

</subtitle>
<id>http://git.dustri.org/archives/mat/atom?h=python3</id>
<link rel='self' href='http://git.dustri.org/archives/mat/atom?h=python3'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/'/>
<updated>2016-03-27T22:06:52Z</updated>
<entry>
<title>First step toward python3</title>
<updated>2016-03-27T22:06:52Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-03-27T22:06:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=98fb7fe1f0edec16ecd405707cc903d2b4a7dc40'/>
<id>urn:sha1:98fb7fe1f0edec16ecd405707cc903d2b4a7dc40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAT 0.6.1</title>
<updated>2016-01-03T19:57:20Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-01-03T19:57:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=41e2bf2949fbcb617329b57d958fb84e39b893f2'/>
<id>urn:sha1:41e2bf2949fbcb617329b57d958fb84e39b893f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the segfault when listing supported files</title>
<updated>2016-01-03T19:06:19Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-01-03T18:28:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=75fa39309ac06ea0189fe37f84bbd44d0f27c00e'/>
<id>urn:sha1:75fa39309ac06ea0189fe37f84bbd44d0f27c00e</id>
<content type='text'>
This should close https://labs.riseup.net/code/issues/10839
</content>
</entry>
<entry>
<title>MAT 0.6</title>
<updated>2015-12-30T16:40:57Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-30T16:33:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=158b14ba0e094108a127e3f9ccdffc2a65bc9e5b'/>
<id>urn:sha1:158b14ba0e094108a127e3f9ccdffc2a65bc9e5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some pep8-related issues</title>
<updated>2015-12-30T16:15:23Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-30T16:15:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=3696b59badfef2438a3df1755868b2aeeb443b87'/>
<id>urn:sha1:3696b59badfef2438a3df1755868b2aeeb443b87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance CLI's error display by tweaking log level</title>
<updated>2015-12-18T01:49:42Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-18T01:49:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=31e1037fb6cbc2ee68a7c10ba322922aafc0d5ae'/>
<id>urn:sha1:31e1037fb6cbc2ee68a7c10ba322922aafc0d5ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some pragma to avoid testing some functions</title>
<updated>2015-12-02T16:47:12Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-02T16:47:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=5d14fff49aa6c43091b2aaadc0944c7138b8efb0'/>
<id>urn:sha1:5d14fff49aa6c43091b2aaadc0944c7138b8efb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove hachoir from MAT.</title>
<updated>2015-12-02T16:22:45Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-02T16:07:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=80ece3001895ea13d50915a5215fd47e313bab4c'/>
<id>urn:sha1:80ece3001895ea13d50915a5215fd47e313bab4c</id>
<content type='text'>
This (huge) commit removes completely hachoir from MAT.
Audio files are now processed with mutagen, and images
with exiftool, since the main python imaging library (PIL)
isn't super-great to deal with metadata (and damaged/non-standard
files).

Package maintainer should change the dependencies to reflect this.
</content>
</entry>
<entry>
<title>Make the logging more pep-282 compliant</title>
<updated>2015-11-26T14:47:30Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-25T18:29:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=2212039d70ce5c4e97c3943bb82d4231c10e1260'/>
<id>urn:sha1:2212039d70ce5c4e97c3943bb82d4231c10e1260</id>
<content type='text'>
See https://www.python.org/dev/peps/pep-0282/ for details,
but basically this is commit leaves the string
replacement to the logging function, instead of
doing it in place in its parameters with the '%' operator.
</content>
</entry>
<entry>
<title>SImplification and documentation of `create_class_file()`</title>
<updated>2015-11-03T13:53:04Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-03T13:53:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=c9465c4e92f2dd4cd29da26f0ed93c918b0498ba'/>
<id>urn:sha1:c9465c4e92f2dd4cd29da26f0ed93c918b0498ba</id>
<content type='text'>
</content>
</entry>
</feed>
