<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/kombu, branch bionic</title>
<subtitle>github.com: celery/kombu.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/'/>
<entry>
<title>flake8: noqa the Python 2-only builtins (#1228)</title>
<updated>2020-07-28T15:50:18+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2020-07-28T15:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=92b8c32717191e420bf30734247b7a3b2ef1af0f'/>
<id>92b8c32717191e420bf30734247b7a3b2ef1af0f</id>
<content type='text'>
* flake8: noqa the Python 2-only builtin cmp()

* flake8: buffer() was removed in Python 3

* flake8: unicode() was removed in Python3 because all str are Unicode

Adds the modifications from #1227</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* flake8: noqa the Python 2-only builtin cmp()

* flake8: buffer() was removed in Python 3

* flake8: unicode() was removed in Python3 because all str are Unicode

Adds the modifications from #1227</pre>
</div>
</content>
</entry>
<entry>
<title>buffer() was removed in Python 3 so use bytes (#1218)</title>
<updated>2020-07-28T14:20:14+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2020-07-28T14:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=ed35d9f0a91561909d8eead4f64365660f728a9c'/>
<id>ed35d9f0a91561909d8eead4f64365660f728a9c</id>
<content type='text'>
* buffer() was removed in Python 3 so use memoryview

https://docs.python.org/2.7/library/stdtypes.html#memoryview-type

* buffer = bytes on Python 3

* from kombu.five import buffer

* buffer --&gt; buffer_t

* @patch('buffer_t') in test_qpid.py

* @patch('kombu.five.buffer_t')

* Use buffer on legacy Python and bytes on Python

* Update test_qpid.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* buffer() was removed in Python 3 so use memoryview

https://docs.python.org/2.7/library/stdtypes.html#memoryview-type

* buffer = bytes on Python 3

* from kombu.five import buffer

* buffer --&gt; buffer_t

* @patch('buffer_t') in test_qpid.py

* @patch('kombu.five.buffer_t')

* Use buffer on legacy Python and bytes on Python

* Update test_qpid.py</pre>
</div>
</content>
</entry>
<entry>
<title>Add an SQS transport option for custom botocore config</title>
<updated>2020-07-01T15:31:40+00:00</updated>
<author>
<name>Krzysztof Jagiello</name>
<email>me@kjagiello.com</email>
</author>
<published>2020-06-25T10:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=016f4accb634ebc3eb8fc66741f23552e5966ea7'/>
<id>016f4accb634ebc3eb8fc66741f23552e5966ea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v4.6.11</title>
<updated>2020-06-24T07:06:28+00:00</updated>
<author>
<name>Asif Saif Uddin (Auvi)</name>
<email>auvipy@gmail.com</email>
</author>
<published>2020-06-24T07:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=90a12a1ad6d00687d90e57d4888c203522e6e0cb'/>
<id>90a12a1ad6d00687d90e57d4888c203522e6e0cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert incompatible changes in #1193 and additional improvements (#1211)</title>
<updated>2020-06-10T09:14:47+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@users.noreply.github.com</email>
</author>
<published>2020-06-10T09:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=75027490c71b83342f92b5293461c679233dc25e'/>
<id>75027490c71b83342f92b5293461c679233dc25e</id>
<content type='text'>
* Revert incompatible changes introduced in #1193

* Improved integration tests covering connection

* Fix unittests on python2 + flake8 fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert incompatible changes introduced in #1193

* Improved integration tests covering connection

* Fix unittests on python2 + flake8 fixes</pre>
</div>
</content>
</entry>
<entry>
<title>default_channel should reconnect automatically (#1209)</title>
<updated>2020-06-05T07:20:56+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@users.noreply.github.com</email>
</author>
<published>2020-06-05T07:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=16749626a4b206501ed46577646ad24695cf912d'/>
<id>16749626a4b206501ed46577646ad24695cf912d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v4.6.10</title>
<updated>2020-06-03T04:33:52+00:00</updated>
<author>
<name>Asif Saif Uddin (Auvi)</name>
<email>auvipy@gmail.com</email>
</author>
<published>2020-06-03T04:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=ce6d2016406cd65d3ceaf62d4753b5a1d59a9b67'/>
<id>ce6d2016406cd65d3ceaf62d4753b5a1d59a9b67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reuse connection</title>
<updated>2020-06-02T08:11:32+00:00</updated>
<author>
<name>Conor Stevenson</name>
<email>conor@lendingblock.com</email>
</author>
<published>2020-06-02T07:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=ff7c1e304177e9eacc032fd0b875fe7ac0e6229e'/>
<id>ff7c1e304177e9eacc032fd0b875fe7ac0e6229e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set _connection in _ensure_connection (#1205)</title>
<updated>2020-06-01T21:23:05+00:00</updated>
<author>
<name>Conor Stevenson</name>
<email>c.stevenson@outlook.com</email>
</author>
<published>2020-06-01T21:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=255b85229b7395b7424a26eac0ab79fb813d596e'/>
<id>255b85229b7395b7424a26eac0ab79fb813d596e</id>
<content type='text'>
Co-authored-by: Conor Stevenson &lt;conor@lendingblock.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Conor Stevenson &lt;conor@lendingblock.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>v 4.6.9</title>
<updated>2020-06-01T07:53:39+00:00</updated>
<author>
<name>Asif Saif Uddin (Auvi)</name>
<email>auvipy@gmail.com</email>
</author>
<published>2020-06-01T07:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=3907e875072706bb33e35455339bc602bc8c79a3'/>
<id>3907e875072706bb33e35455339bc602bc8c79a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
