forked from pool/python-kombu
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
dc4a32d6d3 | |||
cb72454f7f | |||
38524b5305 | |||
696c30628c | |||
65ad6e8548 | |||
e5c33b0183 | |||
ad229840f9 | |||
1515665369 | |||
d7dc29f2d7 | |||
df985b2002 | |||
0ed3f37fff |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:011c4cd9a355c14a1de8d35d257314a1d2456d52b7140388561acac3cf1a97bf
|
||||
size 439344
|
3
kombu-5.5.4.tar.gz
Normal file
3
kombu-5.5.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:886600168275ebeada93b888e831352fe578168342f0d1d5833d88ba0d847363
|
||||
size 461992
|
@@ -1,3 +1,95 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 12 12:25:54 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
|
||||
|
||||
- Convert to pip-based build
|
||||
- Update to 5.5.4
|
||||
* chore: add Codecov test analytics by @thomasrockhu-codecov in #2290
|
||||
* Added DeepWiki to README by @Nusnus in #2295
|
||||
* redis.connection.ConnectionPool API change: get_connection does not accept arguments by @woutdenolf in #2294
|
||||
* Update mongodb.txt to match celery version by @auvipy in #2297
|
||||
* Update ubuntu version as per blacksmiths update by @auvipy in #2301
|
||||
* Resolve logger warnings by @emmanuel-ferdman in #2302
|
||||
* Fixed lint error from kombu/transport/native_delayed_delivery.py by @Nusnus in #2308
|
||||
* Prepare for release: v5.5.4 by @Nusnus in #2309
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 09:59:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 5.5.3
|
||||
* Fix error of double normalization options from URI in mongodb
|
||||
transport (#2282)
|
||||
* Move use of typing_extensions into TYPE_CHECKING block (#2283)
|
||||
* Do not pin package tzdata anymore (#2274)
|
||||
* Typo in pools's documentation (#2285)
|
||||
* Prepare for release: v5.5.3 (#2288)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 14:57:10 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 5.5.2
|
||||
* Bump tzdata from 2025.1 to 2025.2 by @dependabot in #2268
|
||||
* Downgrad kafka version to make the CI green again by
|
||||
@auvipy in #2271
|
||||
* Attempt to fix retry loop in maybe_declare() when broken
|
||||
connection by @olii in #2275
|
||||
* Prepare for release: v5.5.2 by @Nusnus in #2278
|
||||
- Update to 5.5.1
|
||||
* Update trove classifier with missing python 3.13 by
|
||||
@auvipy in #2262
|
||||
* Fix native_delayed_delivery for queue with explicit bindings
|
||||
by @banksemi in #2263
|
||||
* SQS: Fix Query Protocol Content-Type header by @hfern in #2266
|
||||
* SQS: More Protocol Tests by @hfern in #2267
|
||||
* Prepare for release: v5.5.1 by @Nusnus in #2270
|
||||
- Update to 5.5.0
|
||||
* Native Delayed Delivery
|
||||
* urllib3 instead of curl
|
||||
* Transport: Google Pub/Sub
|
||||
* full changelog: https://github.com/celery/kombu/releases/tag/v5.5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 08:16:35 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Skip one test failing with new redis, upstream is aware of that
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 08:31:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 07:46:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-kombu
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-kombu
|
||||
Version: 5.3.7
|
||||
Version: 5.5.4
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
@@ -27,29 +27,32 @@ Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{v
|
||||
# PATCH-FIX-OPENSUSE Use Pyro4 compatibility for now, upstream should switch
|
||||
# for 5.3
|
||||
Patch0: support-pyro-5.patch
|
||||
BuildRequires: %{python_module Brotli >= 1.0.0}
|
||||
BuildRequires: %{python_module Brotli >= 1.0.9}
|
||||
BuildRequires: %{python_module PyYAML >= 3.10}
|
||||
BuildRequires: %{python_module Pyro5}
|
||||
BuildRequires: %{python_module SQLAlchemy}
|
||||
BuildRequires: %{python_module amqp >= 5.1.1}
|
||||
BuildRequires: %{python_module azure-identity >= 1.12.0}
|
||||
BuildRequires: %{python_module boto3 >= 1.26.143}
|
||||
BuildRequires: %{python_module google-cloud-monitoring}
|
||||
BuildRequires: %{python_module google-cloud-pubsub}
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module msgpack}
|
||||
BuildRequires: %{python_module pycurl >= 7.43.0.2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pre-commit}
|
||||
BuildRequires: %{python_module pycurl >= 7.43.0.5}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module redis >= 3.4.1}
|
||||
BuildRequires: %{python_module setuptools >= 20.6.7}
|
||||
BuildRequires: %{python_module redis >= 4.5.2}
|
||||
BuildRequires: %{python_module setuptools >= 47}
|
||||
BuildRequires: %{python_module vine}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: timezone
|
||||
Requires: python-amqp >= 5.1.1
|
||||
Requires: python-tzdata
|
||||
Requires: python-vine
|
||||
%if 0%{?python_version_nodots} < 310
|
||||
Requires: python-typing_extensions
|
||||
%endif
|
||||
Recommends: python-Brotli >= 1.0.0
|
||||
Recommends: python-Brotli >= 1.0.9
|
||||
Recommends: python-PyYAML >= 3.10
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@@ -74,19 +77,20 @@ sed -i -e 's:==:>=:g' requirements/*.txt requirements/extras/*.txt
|
||||
rm t/unit/transport/test_azureservicebus.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
# test_global_keyprefix_transaction doesn't support new redis yet https://github.com/celery/kombu/pull/2132
|
||||
%pytest -k "not test_global_keyprefix_transaction"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc AUTHORS FAQ README.rst THANKS TODO
|
||||
%{python_sitelib}/kombu
|
||||
%{python_sitelib}/kombu-%{version}-py*.egg-info
|
||||
%{python_sitelib}/kombu-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user