<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/examples, branch main</title>
<subtitle>github.com: celery/kombu.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/'/>
<entry>
<title>Bump pyupgrade version and add __future__.annotations import</title>
<updated>2022-04-15T08:16:57+00:00</updated>
<author>
<name>Marcelo Trylesinski</name>
<email>marcelotryle@gmail.com</email>
</author>
<published>2022-04-14T11:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=7516daf7a774dd9671d16c475c6ac266de977a0a'/>
<id>7516daf7a774dd9671d16c475c6ac266de977a0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable pre-commit (#1355)</title>
<updated>2021-07-20T13:07:49+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tagrain@gmail.com</email>
</author>
<published>2021-07-20T13:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=241b5dcff8a7c8ad411e1b325d59e47acfa9e1ed'/>
<id>241b5dcff8a7c8ad411e1b325d59e47acfa9e1ed</id>
<content type='text'>
* enable pre-commit

* use extend-ignore for flake8

* manual flake8 fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update kombu/__init__.py

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enable pre-commit

* use extend-ignore for flake8

* manual flake8 fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update kombu/__init__.py

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</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://trove.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>Rename `async` keyword to `asynchronous` (#839)</title>
<updated>2018-03-19T17:28:43+00:00</updated>
<author>
<name>Thomas Achtemichuk</name>
<email>tom@tomchuk.com</email>
</author>
<published>2018-03-19T17:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=75695205f6e7af8e7e9178e010debc3871b19106'/>
<id>75695205f6e7af8e7e9178e010debc3871b19106</id>
<content type='text'>
* Rename `async` keyword to `asynchronous`

* Fixes #742
* Resolves "DeprecationWarning: 'async' and 'await' will become reserved
  keywords in Python 3.7"

* Address PR feedback

* Update appveyor config

* Rename docs and tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rename `async` keyword to `asynchronous`

* Fixes #742
* Resolves "DeprecationWarning: 'async' and 'await' will become reserved
  keywords in Python 3.7"

* Address PR feedback

* Update appveyor config

* Rename docs and tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Switching to boto3 only (#693)</title>
<updated>2017-04-14T05:22:18+00:00</updated>
<author>
<name>Mischa Spiegelmock</name>
<email>revmischa@cpan.org</email>
</author>
<published>2017-04-14T05:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=129a9e4ed05bf9a99d12fff9e17c9ffb37b14c4d'/>
<id>129a9e4ed05bf9a99d12fff9e17c9ffb37b14c4d</id>
<content type='text'>
* Switch Boto2 to Boto3 for SQS messaging

* Fixed region support

* Add SQS FIFO queue support

* Add sensible defaults for message attributes

* Asynchronous support, plus boto3 for region endpoint lookups

* Clean up imports

* Fix Python 2 support

* Fix receive_message tests

* Reformat docstring

* boto3 import changes for CI

* skip tests if boto3 not installed

* skip tests if boto3 not installed

* flake8

* noboto

* ditching boto2. got queue URL fetching, async HTTP request generation and signing working.

* request signing working kinda

* async parsing of SQS message response more or less working

* botocore sqs dep

* ripping out more old boto2 stuff

* removing tests that are no longer valid with boto3/SQS

* fix boto3 dep, min version and no botocore

* no boto2 for test

* cleaning up some SQS tests. fixing header parsing of response to msg

* fixing some sqs tests

* removing response-parsing tests that are no longer necessary as we're using the botocore response parsing machinery instead of implementing SAX parsing in kombu.

* fixing more SQS tests

* wants a region

* trying to fix py2 parsing of sqs message

* lint

* py2/py2 message header parsing stupidness

* forgot

* python 2 sux

* flake8

* Import boto3 from the right place

* Changes

* Update encode fuction

* Fix lint

* remove some unused things

* removing unused stuff

* ugh

* ugh

* ugh

* landscape ignoring

* shut up, landscape
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Switch Boto2 to Boto3 for SQS messaging

* Fixed region support

* Add SQS FIFO queue support

* Add sensible defaults for message attributes

* Asynchronous support, plus boto3 for region endpoint lookups

* Clean up imports

* Fix Python 2 support

* Fix receive_message tests

* Reformat docstring

* boto3 import changes for CI

* skip tests if boto3 not installed

* skip tests if boto3 not installed

* flake8

* noboto

* ditching boto2. got queue URL fetching, async HTTP request generation and signing working.

* request signing working kinda

* async parsing of SQS message response more or less working

* botocore sqs dep

* ripping out more old boto2 stuff

* removing tests that are no longer valid with boto3/SQS

* fix boto3 dep, min version and no botocore

* no boto2 for test

* cleaning up some SQS tests. fixing header parsing of response to msg

* fixing some sqs tests

* removing response-parsing tests that are no longer necessary as we're using the botocore response parsing machinery instead of implementing SAX parsing in kombu.

* fixing more SQS tests

* wants a region

* trying to fix py2 parsing of sqs message

* lint

* py2/py2 message header parsing stupidness

* forgot

* python 2 sux

* flake8

* Import boto3 from the right place

* Changes

* Update encode fuction

* Fix lint

* remove some unused things

* removing unused stuff

* ugh

* ugh

* ugh

* landscape ignoring

* shut up, landscape
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed rpc example (#650)</title>
<updated>2016-11-10T17:58:50+00:00</updated>
<author>
<name>Carlos Edo</name>
<email>Carlosedo@users.noreply.github.com</email>
</author>
<published>2016-11-10T17:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=32997b17be9b65e56399c837a39e5d72cd86f701'/>
<id>32997b17be9b65e56399c837a39e5d72cd86f701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>memory transport example (#627)</title>
<updated>2016-09-24T17:45:49+00:00</updated>
<author>
<name>kindule</name>
<email>kindule@yahoo.com</email>
</author>
<published>2016-09-24T17:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=cb6647e516f4c7246e04e19d9fef15d3d4e8ef93'/>
<id>cb6647e516f4c7246e04e19d9fef15d3d4e8ef93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in example</title>
<updated>2016-08-01T20:52:18+00:00</updated>
<author>
<name>Pavlo Kapyshin</name>
<email>i@93z.org</email>
</author>
<published>2016-08-01T20:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=c0746dafc04210f20730431791c078b60f9a6a12'/>
<id>c0746dafc04210f20730431791c078b60f9a6a12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganizes kombu.utils.__init__ package</title>
<updated>2016-07-16T20:34:08+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2016-07-16T20:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=85c191a48ace265836bbce39a2c8a5fab98833b8'/>
<id>85c191a48ace265836bbce39a2c8a5fab98833b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>flakes</title>
<updated>2016-06-16T00:48:41+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2016-06-16T00:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kombu.git/commit/?id=d823c628ff500e8c0d399e9a505efbf196879426'/>
<id>d823c628ff500e8c0d399e9a505efbf196879426</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
