SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-kombu-5.4.2-lp154.3.1.noarch.rpm :

* Wed Oct 09 2024 Markéta Machová - Skip one test failing with new redis, upstream is aware of that
* Thu Oct 03 2024 Dirk Müller - update to 5.4.2:
* Fixed issue with SQS #2113
* tzdata is required for machines without IANA database
* blacksmith.sh: Migrate workflows to Blacksmith
* Revert \"Validate SQS SSL certs by default\"- update to 5.4.1:
* Update mypy to 1.11.2
* SQS: Fixes #2091 queue_delete() method doesn\'t actually delete the queue
* Validate SQS SSL certs by default
* Resolving TypeError, during version unpacking
* Revert: allow users to disable broker heartbeats by not providing a timeout- update to 5.4.0:
* fix: Fanout exchange messages mixed across virtual databases in Redis sentinel
* Pin pymongo to latest version 4.7.2
* enable/fix test_etcd.py (resolves #2001)
* Limit requests<2.32.0 due to docker-py issue 3256
* enhance: allow users to disable broker heartbeats
* enhance: allow uses to disable broker heartbeats by not providing a timeout
* chore(typing): annotate `utils/debug.py`
* ConnectionPool can\'t be used after .resize(..., reset=True) (resolves #2018)
* Fix Redis connections after reconnect - consumer starts consuming the tasks after crash.
* Add support for mongodb+srv scheme
* Reverted limiting requests<2.32.0 in requirements/default.txt but kept in tox.ini due to docker-py issue 3256
* Redis transport - Redelivered messages should respect the original priority
* Exclude Unit 3.9 from CI
* Fixed CI error from excluding Python 3.9 unit tests
* Sun Apr 14 2024 Dirk Müller - 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 - 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á - Clean up dependencies and address RPM warnings
* Thu Feb 01 2024 Dirk Müller - 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 - Add %{?sle15_python_module_pythons}
* Mon May 29 2023 Daniel Garcia - 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 - Add patch use-zoneinfo.patch:
* Use zoneinfo, rather than pytz.- Switch BuildRequires to zoneinfo and timezone.
* Thu Feb 23 2023 Steve Kowalik - Add patch support-pyro-5.patch:
* Use Pyro5\'s compatability layer.- Switch BuildRequires to Pyro5.
* Mon Mar 21 2022 Dirk Müller - 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 - add vine dependency
* Mon Jan 03 2022 Dirk Müller - 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 - 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á - 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.
* Mon Nov 16 2020 Steve Kowalik - Update to 5.0.2:
* Bump required amqp version to 5.0.0.
* Removed kombu.five from the reference documentation since it no longer exists
* Adjusted the stable documentation\'s version in Sphinx\'s configuration since that was overlooked in the latest release
* BREAKING CHANGE: Dropped support for Python 2 (#1232)
* Add an SQS transport option for custom botocore config (#1219)
* Thu Jul 09 2020 Matthias Fehring - update to 4.6.11 - Revert incompatible changes in #1193 and additional improvements (#1211) - Default_channel should reconnect automatically (#1209)- drop unnecessary fakeredis dependency to fix build on older distros
* Sun Jun 14 2020 Dirk Mueller - update to 4.6.10: - set _connection in _ensure_connection (#1205) - Fix for the issue #1172 - reuse connection [bug fix] - Prevent failure if AWS creds are not explicitly defined on predefined. - Raise RecoverableConnectionError in maybe_declare with retry on and. - possible fix for #1174 . - Fix: make SQLAlchemy Channel init thread-safe - Added integration testing infrastructure for RabbitMQ - Initial redis integration tests implementation - SQLAlchemy transport: Use Query.with_for_update() instead of deprecated - Fix Consumer Encoding - Added Integration tests for direct, topic and fanout exchange types - Added TTL integration tests - Added integration tests for priority queues - fix 100% cpu usage on linux while using sqs - Modified Mutex to use redis LuaLock implementation - Fix: eliminate remaining race conditions from SQLAlchemy Channel - Fix connection imaybe_declare (#1196) - Fix for issue #1198: Celery crashes in cases where there aren’t enough - Ensure connection when connecting to broker - update pyamqp to 2.6 with optional cythonization
* Mon Mar 30 2020 Marketa Calabkova - Update to 4.6.8
* Add support for health_check_interval option in broker_transport_options.
* Adding retry_on_timeout parameter
* Support standard values for ssl_cert_reqs query parameter.
* enabled ssl certificate verification when amqps is used for pyamqp transport
* Thu Mar 12 2020 Tomáš Chvátal - Fix build without python2
* Fri Dec 20 2019 Dirk Mueller - drop unnecessary zstandard dependency to fix build on older distros
* Fri Dec 13 2019 Matthias Fehring - Update to 4.6.7: - Use importlib.metadata from the standard library on Python 3.8+ (#1086). - Add peek lock settings to be changed using transport options (#1119). - Fix redis health checks (#1122). - Reset ready before execute callback (#1126). - Add missing parameter queue_args in kombu.connection.SimpleBuffer (#1128)- Update to 4.6.6: - Revert _lookup_direct and related changes of redis. - Python 3.8 support - Fix \'NoneType\' object has no attribute \'can_read\' bug of redis transport - Issue #1019 Fix redis transport socket timeout - Add wait timeout settings to receive queue message (#1110) - Bump py-amqp to 2.5.2- Remove patches now included upstream: - python38.patch
* Tue Oct 08 2019 Tomáš Chvátal - Update to 4.6.5: - Revert _lookup api and correct redis implemetnation. - 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. - Sanitise url when include_password is false - Pinned pycurl to 7.43.0.2 as it is the latest build with wheels provided - Bump py-amqp to 2.5.2- Rebase python38.patch
* Wed Sep 11 2019 Tomáš Chvátal - Update to 4.6.4: - Use importlib-metadata instead of pkg_resources for better performance - Allow users to switch URLs while omitting the resource identifier (#1032) - Don\'t stop receiving tasks on 503 SQS error. (#1064) - Fix maybe declare (#1066) - Revert \"Revert \"Use SIMEMBERS instead of SMEMBERS to check for queue (Redis Broker) - Fix MongoDB backend to work properly with TTL (#1076) - Make sure that max_retries=0 is treated differently than None (#1080) - Bump py-amqp to 2.5.1- Add patch to fix build with py 3.8:
* python38.patch
* Fri Jul 19 2019 Tomáš Chvátal - Do not depend on pytest-sugar, it is just pretty-formatter
* Wed Jun 19 2019 pgajdosAATTsuse.com- version update to 4.6.3
* Revert FastUUID for kombu 4.6
* Fix sbugs and regressions
* other bu fixes
* Tue Apr 23 2019 Thomas Bechtold - Add redis version for BuildRequires. The tests fail with a lower version so detect that early
* Fri Apr 05 2019 pgajdosAATTsuse.com- version update to 4.5.0 - The Redis transport now supports a custom separator for keys. - When the SQS server returns a timeout we ignore it and keep trying instead of raising an error. - Properly declare async support for the Qpid transport. - Revert `celery/kombu#906 `_ and introduce unique broadcast queue names as an optional keyword argument. - Codebase improvements and fixes
* Thu Mar 28 2019 pgajdosAATTsuse.com- version update to 4.4.0
* Restore bz2 import checks in compression module.
* Fix regression that occurred in 4.3.0 when parsing Redis Sentinel master URI containing password.
* Handle the case when only one Redis Sentinel node is provided.
* Support SSL URL parameters correctly for `rediss://`` URIs.
* Revert `celery/kombu#954 `_. Instead bump the required redis-py dependency to 3.2.0 to include this fix `andymccurdy/redis-pyAATT4e1e748
* Added support for broadcasting using a regular expression pattern or a glob pattern to multiple Pidboxes.
* Wed Mar 13 2019 Hans-Peter Jansen - Build require a more current msgpack version
* Fri Feb 15 2019 John Vandenberg - Added minimum versions to dependencies where provided by upstream- Re-enable tests on Python 3- Update to 4.3.0
* Added Python 3.7 support.
* Avoid caching queues which are declared with a TTL. Queues that are declared with a TTL are now also be excluded from the in-memory cache in case they expire between publishes on the same channel.
* Added an index to the Message table for the SQLAlchemy transport. The index allows to effectively sorting the table by the message\'s timestamp.
* Added a timeout that limits the amount of time we retry to reconnect to a transport.
* Class celery.asynchronous.hub.Hub is now reentrant. This allows calling celery.bin.celery.main to revive a worker in the same process after rescuing from shutdown.
* Queues now accept string exchange names as arguments as documented. Tests were added to avoid further regressions.
* Specifying names for broadcast queues now work as expected. Previously, named broadcast queues did not create multiple queues per worker. They incorrectly declared the named queue which resulted in one queue per fanout exchange, thus missing the entire point of a fanout exchange. The behavior is now matched to unnamed broadcast queues.
* When initializing the Redis transport in conjunction with gevent restore all unacknowledged messages to queue.
* Allow kombu.simple.SimpleQueue to pass queue_arguments to Queue object, which allows it to connect to RabbitMQ queues with custom arguments like \'x-queue-mode\'=\'lazy\'.
* Add support for \'rediss\' scheme for secure Redis connections.
* Added the Azure Storage Queues transport.
* Added the Azure Service Bus transport.
* Drop remaining mentions of Jython support completely.
* When publishing messages to the Pidbox, retry if an error occurs.
* Fix infinite loop in kombu.asynchronous.hub.Hub.create_loop. Previous attempt to fix the problem (PR kombu/760) did not consider an edge case. It is now fixed.
* Worker shutdown no longer duplicates messages when using the SQS broker.
* When using the SQS broker, prefer boto\'s default region before our hardcoded default.
* Fixed closing of shared redis sockets which previously caused Celery to hang.
* the Pyro transport now works with recent Pyro versions. Also added a Pyro Kombu Broker that this transport needs for its queues.
* Handle non-base64-encoded SQS messages.
* Move the handling of Sentinel failures to the redis library itself. Previously, Redis Sentinel worked only if the first node\'s sentinel service in the URI was up. A server outage would have caused downtime.
* When using Celery and the pickle serializer with binary data as part of the payload, `UnicodeDecodeError` would be raised as the content was not utf-8. We now replace on errors.
* Allow setting boto3.sqs.create_queue Attributes via transport_options.
* Fixed infinite loop when entity.channel is replaced by revive() on connection drop.
* Added optional support for Brotli compression.
* When using the SQS broker, FIFO queues with names that ended with the \'f\' letter were incorrectly parsed. This is now fixed.
* Added optional support for LZMA compression.
* Added optional support for ZStandard compression.
* Require py-amqp 2.4.0 as the minimum version.
* The value of DISABLE_TRACEBACKS environment variable is now respected on debug, info and warning logger level.
* As documented in kombu/#741 and eventlet/eventlet#415 there is a mismatch between the monkey-patched eventlet queue and the interface Kombu is expecting. This causes Celery to crash when the broker_pool_limit configuration option is set. eventlet/eventlet#415 suggests that the mutex can be a noop. This is now the case.
* Documentation improvements
* Thu Jan 31 2019 mceplAATTsuse.com- Updated to 4.2.2.post1: - Support both Redis client version 2.x and version 3.x.
* Wed Aug 15 2018 sjamgadeAATTsuse.com- Updated to 4.2.1
* The 4.2.0 release contained remains of the ``async`` module by accident. This is now fixed.
* Handle librabbitmq fileno raising a ValueError when socket is not connected.
* Now passing ``max_retries``, ``interval_start``, ``interval_step``, ``interval_max`` parameters from broker ``transport_options`` to :meth:`~kombu.Connection.ensure_connection` when returning :meth:`~kombu.Connection.default_connection` (Issue #765).
* Qpid: messages are now durable by default
* Kombu now requires version 2.10.4 or greater of the redis library, in line with Celery
* Fixed ImportError in some environments with outdated simplejson
* MongoDB: fixed failure on MongoDB versions with an \"-rc\" tag
* Ensure periodic polling frequency does not exceed timeout in virtual transport
* Fixed string handling when using python-future module
* Replaced \"async\" with \"asynchronous\" in preparation for Python 3.7
* Allow removing pool size limit when in use
* Codebase improvements and fixes
* Documentation improvements- added python as requirement for ssl module is needed by amqp
* Wed May 23 2018 mceplAATTsuse.com- Clean up SPEC and obsolete python-carrot- Remove superfluous python-devel
* Tue Jan 30 2018 dmuellerAATTsuse.com- update to 4.1.0: - RabbitMQ: Ensured safer encoding of queue arguments. - Added fallback to :func:``uuid.uuid5`` in :func:``generate_oid`` if - Added Python 3.6 to CI testing - Fixed bug around modifying dictionary size while iterating over it
* Wed Jun 28 2017 benoit.moninAATTgmx.fr- convert the package to singlespec- import changes from python3-kombu:
* add AUTHORS to the package documentation
* use a more precise file list- drop test BuildRequires mock, nose-cover3 and unittest2: not needed anymore- add fdupes as BuildRequires and call it after install- skip the tests for python3 since they fail with python 3.6 (#675)
* Thu Mar 16 2017 dmuellerAATTsuse.com- update to 4.0.2: - Now depends on :mod:`amqp` 2.0. The new py-amqp version have been refactored for better performance, using modern Python socket conventions, and API consistency. - No longer depends on :mod:`anyjson`. Kombu will now only choose between :pypi:`simplejson` and the built-in :mod:`json`. - Removed transports that are no longer supported in this version: - Django ORM transport - SQLAlchemy ORM transport - Beanstalk transport - ZeroMQ transport - amqplib transport (use pyamqp).
* Mon Nov 14 2016 dmuellerAATTsuse.com- update to 3.0.35: - msgpack: msgpack support now requires msgpack-python > 0.4.7. - Redis: TimeoutError was no longer handled as a recoverable error. - msgpack: Fixes support for binary/unicode data - Qpid: Adds async error handling. - msgpack: Use binary encoding instead of utf-8 (Issue #570).
* Wed Jan 13 2016 antoine.belvireAATTlaposte.net- Update to 3.0.33:
* Now depends on :mod:`amqp` 1.4.9
* Redis: Fixed problem with auxilliary connections causing the main consumer connection to be closed (Issue #550)
* Qpid: No longer uses threads to operate, to ensure compatibility with all environments (Issue #531)- See /usr/share/doc/packages/python-kombu/Changelog for changes introduced between 3.0.27 and 3.0.32- Remove fix-tests.patch
* Mon Sep 14 2015 tbechtoldAATTsuse.com- Add fix-tests.patch to fix testcases with newer python-mock.
* Fri Jul 24 2015 seife+obsAATTb1-systems.com- fix non-SUSE build by conditionalizing Suggests: tag
* Thu May 07 2015 benoit.moninAATTgmx.fr- update to 3.0.26:
* Fixed compatibility with py-redis versions before 2.10.3 (Issue #470)- update project URL- set a minimum version for python-anyjson in BuildRequires- add back python-msgpack-python as test requirement- pass -q to test to avoid spamming the build log
* Wed Apr 22 2015 tbechtoldAATTsuse.com- update to 3.0.25: - pyamqp/librabbitmq now uses 5671 as default port when SSL is enabled (Issue #459). - Redis: Now supports passwords in ``redis+socket://:passAATThost:port`` URLs (Issue #460). - ``Producer.publish`` now defines the ``expiration`` property in support of the `RabbitMQ per-message TTL extension`_. - Connection transport attribute now set correctly for all transports. - qpid: Fixed bug where the connectionw as not being closed properly. - :class:`~kombu.entity.bindings` is now JSON serializable (Issue #453). - Fixed typo in error when yaml is not installed (said ``msgpack``). - Redis: Now properly handles ``TimeoutError raised by py-redis. - qpid: Adds additional string to check for when connecting to qpid. When we connect to qpid, we need to ensure that we skip to the next SASL mechanism if the current mechanism fails. Otherwise, we will keep retrying the connection with a non-working mech. - qpid: Handle ``NotFound`` exceptions. - :class:`Queue.__repr__` now makes sure return value is not unicode (Issue #440). - qpid: ``Queue.purge`` incorrectly raised :exc:`AttributeErrror` if the does not exist (Issue #439). - Linux: Now ignores permission errors on epoll unregister.
* Thu Nov 20 2014 mciharAATTsuse.cz- update to version 3.0.24: - The `Qpid `_ broker is supported for Python 2.x environments. The Qpid transport includes full SSL support within Kombu. See the :mod:`kombu.transport.qpid` docs for more info. - Dependencies: extra[librabbitmq] now requires librabbitmq 1.6.0 - Docstrings for :class:`~kombu.utils.limit.TokenBucket` did not match implementation. - :func:`~kombu.common.oid_from` accidentally called ``uuid.getnode()`` but did not use the return value. - Redis: Now ignores errors when cosing the underlying connection. - Redis: Restoring messages will now use a single connection. - ``kombu.five.monotonic``: Can now be imported even if ctypes is not available for some reason (e.g. App Engine) - Documentation: Improved example to use the ``declare`` argument to ``Producer`` (Issue #423). - Django: Fixed ``app_label`` for older Django versions (``< 1.7``). (Issue #414).- fixed python-amqp BuildRequire
 
ICM