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

</subtitle>
<id>http://git.dustri.org/archives/mat/atom?h=master</id>
<link rel='self' href='http://git.dustri.org/archives/mat/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/'/>
<updated>2016-01-03T19:57:20Z</updated>
<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 some typos found by intrigeri</title>
<updated>2016-01-03T13:41:33Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-01-03T13:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=1d3ab735066cdd082473387c48451d0fb6a1a0bb'/>
<id>urn:sha1:1d3ab735066cdd082473387c48451d0fb6a1a0bb</id>
<content type='text'>
This should close https://labs.riseup.net/code/issues/10838
</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>Hopefully make test suite work once copied out of the build tree</title>
<updated>2015-12-30T14:11:37Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-30T12:12:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=3ac3f353c64d406aa2fa46c5c9841346408e1e01'/>
<id>urn:sha1:3ac3f353c64d406aa2fa46c5c9841346408e1e01</id>
<content type='text'>
This should fix https://labs.riseup.net/code/issues/10065
</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>Improves the way tests are handled with `python setup.py test`</title>
<updated>2015-11-26T14:47:30Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-25T17:14:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=9ea3c2cbc456bfa9a903eaa0ed6a42a34d12e1c2'/>
<id>urn:sha1:9ea3c2cbc456bfa9a903eaa0ed6a42a34d12e1c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The README file now has a `.md` extension.</title>
<updated>2015-11-26T14:47:30Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-25T12:47:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=a71bbcaf57be3076cb7bd38d07cf13e71fcbe611'/>
<id>urn:sha1:a71bbcaf57be3076cb7bd38d07cf13e71fcbe611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`python setup.py test` will now run the testsuite</title>
<updated>2015-11-25T11:49:23Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-25T11:24:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=4de7342a67e3cf08dabf616e6bbf0bbbae2f507f'/>
<id>urn:sha1:4de7342a67e3cf08dabf616e6bbf0bbbae2f507f</id>
<content type='text'>
It's basically a simple wrapper around
`cd test/ ; python test.py --local`.
</content>
</entry>
<entry>
<title>Add hachoir_core and hachoir_parser as `requires` in setup.py</title>
<updated>2015-11-15T14:13:12Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-15T14:13:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=b285d72105815a6858f3df3db15cc83329041310'/>
<id>urn:sha1:b285d72105815a6858f3df3db15cc83329041310</id>
<content type='text'>
Thanks to Rafiot for the original idea/bugfix
</content>
</entry>
</feed>
