<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/kombu, 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>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://91.123.203.49/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>Restore this import compatibility code.</title>
<updated>2020-08-04T13:30:58+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-08-04T13:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=d463879cd928eacd90e11e32e6968894658b5e56'/>
<id>d463879cd928eacd90e11e32e6968894658b5e56</id>
<content type='text'>
This was removed because I thought it's for Python&lt;3 but it's for Python&lt;3.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was removed because I thought it's for Python&lt;3 but it's for Python&lt;3.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into remove-python2-support</title>
<updated>2020-07-30T15:24:05+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-30T15:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=3495d6481016dc987c89b1ceab665be62262c1af'/>
<id>3495d6481016dc987c89b1ceab665be62262c1af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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>Delete five.</title>
<updated>2020-07-23T13:33:49+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=57de7d3976d977166a7af38d25f1874a55505727'/>
<id>57de7d3976d977166a7af38d25f1874a55505727</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 kombu/.</title>
<updated>2020-07-23T13:32:53+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=7bc0e1d0731123024979aa122a907303e154ade1'/>
<id>7bc0e1d0731123024979aa122a907303e154ade1</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 kombu/utils.</title>
<updated>2020-07-23T13:29:29+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=1916b815f88551138ff26eda3e4af4c519c893e3'/>
<id>1916b815f88551138ff26eda3e4af4c519c893e3</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 kombu/transport.</title>
<updated>2020-07-23T13:29:21+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=24ed1179b58d60c2470346e349dbcdabc173f6f3'/>
<id>24ed1179b58d60c2470346e349dbcdabc173f6f3</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 kombu/asynchronous.</title>
<updated>2020-07-23T13:29:10+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=ff48da68b7fd40d2d835bcc95ddd798269e92562'/>
<id>ff48da68b7fd40d2d835bcc95ddd798269e92562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
