<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/requirements/default.txt, 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>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>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>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>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>bump py-amqp to 2.5.1</title>
<updated>2019-08-14T16:11:46+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2019-08-14T16:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=ab35032d05908c3d33ccef0c4e81fbbc7919b8bc'/>
<id>ab35032d05908c3d33ccef0c4e81fbbc7919b8bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from pkg_resources importlib-metadata (#1071)</title>
<updated>2019-07-05T18:33:35+00:00</updated>
<author>
<name>David Szotten</name>
<email>davidszotten@gmail.com</email>
</author>
<published>2019-07-05T18:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=193054d24331a10d76a50a0501d396a9dbc1a0a6'/>
<id>193054d24331a10d76a50a0501d396a9dbc1a0a6</id>
<content type='text'>
See e.g. https://github.com/pypa/setuptools/issues/510#issuecomment-463667124

On a moderatly large project (~200 packages) at $work this saves ~150 ms on
`python -c 'from kombu import Exchange'`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See e.g. https://github.com/pypa/setuptools/issues/510#issuecomment-463667124

On a moderatly large project (~200 packages) at $work this saves ~150 ms on
`python -c 'from kombu import Exchange'`</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use fastuuid on CPython&gt;=3.5 (#1056)" (#1061)</title>
<updated>2019-06-14T21:25:50+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2019-06-14T21:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=b91c81be4351a7b8594d3cba9bb91185bcce32bb'/>
<id>b91c81be4351a7b8594d3cba9bb91185bcce32bb</id>
<content type='text'>
This reverts commit f9fbd8eb48f21f9e308013209b33758aa5ed47e5.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f9fbd8eb48f21f9e308013209b33758aa5ed47e5.</pre>
</div>
</content>
</entry>
<entry>
<title>Use fastuuid on CPython&gt;=3.5 (#1056)</title>
<updated>2019-06-10T15:14:25+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-06-10T15:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=f9fbd8eb48f21f9e308013209b33758aa5ed47e5'/>
<id>f9fbd8eb48f21f9e308013209b33758aa5ed47e5</id>
<content type='text'>
* Use fastuuid on CPython&gt;=3.5.

* Only install fastuuid on Linux.

* For some reason we're stillgetting the thrusty build env.
Specify xenial explictly.

* Specify Python versions for lint stages.

* Ensure pycurl deps are installed.

* Run update before.

* Upgrade tox and dependencies.

* Happify docstyle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use fastuuid on CPython&gt;=3.5.

* Only install fastuuid on Linux.

* For some reason we're stillgetting the thrusty build env.
Specify xenial explictly.

* Specify Python versions for lint stages.

* Ensure pycurl deps are installed.

* Run update before.

* Upgrade tox and dependencies.

* Happify docstyle.
</pre>
</div>
</content>
</entry>
<entry>
<title>min 2.5 pyamqp</title>
<updated>2019-05-30T11:09:37+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2019-05-30T11:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=b20c8e0e7ba7f5bc367c1315734c5da9a8d383b2'/>
<id>b20c8e0e7ba7f5bc367c1315734c5da9a8d383b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
