<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/tox.ini, branch conn_send_buffer</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>kafka-python: Fixed crc32c avilability on non-intel architectures. (#1904)</title>
<updated>2019-09-25T20:56:55+00:00</updated>
<author>
<name>ossdev07</name>
<email>39188636+ossdev07@users.noreply.github.com</email>
</author>
<published>2019-09-25T20:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5e4d1516e0d903e411c71474cc5ba9e9b009cd8c'/>
<id>5e4d1516e0d903e411c71474cc5ba9e9b009cd8c</id>
<content type='text'>
Signed-off-by: ossdev &lt;ossdev@puresoftware.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: ossdev &lt;ossdev@puresoftware.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update travis test coverage: 2.7, 3.4, 3.7, pypy2.7 (#1614)</title>
<updated>2019-03-13T05:01:11+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-03-13T05:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c0add71e8d656691c0dd2dcb1936953f4483285b'/>
<id>c0add71e8d656691c0dd2dcb1936953f4483285b</id>
<content type='text'>
* Use xenial dist for travis builds
* Use openjdk8 for all travis tests
* Update python build matrix -- add 3.7, drop 3.5/3.6 (keep 2.7, 3.4, pypy2.7)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use xenial dist for travis builds
* Use openjdk8 for all travis tests
* Update python build matrix -- add 3.7, drop 3.5/3.6 (keep 2.7, 3.4, pypy2.7)</pre>
</div>
</content>
</entry>
<entry>
<title>Pin pytest on 3.x -- we arent ready for pytest 4.0 yet</title>
<updated>2018-11-17T21:56:51+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-11-17T21:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=eae0eddc57b16be5a83eb29fd85106b33ec22693'/>
<id>eae0eddc57b16be5a83eb29fd85106b33ec22693</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate from `Unittest` to `pytest` (#1620)</title>
<updated>2018-11-10T20:48:33+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-11-10T20:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=bb5bc1fcfc09c9c9994edbbae0af2ff6802c353d'/>
<id>bb5bc1fcfc09c9c9994edbbae0af2ff6802c353d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop pinning `pylint`</title>
<updated>2018-10-27T04:03:48+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-10-25T05:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b54607fbb88507e692f63c5c547742009f6bcaa8'/>
<id>b54607fbb88507e692f63c5c547742009f6bcaa8</id>
<content type='text'>
We have many deprecation warnings in the travis logs for things that are
fixed in newer versions of `pylint` or `pylint`'s dependencies.

Note that `pylint` &gt;= 2.0 does not support python 2, so this will result
in different versions of pylint running for python 2 vs python 3.
Personally, I am just fine with this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have many deprecation warnings in the travis logs for things that are
fixed in newer versions of `pylint` or `pylint`'s dependencies.

Note that `pylint` &gt;= 2.0 does not support python 2, so this will result
in different versions of pylint running for python 2 vs python 3.
Personally, I am just fine with this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce new fixtures to prepare for migration to pytest.</title>
<updated>2018-02-21T21:30:12+00:00</updated>
<author>
<name>Andre Araujo</name>
<email>asdaraujo@gmail.com</email>
</author>
<published>2017-11-15T14:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a1869c4be5f47b4f6433610249aaf29af4ec95e5'/>
<id>a1869c4be5f47b4f6433610249aaf29af4ec95e5</id>
<content type='text'>
This commits adds new pytest fixtures in prepation for the
migration of unittest.TestCases to pytest test cases. The handling
of temporary dir creation was also changed so that we can use
the pytest tmpdir fixture after the migration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commits adds new pytest fixtures in prepation for the
migration of unittest.TestCases to pytest test cases. The handling
of temporary dir creation was also changed so that we can use
the pytest tmpdir fixture after the migration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use hardware accelerated CRC32C function if available (#1389)</title>
<updated>2018-02-21T21:05:31+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2018-02-21T21:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0c0c7eae13f3b2b8e3ed7c443adef39cb6802a67'/>
<id>0c0c7eae13f3b2b8e3ed7c443adef39cb6802a67</id>
<content type='text'>
* Use hardware accelerated CRC32C function if available

* Add doc notice of optional `crc32c` package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use hardware accelerated CRC32C function if available

* Add doc notice of optional `crc32c` package
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pytest-catchlog dependency</title>
<updated>2018-02-12T19:19:04+00:00</updated>
<author>
<name>Andre Araujo</name>
<email>asdaraujo@gmail.com</email>
</author>
<published>2018-02-11T23:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=60b22b15900621fc3d0cd73021bda8d5fc252055'/>
<id>60b22b15900621fc3d0cd73021bda8d5fc252055</id>
<content type='text'>
No longer necessary since pytest-catchlog has been merged into pytest's core.
This commit addresses the following warning in pytest output:

  pytest-catchlog plugin has been merged into the core, please remove it from your requirements.

Fixes #1379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No longer necessary since pytest-catchlog has been merged into pytest's core.
This commit addresses the following warning in pytest output:

  pytest-catchlog plugin has been merged into the core, please remove it from your requirements.

Fixes #1379
</pre>
</div>
</content>
</entry>
<entry>
<title>pylint 1.8.2 (#1369)</title>
<updated>2018-02-06T22:01:51+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-02-06T22:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=acc3a0f939644b6c7e48a7ea6c96452f5ae8f7fd'/>
<id>acc3a0f939644b6c7e48a7ea6c96452f5ae8f7fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use latest pytest 3.4.0, but drop pytest-sugar due to incompatibility (#1361)</title>
<updated>2018-01-31T19:32:15+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-31T19:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ca1bd0800a5eeaae3708d765e7601439c8d1f925'/>
<id>ca1bd0800a5eeaae3708d765e7601439c8d1f925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
