SHA256
1
0
forked from pool/python-kombu

9 Commits

Author SHA256 Message Date
38524b5305 Accepting request 1277390 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=87
2025-05-14 15:02:03 +00:00
696c30628c - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=193
2025-05-14 10:29:07 +00:00
65ad6e8548 Accepting request 1268445 from devel:languages:python
Another new dependency is needed for this: https://build.opensuse.org/requests/1268444

OBS-URL: https://build.opensuse.org/request/show/1268445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=86
2025-04-11 14:49:25 +00:00
e5c33b0183 Add missing dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=191
2025-04-10 15:27:10 +00:00
ad229840f9 - Update to 5.5.2
depends on: https://build.opensuse.org/requests/1268044

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=190
2025-04-10 13:39:30 +00:00
1515665369 Accepting request 1206570 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=85
2024-10-09 20:14:07 +00:00
d7dc29f2d7 - Skip one test failing with new redis, upstream is aware of that
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=188
2024-10-09 17:19:02 +00:00
df985b2002 Accepting request 1205381 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1205381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=84
2024-10-03 15:40:28 +00:00
0ed3f37fff - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=186
2024-10-03 08:38:58 +00:00
4 changed files with 94 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:011c4cd9a355c14a1de8d35d257314a1d2456d52b7140388561acac3cf1a97bf
size 439344

3
kombu-5.5.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:021a0e11fcfcd9b0260ef1fb64088c0e92beb976eb59c1dfca7ddd4ad4562ea2
size 461784

View File

@@ -1,3 +1,81 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-kombu
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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.3
Release: 0
Summary: AMQP Messaging Framework for Python
License: BSD-3-Clause
@@ -27,29 +27,30 @@ 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 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: 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
@@ -81,7 +82,8 @@ rm t/unit/transport/test_azureservicebus.py
%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