<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mat/libmat/office.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>2015-12-19T19:17:30Z</updated>
<entry>
<title>Add `gi.require_version('Poppler', '0.18')` to silence warnings</title>
<updated>2015-12-19T19:17:30Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-19T19:17:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=e51ae6bdaa9cbcbf9a3b71bbefd68a6755d94030'/>
<id>urn:sha1:e51ae6bdaa9cbcbf9a3b71bbefd68a6755d94030</id>
<content type='text'>
Closes https://labs.riseup.net/code/issues/10550
Also known as "pygi is emitting a lot of warnings"
</content>
</entry>
<entry>
<title>Add some resources about why we're using python-pdfrw</title>
<updated>2015-12-05T15:51:37Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-05T15:51:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=1be8f43ec23232d2c8446b9db6c5dd6ce84be512'/>
<id>urn:sha1:1be8f43ec23232d2c8446b9db6c5dd6ce84be512</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>Remove a useless rant in a comment</title>
<updated>2015-11-26T14:47:30Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-25T17:33:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=6e0888eaeb22bdb29239ba7afd493e46255296aa'/>
<id>urn:sha1:6e0888eaeb22bdb29239ba7afd493e46255296aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a superfluous `pass` instruction</title>
<updated>2015-11-26T14:47:30Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-25T18:43:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=7d281bebabae70674cc4915d09bab90b5ebc2d30'/>
<id>urn:sha1:7d281bebabae70674cc4915d09bab90b5ebc2d30</id>
<content type='text'>
</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>Fix some mistakes found thanks to the previous commit</title>
<updated>2015-11-03T14:53:54Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-03T14:53:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=627c6f4fb042440ccf4a206cc78da164138ae91c'/>
<id>urn:sha1:627c6f4fb042440ccf4a206cc78da164138ae91c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some minors pep8 modifications</title>
<updated>2015-11-02T17:18:22Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-02T17:18:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=f5a39ac0b6ddc9154b1b1b55d255074d6dd4eecd'/>
<id>urn:sha1:f5a39ac0b6ddc9154b1b1b55d255074d6dd4eecd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_MASSIVE_ pep8 revamp</title>
<updated>2015-07-25T15:14:23Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-07-25T15:14:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=6ba3e3f20d7d52895bc44f9fc35b068cfce47133'/>
<id>urn:sha1:6ba3e3f20d7d52895bc44f9fc35b068cfce47133</id>
<content type='text'>
Thank you so much PyCharm
</content>
</entry>
<entry>
<title>Minor style improvement in PDF handling</title>
<updated>2015-04-04T16:07:04Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-04-04T16:07:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=342e9ef69bd8ac5841ccdab43813480f6db41112'/>
<id>urn:sha1:342e9ef69bd8ac5841ccdab43813480f6db41112</id>
<content type='text'>
</content>
</entry>
</feed>
