<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git, branch txdocker2</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>attempt to update to tox docker 2.0</title>
<updated>2021-02-01T13:38:38+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2021-02-01T13:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=de689889fdd8eb62829683f7baa39d3121427a27'/>
<id>de689889fdd8eb62829683f7baa39d3121427a27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>min py-amqp to 5.0.5 (#1292)</title>
<updated>2021-02-01T12:05:02+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2021-02-01T12:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=fd2e07d794425fe794e4b61e81c55a1636ec8423'/>
<id>fd2e07d794425fe794e4b61e81c55a1636ec8423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 style print statement</title>
<updated>2021-01-15T03:02:49+00:00</updated>
<author>
<name>Redowan Delowar</name>
<email>redowan.nafi@gmail.com</email>
</author>
<published>2021-01-15T01:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=1294530530b41deebb614a00c4a955338d78ecb4'/>
<id>1294530530b41deebb614a00c4a955338d78ecb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues with parsing URL with an extra / in it.</title>
<updated>2021-01-06T15:57:40+00:00</updated>
<author>
<name>Terry Cain</name>
<email>terry@terrys-home.co.uk</email>
</author>
<published>2021-01-05T19:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=90c6ac706e30b4082885b3ce22c56fa24996b645'/>
<id>90c6ac706e30b4082885b3ce22c56fa24996b645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow specifying session token (#1283)</title>
<updated>2021-01-05T16:42:13+00:00</updated>
<author>
<name>Philipp A</name>
<email>flying-sheep@web.de</email>
</author>
<published>2021-01-05T16:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=43190b293cd3de4c24ab5be4d74c25a20eb2f235'/>
<id>43190b293cd3de4c24ab5be4d74c25a20eb2f235</id>
<content type='text'>
* Allow specifying session token

* add docs

* add comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow specifying session token

* add docs

* add comment</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Azure Service Bus 7.0.0 (#1284)</title>
<updated>2021-01-04T13:14:39+00:00</updated>
<author>
<name>Terry Cain</name>
<email>terrycain@users.noreply.github.com</email>
</author>
<published>2021-01-04T13:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=3d41ab138960214fcbd1110037e2c2ed2473f22d'/>
<id>3d41ab138960214fcbd1110037e2c2ed2473f22d</id>
<content type='text'>
* Started servicebus refactor

* Cleaned up, handle service bus SAS token parsing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Started servicebus refactor

* Cleaned up, handle service bus SAS token parsing</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix simple typo, propery -&gt; property</title>
<updated>2020-12-28T04:01:13+00:00</updated>
<author>
<name>Tim Gates</name>
<email>tim.gates@iress.com</email>
</author>
<published>2020-12-28T01:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=a37a05616f5c85fe690e1a8f0f4395e371d25943'/>
<id>a37a05616f5c85fe690e1a8f0f4395e371d25943</id>
<content type='text'>
There is a small typo in kombu/asynchronous/http/base.py.

Should read `property` rather than `propery`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a small typo in kombu/asynchronous/http/base.py.

Should read `property` rather than `propery`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update connections.rst with Redis sentinel example</title>
<updated>2020-12-23T07:37:59+00:00</updated>
<author>
<name>Anudeep Samaiya</name>
<email>anudeepsamaiya@gmail.com</email>
</author>
<published>2020-12-23T06:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=716ad7e1f7b1e8c241ebbbe9b818d255e42db655'/>
<id>716ad7e1f7b1e8c241ebbbe9b818d255e42db655</id>
<content type='text'>
Add redis sentinel example for in connections.rst for kombu.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add redis sentinel example for in connections.rst for kombu.</pre>
</div>
</content>
</entry>
<entry>
<title>redis: Support Sentinel with SSL</title>
<updated>2020-12-03T06:50:15+00:00</updated>
<author>
<name>AbdealiJK</name>
<email>abdealikothari@gmail.com</email>
</author>
<published>2020-11-09T13:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=6cb9d6639e800012e733a0535db34653705290b9'/>
<id>6cb9d6639e800012e733a0535db34653705290b9</id>
<content type='text'>
Use the SentinelManagedSSLConnection when SSL is enabled for the
transport. The redis-py project doesn't have a connection class for
SSL+Sentinel yet. So, create a class in redis.py to add that
functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the SentinelManagedSSLConnection when SSL is enabled for the
transport. The redis-py project doesn't have a connection class for
SSL+Sentinel yet. So, create a class in redis.py to add that
functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove python2 compatibility code (#1277)</title>
<updated>2020-11-25T10:19:10+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@users.noreply.github.com</email>
</author>
<published>2020-11-25T10:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=d4dd8d72064496a447d5344f6349806103166db1'/>
<id>d4dd8d72064496a447d5344f6349806103166db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
