<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/requirements, branch remove-python2-support</title>
<subtitle>github.com: celery/kombu.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/'/>
<entry>
<title>Remove flakeplus from the build.</title>
<updated>2020-07-30T14:01:09+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-30T14:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=22f95cb5eedcc765463fbc11f67d2e9ba4bf583c'/>
<id>22f95cb5eedcc765463fbc11f67d2e9ba4bf583c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update pyamqp</title>
<updated>2020-06-01T07:06:34+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2020-06-01T06:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=9bb628a301959e45a81b49d82ae7f2a1ab4b5d7b'/>
<id>9bb628a301959e45a81b49d82ae7f2a1ab4b5d7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pin pytest&lt;=5.3.5 due issue in pytest-sugar</title>
<updated>2020-04-03T12:16:31+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@gmail.com</email>
</author>
<published>2020-04-03T12:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=b506a514e1084eb3c28602e921166f0efc619ccc'/>
<id>b506a514e1084eb3c28602e921166f0efc619ccc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use importlib.metadata from the standard library on Python 3.8+ (#1086)</title>
<updated>2019-12-03T01:57:07+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2019-12-03T01:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=97e887605b21a110e0ec304913930a8115987c6a'/>
<id>97e887605b21a110e0ec304913930a8115987c6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Issue #1087 redis fix (#1089)" (#1106)</title>
<updated>2019-11-02T17:43:08+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2019-11-02T17:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=597d675ca15260794308be5b9641ea7fde9404f4'/>
<id>597d675ca15260794308be5b9641ea7fde9404f4</id>
<content type='text'>
This reverts commit 2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637.</pre>
</div>
</content>
</entry>
<entry>
<title>remove hard pin</title>
<updated>2019-11-02T17:34:53+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2019-11-02T17:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=19528addd753171317c5063f1fa1699378459b42'/>
<id>19528addd753171317c5063f1fa1699378459b42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1019 Fix redis transport socket timeout (#1113)</title>
<updated>2019-10-23T04:23:26+00:00</updated>
<author>
<name>Kris Ciccarello</name>
<email>kmctown@users.noreply.github.com</email>
</author>
<published>2019-10-23T04:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=2d92827746f0f2e5c964d685246836370f14786b'/>
<id>2d92827746f0f2e5c964d685246836370f14786b</id>
<content type='text'>
* Issue #1019 Fix redis transport socket timeout

Patch from @jschwartzentruber https://github.com/celery/kombu/issues/1019#issuecomment-535157400

* Fix test_register_with_event_loop redis test

* Fix linter

* Bump redis to 3.3.11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Issue #1019 Fix redis transport socket timeout

Patch from @jschwartzentruber https://github.com/celery/kombu/issues/1019#issuecomment-535157400

* Fix test_register_with_event_loop redis test

* Fix linter

* Bump redis to 3.3.11
</pre>
</div>
</content>
</entry>
<entry>
<title>pinned to amqp 2.5.2 to avoid previous mistake</title>
<updated>2019-10-01T10:53:41+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2019-10-01T10:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=b51d1d678e198a80d7e5fd95f32674c7d8e04a75'/>
<id>b51d1d678e198a80d7e5fd95f32674c7d8e04a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pin py-amqo to 2.5.2</title>
<updated>2019-09-30T13:09:01+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2019-09-30T13:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=2d720478610d05e81b829d50a93b9256c72d2e45'/>
<id>2d720478610d05e81b829d50a93b9256c72d2e45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1087 redis fix (#1089)</title>
<updated>2019-08-31T17:54:01+00:00</updated>
<author>
<name>Matt Davis</name>
<email>matteius@gmail.com</email>
</author>
<published>2019-08-31T17:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637'/>
<id>2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637</id>
<content type='text'>
* issue-1087 Revert _lookup api and correct redis implemetnation.  Update variable naming to be self documenting and more readable by non native speakers.  Major overhaul of redis test cases by adding more full featured fakeredis module.

* Add more test cases to boost coverage of kombu redis transport.

* Refactor the producer consumer test cases to be based on original mocks and be passing

* Fix lingering line length issue in test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* issue-1087 Revert _lookup api and correct redis implemetnation.  Update variable naming to be self documenting and more readable by non native speakers.  Major overhaul of redis test cases by adding more full featured fakeredis module.

* Add more test cases to boost coverage of kombu redis transport.

* Refactor the producer consumer test cases to be based on original mocks and be passing

* Fix lingering line length issue in test.
</pre>
</div>
</content>
</entry>
</feed>
