<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-magic.git/test, branch fix-ci</title>
<subtitle>github.com: ahupp/python-magic.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/'/>
<entry>
<title>Use INDIR_MAX rather than BYTES_MAX in tests since the latter wasn't</title>
<updated>2018-09-01T23:34:13+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2018-09-01T23:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=33528682227836c6375c848bee8c767e42641fd8'/>
<id>33528682227836c6375c848bee8c767e42641fd8</id>
<content type='text'>
supported until recently.  Also, return .value from the ctypes wrapper
so callers aren't required to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
supported until recently.  Also, return .value from the ctypes wrapper
so callers aren't required to.
</pre>
</div>
</content>
</entry>
<entry>
<title>getparam/setparam support #163</title>
<updated>2018-08-16T18:55:07+00:00</updated>
<author>
<name>Christoph Biedl</name>
<email>debian.axhn@manchmal.in-ulm.de</email>
</author>
<published>2018-08-16T18:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=50e8c85631bed343bf1be09f14a4f1be5fb69e5e'/>
<id>50e8c85631bed343bf1be09f14a4f1be5fb69e5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply change from Corin-EU to allow tests to be run from any directory</title>
<updated>2018-08-16T15:09:17+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2018-08-16T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=41afcd5eab5203f8d4ac7d2ec2431db09aaeaf59'/>
<id>41afcd5eab5203f8d4ac7d2ec2431db09aaeaf59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes to run.sh</title>
<updated>2018-08-16T15:08:50+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2018-08-16T15:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=9af943e0564c662f3e99cc4ee86363b8df1aff46'/>
<id>9af943e0564c662f3e99cc4ee86363b8df1aff46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test runner handle missing python versions, based on a change from</title>
<updated>2018-08-16T15:03:05+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2018-08-16T14:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=6102e9f56d93894c74413f43eaebb369f6df790f'/>
<id>6102e9f56d93894c74413f43eaebb369f6df790f</id>
<content type='text'>
Corin-EU
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Corin-EU
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #177 from sbraz/buffer</title>
<updated>2018-08-15T17:29:35+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2018-08-15T17:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=9ebda94fbeba2d18b4937c95c2ff1ac0d055d3a3'/>
<id>9ebda94fbeba2d18b4937c95c2ff1ac0d055d3a3</id>
<content type='text'>
Tests: allow differences when reading a buffer or a file, fixes #173</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests: allow differences when reading a buffer or a file, fixes #173</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: allow differences when reading a buffer or a file, fixes #173</title>
<updated>2018-08-14T09:24:00+00:00</updated>
<author>
<name>Louis Sautier</name>
<email>sautier.louis@gmail.com</email>
</author>
<published>2018-08-14T09:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=93492a12aa8ae55e62bce0472e92800eac4b6269'/>
<id>93492a12aa8ae55e62bce0472e92800eac4b6269</id>
<content type='text'>
Also remove the loop in order to avoid analyzing files or buffers for each
expected value, replace it with a call to assertIn().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove the loop in order to avoid analyzing files or buffers for each
expected value, replace it with a call to assertIn().
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow x-gzip as MIME type for gzip files, fixes #96</title>
<updated>2018-08-13T10:15:13+00:00</updated>
<author>
<name>Louis Sautier</name>
<email>sautier.louis@gmail.com</email>
</author>
<published>2018-08-13T10:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=e83487a20bacd4f9b33d0478861671bf79468f59'/>
<id>e83487a20bacd4f9b33d0478861671bf79468f59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2.6</title>
<updated>2018-03-19T12:39:49+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-03-19T12:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=332623fb7b579061fc90430be1d5869fc744e918'/>
<id>332623fb7b579061fc90430be1d5869fc744e918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring "from_file()" under test</title>
<updated>2018-01-25T09:19:10+00:00</updated>
<author>
<name>Guido A.J. Stevens</name>
<email>guido.stevens@cosent.nl</email>
</author>
<published>2018-01-25T09:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=00cbfe57b08c3550d56979b58c993fe1c5911665'/>
<id>00cbfe57b08c3550d56979b58c993fe1c5911665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
