Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-kombu-5.3.7-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-kombu Distribution: openSUSE Tumbleweed
Version: 5.3.7 Vendor: openSUSE
Release: 1.1 Build date: Sun Apr 14 09:46:57 2024
Group: Unspecified Build host: reproducible
Size: 1842498 Source RPM: python-kombu-5.3.7-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/celery/kombu
Summary: AMQP Messaging Framework for Python
An AMQP messaging framework for Python.

AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.

One of the most popular implementations of AMQP is RabbitMQ.

The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol, and also
provide proven and tested solutions to common messaging problems.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Apr 14 2024 Dirk Müller <dmueller@suse.com>
  - update to 5.3.7:
    * The release of v5.3.6 was missing the bumbversion commit so
      v5.3.7 is only released to sync it back.
* Wed Apr 03 2024 Dirk Müller <dmueller@suse.com>
  - update to 5.3.6:
    * boto3>=1.26.143
    * Always convert azureservicebus namespace to fully qualified
    * Pin pytest-sugar to latest version 1.0.0
    * Upgrade to pytest v8 that removed nose compatibility
    * fix warning for usage of utcfromtimestamp
    * Update pytest to 8.0.2
    * Hotfix: Fix CI failures (limit redis to <5.0.2 instead of
    * Expose cancel callback from py-amqp channel.basic_consume
    * Update mypy to 1.9.0
    * Update pytest to 8.1.1
    * Pin hypothesis to hypothesis<7
    * redis>=4.5.2,<5.0.2,!=4.5.5 -> redis>=4.5.2,!=5.0.2,!=4.5.5
    * add escape hatch for custom JSON serialization
    * Pin pytest-cov to latest version 5.0.0
    * Added Changelog for v5.3.6
* Thu Feb 08 2024 Markéta Machová <mmachova@suse.com>
  - Clean up dependencies and address RPM warnings
* Thu Feb 01 2024 Dirk Müller <dmueller@suse.com>
  - update to 5.3.5:
    * Fix ReadTheDocs CI
    * fix(docs): add Redis to the list of transports where SSL is
      supported
    * Fixed Improper Method Call: Replaced `mktemp`
    * fix: freeze set during ticks iter in async hub
    * azure service bus: fix TypeError when using Managed
      Identities
    * Fix unacknowledge typo in restore_visible()
    * Changed pyup -> dependabot for updating dependencies
    * Fix crash when using global_keyprefix with a sentinel
      connection
  - update to 5.3.4:
    * Use the correct protocol for SQS requests
  - update to 5.3.3:
    * Update redis.txt to align with celery main
    * Handle Access Denied Exception in basic_ack Method
    * fix azure servicebus using managed identity support
    * Added as_uri method to MongoDB transport - Fixes #1795
    * Revert "[fix #1726] Use boto3 for SQS async requests"
    * Create a lock on cached_property if not present
    * added Python 3.12 in the CI
    * using assert_called_once() in est__pop_ready_uses_lock
    * fix: redis requeue concurrency bug  #1800
  - update to 5.3.2:
    * Reverted unwanted constraint introduced in #1629 with
      max_retries
    * Doc fix (hotfix for #1755)
    * Python3.12: fix imports in kombu/utils/objects.py
    * [fix #1726] Use boto3 for SQS async requests
    * docs: Remove SimpleQueue import
    * Fixed pre-commit issues
    * azure service bus: add managed identity support
    * fix: Prevent redis task loss when closing connection while in
      poll
    * Kombu & celery with SQS #222
    * syntax correction
  - update to 5.3.1:
    * Update pycurl version
    * Update librabbitmq restrict py3.11
    * Update PyCurl version in SQS
    * try python 3.11 on CI
  - update to 5.3.0:
    * [pre-commit.ci] pre-commit autoupdate
    * Add fanout to filesystem
    * Protect set of ready tasks by lock to avoid concurrent
      updates
    * Documentation: Update serialization page to indicate pickle
      protocol version has been updated
    * Use new entry_points interface
    * Add `mypy` to the pipeline
    * [pre-commit.ci] pre-commit autoupdate
    * chore: Annotate semaphore.py
    * Added possibility to serialize and deserialize binary
      messages in json
    * Annotate init files
    * pytest~=7.1.1
    * Support pymongo 4.x
    * Annotate `exceptions.py` and `clocks.py`
    * azure-servicebus>=7.6.1
  - drop 0001-Support-redis-4.5.2.patch,
    use-zoneinfo.patch, sqlalchemy-2.0.patch: upstream
* Sun Jun 11 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Mon May 29 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Add 0001-Support-redis-4.5.2.patch to support latest version of
    redis gh#celery/kombu#1735
  - Add sqlalchemy-2.0.patch to support latest version of sqlalchemy
    gh#celery/kombu#1651
* Wed Apr 12 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch use-zoneinfo.patch:
    * Use zoneinfo, rather than pytz.
  - Switch BuildRequires to zoneinfo and timezone.
* Thu Feb 23 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch support-pyro-5.patch:
    * Use Pyro5's compatability layer.
  - Switch BuildRequires to Pyro5.
* Mon Mar 21 2022 Dirk Müller <dmueller@suse.com>
  - update to 5.2.4:
    * allow getting recoverable_connection_errors without an active transport
    * [pre-commit.ci] pre-commit autoupdate
    * prevent KeyError: 'purelib'
    * Revert "try pining setuptools (#1466)"
    * Fix issue #789: Async http code not allowing for proxy config
    * The times of retrying is not correct
    * Set redelivered property for Celery with Redis
    * Some small updates
    * Remove use of OrderedDict in various places
    * Warn about missing hostname only when default one is available
    * All supported versions of Python define package.
    * Added global_keyprefix support for pubsub clients
    * try pytest 7
    * Add an option to not base64-encode SQS messages.
    * SQS: Fix message arg in backoff policy
* Tue Jan 11 2022 Dirk Müller <dmueller@suse.com>
  - add vine dependency
* Mon Jan 03 2022 Dirk Müller <dmueller@suse.com>
  - update to 5.2.3:
    * Allow redis >= 4.0.2.
    * Fix PyPy CI jobs.
    * SQS transport: detect FIFO queue properly by checking queue URL (#1450).
    * Ensure that restore is atomic in redis transport (#1444).
    * Restrict setuptools>=59.1.1,<59.7.0.
    * Bump minimum py-amqp to v5.0.9 (#1462).
    * Reduce memory usage of Transport (#1470).
    * Prevent event loop polling on closed redis transports (and causing leak).
    * Respect connection timeout (#1458)
    * prevent redis event loop stopping on ‘consumer: Cannot connect’ (#1477).
    * Bump redis version to >= 3.4.1.
    * try latest sqs dependencies to fix security warning.
    * Tests & dependency updates
* Sat Nov 06 2021 Dirk Müller <dmueller@suse.com>
  - update to 5.2.0:
    * stop mentioning librabbitmq
    * Use ANY from unittest instead of case.mock
    * fix flake8 in kombu/asynchronous/aws/connection.py
    * Dont failfast when pypy3 tests fail
    * Return empty list instead of InconsistencyError when exchange table is empty
* Wed Jun 30 2021 Markéta Machová <mmachova@suse.com>
  - Update to 5.1.0
    * Add support for SQLAlchemy 1.4.
    * prepare_accept_content() now raises SerializerNotInstalled instead of
      KeyError.
    * Wheels are no longer universal.
    * Remove python2 compatibility code
    * Update default pickle protocol version to 4
    * Drop support for the lzma backport.

Files

/usr/lib/python3.11/site-packages/kombu
/usr/lib/python3.11/site-packages/kombu-5.3.7-py3.11.egg-info
/usr/lib/python3.11/site-packages/kombu-5.3.7-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/kombu-5.3.7-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/kombu-5.3.7-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/kombu-5.3.7-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/kombu-5.3.7-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/kombu/__init__.py
/usr/lib/python3.11/site-packages/kombu/__pycache__
/usr/lib/python3.11/site-packages/kombu/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/abstract.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/abstract.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/clocks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/clocks.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/common.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/common.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/compat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/compression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/compression.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/connection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/connection.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/entity.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/entity.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/log.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/log.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/matcher.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/matcher.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/message.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/message.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/messaging.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/messaging.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/mixins.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/mixins.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/pidbox.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/pidbox.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/pools.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/pools.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/resource.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/resource.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/serialization.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/serialization.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/simple.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/__pycache__/simple.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/abstract.py
/usr/lib/python3.11/site-packages/kombu/asynchronous
/usr/lib/python3.11/site-packages/kombu/asynchronous/__init__.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/debug.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/debug.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/hub.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/hub.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/semaphore.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/semaphore.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/timer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/__pycache__/timer.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/__init__.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/__pycache__
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/__pycache__/connection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/__pycache__/connection.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/__pycache__/ext.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/__pycache__/ext.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/connection.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/ext.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__init__.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/connection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/connection.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/ext.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/ext.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/message.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/message.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/queue.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/__pycache__/queue.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/connection.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/ext.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/message.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/aws/sqs/queue.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/debug.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/http
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/__init__.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/__pycache__
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/__pycache__/curl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/__pycache__/curl.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/base.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/http/curl.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/hub.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/semaphore.py
/usr/lib/python3.11/site-packages/kombu/asynchronous/timer.py
/usr/lib/python3.11/site-packages/kombu/clocks.py
/usr/lib/python3.11/site-packages/kombu/common.py
/usr/lib/python3.11/site-packages/kombu/compat.py
/usr/lib/python3.11/site-packages/kombu/compression.py
/usr/lib/python3.11/site-packages/kombu/connection.py
/usr/lib/python3.11/site-packages/kombu/entity.py
/usr/lib/python3.11/site-packages/kombu/exceptions.py
/usr/lib/python3.11/site-packages/kombu/log.py
/usr/lib/python3.11/site-packages/kombu/matcher.py
/usr/lib/python3.11/site-packages/kombu/message.py
/usr/lib/python3.11/site-packages/kombu/messaging.py
/usr/lib/python3.11/site-packages/kombu/mixins.py
/usr/lib/python3.11/site-packages/kombu/pidbox.py
/usr/lib/python3.11/site-packages/kombu/pools.py
/usr/lib/python3.11/site-packages/kombu/resource.py
/usr/lib/python3.11/site-packages/kombu/serialization.py
/usr/lib/python3.11/site-packages/kombu/simple.py
/usr/lib/python3.11/site-packages/kombu/transport
/usr/lib/python3.11/site-packages/kombu/transport/SLMQ.py
/usr/lib/python3.11/site-packages/kombu/transport/SQS.py
/usr/lib/python3.11/site-packages/kombu/transport/__init__.py
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/SLMQ.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/SLMQ.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/SQS.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/SQS.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/azureservicebus.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/azureservicebus.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/azurestoragequeues.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/azurestoragequeues.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/confluentkafka.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/confluentkafka.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/consul.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/consul.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/etcd.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/etcd.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/filesystem.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/filesystem.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/librabbitmq.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/librabbitmq.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/memory.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/memory.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/mongodb.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/mongodb.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/pyamqp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/pyamqp.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/pyro.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/pyro.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/qpid.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/qpid.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/redis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/redis.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/zookeeper.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/__pycache__/zookeeper.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/azureservicebus.py
/usr/lib/python3.11/site-packages/kombu/transport/azurestoragequeues.py
/usr/lib/python3.11/site-packages/kombu/transport/base.py
/usr/lib/python3.11/site-packages/kombu/transport/confluentkafka.py
/usr/lib/python3.11/site-packages/kombu/transport/consul.py
/usr/lib/python3.11/site-packages/kombu/transport/etcd.py
/usr/lib/python3.11/site-packages/kombu/transport/filesystem.py
/usr/lib/python3.11/site-packages/kombu/transport/librabbitmq.py
/usr/lib/python3.11/site-packages/kombu/transport/memory.py
/usr/lib/python3.11/site-packages/kombu/transport/mongodb.py
/usr/lib/python3.11/site-packages/kombu/transport/pyamqp.py
/usr/lib/python3.11/site-packages/kombu/transport/pyro.py
/usr/lib/python3.11/site-packages/kombu/transport/qpid.py
/usr/lib/python3.11/site-packages/kombu/transport/redis.py
/usr/lib/python3.11/site-packages/kombu/transport/sqlalchemy
/usr/lib/python3.11/site-packages/kombu/transport/sqlalchemy/__init__.py
/usr/lib/python3.11/site-packages/kombu/transport/sqlalchemy/__pycache__
/usr/lib/python3.11/site-packages/kombu/transport/sqlalchemy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/sqlalchemy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/sqlalchemy/__pycache__/models.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/sqlalchemy/__pycache__/models.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/sqlalchemy/models.py
/usr/lib/python3.11/site-packages/kombu/transport/virtual
/usr/lib/python3.11/site-packages/kombu/transport/virtual/__init__.py
/usr/lib/python3.11/site-packages/kombu/transport/virtual/__pycache__
/usr/lib/python3.11/site-packages/kombu/transport/virtual/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/virtual/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/virtual/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/virtual/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/virtual/__pycache__/exchange.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/transport/virtual/__pycache__/exchange.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/transport/virtual/base.py
/usr/lib/python3.11/site-packages/kombu/transport/virtual/exchange.py
/usr/lib/python3.11/site-packages/kombu/transport/zookeeper.py
/usr/lib/python3.11/site-packages/kombu/utils
/usr/lib/python3.11/site-packages/kombu/utils/__init__.py
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/amq_manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/amq_manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/collections.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/collections.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/compat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/debug.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/debug.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/div.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/div.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/encoding.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/encoding.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/eventio.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/eventio.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/functional.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/functional.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/imports.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/imports.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/json.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/json.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/limits.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/limits.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/objects.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/objects.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/scheduling.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/scheduling.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/time.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/time.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/url.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/url.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/uuid.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/kombu/utils/__pycache__/uuid.cpython-311.pyc
/usr/lib/python3.11/site-packages/kombu/utils/amq_manager.py
/usr/lib/python3.11/site-packages/kombu/utils/collections.py
/usr/lib/python3.11/site-packages/kombu/utils/compat.py
/usr/lib/python3.11/site-packages/kombu/utils/debug.py
/usr/lib/python3.11/site-packages/kombu/utils/div.py
/usr/lib/python3.11/site-packages/kombu/utils/encoding.py
/usr/lib/python3.11/site-packages/kombu/utils/eventio.py
/usr/lib/python3.11/site-packages/kombu/utils/functional.py
/usr/lib/python3.11/site-packages/kombu/utils/imports.py
/usr/lib/python3.11/site-packages/kombu/utils/json.py
/usr/lib/python3.11/site-packages/kombu/utils/limits.py
/usr/lib/python3.11/site-packages/kombu/utils/objects.py
/usr/lib/python3.11/site-packages/kombu/utils/scheduling.py
/usr/lib/python3.11/site-packages/kombu/utils/text.py
/usr/lib/python3.11/site-packages/kombu/utils/time.py
/usr/lib/python3.11/site-packages/kombu/utils/url.py
/usr/lib/python3.11/site-packages/kombu/utils/uuid.py
/usr/share/doc/packages/python311-kombu
/usr/share/doc/packages/python311-kombu/AUTHORS
/usr/share/doc/packages/python311-kombu/FAQ
/usr/share/doc/packages/python311-kombu/README.rst
/usr/share/doc/packages/python311-kombu/THANKS
/usr/share/doc/packages/python311-kombu/TODO
/usr/share/licenses/python311-kombu
/usr/share/licenses/python311-kombu/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024