<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-magic.git, branch 0.4.18</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>bump version to 0.4.18</title>
<updated>2020-05-06T02:25:46+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-06T02:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=440beb42b87823a66654143526ee651ea25d54d4'/>
<id>440beb42b87823a66654143526ee651ea25d54d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make magic_[version|setparam|getparam] optional</title>
<updated>2020-05-06T02:23:19+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-06T02:23: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=06258071f511db9d28960fb3613d624147ec5151'/>
<id>06258071f511db9d28960fb3613d624147ec5151</id>
<content type='text'>
These aren't present in ancient versions of libmagic, so only fetch
optionally and throw NotImplementedError if called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These aren't present in ancient versions of libmagic, so only fetch
optionally and throw NotImplementedError if called.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docker tests for centos7 &amp; 8</title>
<updated>2020-05-06T02:23:02+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-06T02:07:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=d022a14201ab18e5e9adaed813286d63f8b214ea'/>
<id>d022a14201ab18e5e9adaed813286d63f8b214ea</id>
<content type='text'>
Since we have some breakage due to incompatible libraries there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we have some breakage due to incompatible libraries there
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.4.17</title>
<updated>2020-05-05T22:09:04+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-05T22:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=406ca1c736ce961b71b1868464c8fe61418292a8'/>
<id>406ca1c736ce961b71b1868464c8fe61418292a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- update tox config to run w/out setup.py</title>
<updated>2020-05-05T21:57:10+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-05T21:57: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=feae58b90c40d6f35ae2f4a921e938f4307e2822'/>
<id>feae58b90c40d6f35ae2f4a921e938f4307e2822</id>
<content type='text'>
- document test running process
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- document test running process
</pre>
</div>
</content>
</entry>
<entry>
<title>Update for deprecation of testing in setup.py</title>
<updated>2020-05-05T21:44:53+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-05T21:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=62f4c78f19965d8ff6a1072bc09c61b11d1277f6'/>
<id>62f4c78f19965d8ff6a1072bc09c61b11d1277f6</id>
<content type='text'>
test_suite is deprecated in setup.py, so remove it and replace the
command in .travis.yml with directly running the test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test_suite is deprecated in setup.py, so remove it and replace the
command in .travis.yml with directly running the test
</pre>
</div>
</content>
</entry>
<entry>
<title>Partial fix for PR #70</title>
<updated>2020-05-05T20:54:33+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-05T20:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=bc53bc5cc537c29ab9e66b204543a02b865f6ee3'/>
<id>bc53bc5cc537c29ab9e66b204543a02b865f6ee3</id>
<content type='text'>
Not going to change the value of MAGIC_MIME until a major version
bump, but at least add the missing MAGIC_MIME_TYPE constant and use
where it should be.

https://github.com/ahupp/python-magic/pull/70
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not going to change the value of MAGIC_MIME until a major version
bump, but at least add the missing MAGIC_MIME_TYPE constant and use
where it should be.

https://github.com/ahupp/python-magic/pull/70
</pre>
</div>
</content>
</entry>
<entry>
<title>debian install instructions</title>
<updated>2020-05-05T20:44:29+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-05T20:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=ce4659348fa33cf390185c261f3c8c953bdbf3a4'/>
<id>ce4659348fa33cf390185c261f3c8c953bdbf3a4</id>
<content type='text'>
Manually marge https://github.com/ahupp/python-magic/pull/135
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manually marge https://github.com/ahupp/python-magic/pull/135
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve test coverage</title>
<updated>2020-05-05T20:43:31+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-05-05T20:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=cd8fb9d25246d8bf90290356186056c631834b7a'/>
<id>cd8fb9d25246d8bf90290356186056c631834b7a</id>
<content type='text'>
Make sure we fail early if any versions fail, and move to a python
test runner since I can never remember how to use bash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure we fail early if any versions fail, and move to a python
test runner since I can never remember how to use bash.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add alternative output for Parquet file</title>
<updated>2020-03-31T17:07:19+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2020-03-31T17:07: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=8ed5dc4759e7e7eb879494f246d3c5eec7580376'/>
<id>8ed5dc4759e7e7eb879494f246d3c5eec7580376</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
