<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/t/unit/transport, branch remove-python2-support</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>autopep8.</title>
<updated>2020-08-04T14:37:29+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-08-04T14:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=85578afc4fea28adc16afdd3d7418b240357d96e'/>
<id>85578afc4fea28adc16afdd3d7418b240357d96e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove five usage from tests.</title>
<updated>2020-07-23T13:33:40+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=2c75db39e0d91c41384f5c2593ec2e630c8e7420'/>
<id>2c75db39e0d91c41384f5c2593ec2e630c8e7420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyupgrade</title>
<updated>2020-07-13T13:58:06+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-13T13:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=7a6e7cc45b9afe799770313a66c4211d1986ff30'/>
<id>7a6e7cc45b9afe799770313a66c4211d1986ff30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>Ensure connection when connecting to broker</title>
<updated>2020-06-01T06:56:32+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@gmail.com</email>
</author>
<published>2020-05-17T21:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=25a026665174c5330e6e3dfbf4361cf8e2a100f4'/>
<id>25a026665174c5330e6e3dfbf4361cf8e2a100f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for issue #1198: Celery crashes in cases where there aren’t enough available workers to start acting on “in-flight” messages in the SQS queue (#1199)</title>
<updated>2020-05-27T10:18:31+00:00</updated>
<author>
<name>Ihar Nauros</name>
<email>53901248+frehty@users.noreply.github.com</email>
</author>
<published>2020-05-27T10:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=5cc4a7688201f4d2e53f468734cc2e7cf177fc40'/>
<id>5cc4a7688201f4d2e53f468734cc2e7cf177fc40</id>
<content type='text'>
* Fix for the issue #1172

* Unit test for the fix relating to the issue #1172

* Fix for issue #1198: Celery crashes in cases where there aren’t enough available workers to start acting on “in-flight” messages in the SQS queue

* Fix for issue #1198: fixed lint issues

* Fix for issue #1198: added unit tests

Co-authored-by: inauros &lt;inauros@copyright.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix for the issue #1172

* Unit test for the fix relating to the issue #1172

* Fix for issue #1198: Celery crashes in cases where there aren’t enough available workers to start acting on “in-flight” messages in the SQS queue

* Fix for issue #1198: fixed lint issues

* Fix for issue #1198: added unit tests

Co-authored-by: inauros &lt;inauros@copyright.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Modified Mutex to use redis LuaLock implementation</title>
<updated>2020-05-17T05:15:19+00:00</updated>
<author>
<name>Vinay Karanam</name>
<email>vinayinvicible@gmail.com</email>
</author>
<published>2020-05-16T18:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=7fefb6fe9ab85948aeeccce7d96f5a5289d6d337'/>
<id>7fefb6fe9ab85948aeeccce7d96f5a5289d6d337</id>
<content type='text'>
Fixes #1190
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1190
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: Fix travis validation issues (#1159)</title>
<updated>2020-03-03T14:10:02+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2020-03-03T14:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=cca00b1c9df69a6eeb22ac4354f93bad0c6f9070'/>
<id>cca00b1c9df69a6eeb22ac4354f93bad0c6f9070</id>
<content type='text'>
* Travis CI: Fix travis validation issues

* Whitespace fix for flake8 issue

* Whitespace fix for flake8 issue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Travis CI: Fix travis validation issues

* Whitespace fix for flake8 issue

* Whitespace fix for flake8 issue
</pre>
</div>
</content>
</entry>
<entry>
<title>#1149 Enabled ssl certificate verification against ca certificates when amqps is used for pyamqp transport (#1151)</title>
<updated>2020-02-28T16:00:38+00:00</updated>
<author>
<name>Piyush Agarwal</name>
<email>piyush14agarwal@hotmail.com</email>
</author>
<published>2020-02-28T16:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=b22cb507a1a60d26f8ed932d50513d164f984d42'/>
<id>b22cb507a1a60d26f8ed932d50513d164f984d42</id>
<content type='text'>
* enabled ssl certificate verification when amqps is used for pyamqp transport

* unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enabled ssl certificate verification when amqps is used for pyamqp transport

* unit tests
</pre>
</div>
</content>
</entry>
</feed>
