Commit Graph

221 Commits

Author SHA256 Message Date
Ana Guerrero
5ff60855a2 Accepting request 1167624 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1167624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=83
2024-04-14 09:56:32 +00:00
c12b3930a8 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=184
2024-04-14 07:47:21 +00:00
Ana Guerrero
cd540cd093 Accepting request 1164300 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1164300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=82
2024-04-03 15:20:51 +00:00
a338428f10 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=182
2024-04-03 08:24:30 +00:00
Ana Guerrero
4c8b43ac03 Accepting request 1145098 from devel:languages:python
- Clean up dependencies and address RPM warnings

OBS-URL: https://build.opensuse.org/request/show/1145098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=81
2024-02-08 18:03:16 +00:00
213cac2193 Accepting request 1145080 from home:mcalabkova:branches:devel:languages:python
- Clean up dependencies and address RPM warnings

OBS-URL: https://build.opensuse.org/request/show/1145080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=180
2024-02-08 09:07:56 +00:00
Ana Guerrero
92996f1ce5 Accepting request 1143296 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1143296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=80
2024-02-01 17:06:03 +00:00
fb61a4a193 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=178
2024-02-01 10:47:42 +00:00
Dominique Leuenberger
d238802041 Accepting request 1092371 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=79
2023-06-12 13:26:15 +00:00
c1cb3cf773 Accepting request 1092329 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=176
2023-06-11 20:07:22 +00:00
Dominique Leuenberger
c342bb8e36 Accepting request 1089520 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1089520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=78
2023-05-29 20:47:46 +00:00
b5cdef1efd - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=174
2023-05-29 07:16:24 +00:00
Dominique Leuenberger
9cb7a3a189 Accepting request 1078545 from devel:languages:python
- Add patch use-zoneinfo.patch:
  * Use zoneinfo, rather than pytz.
- Switch BuildRequires to zoneinfo and timezone.

OBS-URL: https://build.opensuse.org/request/show/1078545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=77
2023-04-12 10:52:07 +00:00
Steve Kowalik
70197b2d84 - Add patch use-zoneinfo.patch:
* Use zoneinfo, rather than pytz.
- Switch BuildRequires to zoneinfo and timezone.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=172
2023-04-12 02:17:34 +00:00
Dominique Leuenberger
badfba7566 Accepting request 1067310 from devel:languages:python
- Add patch support-pyro-5.patch:
  * Use Pyro5's compatability layer.
- Switch BuildRequires to Pyro5.

OBS-URL: https://build.opensuse.org/request/show/1067310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=76
2023-02-23 15:28:34 +00:00
Steve Kowalik
3e51175e61 - Add patch support-pyro-5.patch:
* Use Pyro5's compatability layer.
- Switch BuildRequires to Pyro5.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=170
2023-02-23 06:09:52 +00:00
Dominique Leuenberger
d07bb3a7ef Accepting request 963484 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/963484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=75
2022-03-23 19:15:28 +00:00
7ae91df9c9 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=168
2022-03-21 08:22:15 +00:00
Dominique Leuenberger
57f2ba5ad0 Accepting request 945463 from devel:languages:python
- add vine dependency

OBS-URL: https://build.opensuse.org/request/show/945463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=74
2022-01-11 20:17:21 +00:00
a86414696b - add vine dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=167
2022-01-11 00:07:29 +00:00
Dominique Leuenberger
fab61a7e07 Accepting request 943612 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/943612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=73
2022-01-05 12:39:26 +00:00
4e446c727d - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=166
2022-01-03 14:18:42 +00:00
Dominique Leuenberger
3147df3eb0 Accepting request 939990 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/939990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=72
2021-12-13 19:41:42 +00:00
ef93e67df2 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=165
2021-12-11 22:23:46 +00:00
Dominique Leuenberger
d7695ccd98 Accepting request 903718 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/903718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=71
2021-07-10 20:53:58 +00:00
85bef0335a Accepting request 903715 from home:mcalabkova:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/903715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=164
2021-07-02 13:30:17 +00:00
4bc5d03284 Accepting request 903199 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/903199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=163
2021-07-02 08:18:37 +00:00
Dominique Leuenberger
c429ef4a1a Accepting request 853806 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/853806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=70
2020-12-12 19:29:09 +00:00
Steve Kowalik
09ec8d5b97 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=161
2020-11-17 03:50:34 +00:00
Dominique Leuenberger
23e1da0fa8 Accepting request 819679 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/819679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=69
2020-07-15 10:05:40 +00:00
Tomáš Chvátal
4a1674c808 Accepting request 819673 from home:buschmann23:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/819673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=159
2020-07-09 06:49:06 +00:00
Dominique Leuenberger
376236803e Accepting request 814552 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/814552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=68
2020-06-21 16:51:11 +00:00
b4c3471271 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=157
2020-06-14 09:28:58 +00:00
Dominique Leuenberger
485e972897 Accepting request 789804 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/789804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=67
2020-04-19 19:48:05 +00:00
Tomáš Chvátal
f61a3266a7 Accepting request 789790 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/789790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=155
2020-03-30 14:56:07 +00:00
Dominique Leuenberger
abaa3dd04b Accepting request 784147 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/784147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=66
2020-03-26 23:20:43 +00:00
Tomáš Chvátal
9dc7db207a - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=153
2020-03-12 07:24:21 +00:00
Dominique Leuenberger
503d959cb5 Accepting request 758625 from devel:languages:python
- drop unnecessary zstandard dependency to fix build on older distros

OBS-URL: https://build.opensuse.org/request/show/758625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=65
2020-01-01 13:57:48 +00:00
c6fe8fb296 - drop unnecessary zstandard dependency to fix build on older distros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=151
2019-12-20 19:05:43 +00:00
Dominique Leuenberger
882dffdbdb Accepting request 756868 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/756868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=64
2019-12-16 16:26:24 +00:00
Tomáš Chvátal
bebdd58f8c Accepting request 756812 from home:buschmann23:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/756812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=149
2019-12-13 16:56:26 +00:00
Dominique Leuenberger
f4fe1c583b Accepting request 736029 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/736029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=63
2019-10-10 09:51:26 +00:00
Tomáš Chvátal
c45107de47 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=147
2019-10-08 08:58:11 +00:00
Dominique Leuenberger
5380b56eef Accepting request 730150 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/730150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=62
2019-09-23 10:08:34 +00:00
Tomáš Chvátal
9f473c5a88 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=145
2019-09-11 13:24:35 +00:00
Dominique Leuenberger
613282863d Accepting request 717022 from devel:languages:python
- Do not depend on pytest-sugar, it is just pretty-formatter

OBS-URL: https://build.opensuse.org/request/show/717022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=61
2019-07-30 11:02:31 +00:00
Tomáš Chvátal
95e361302b - Do not depend on pytest-sugar, it is just pretty-formatter
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=143
2019-07-19 10:47:32 +00:00
Dominique Leuenberger
28741980ef Accepting request 710886 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/710886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=60
2019-06-27 13:52:36 +00:00
Tomáš Chvátal
03e2165cdb Accepting request 710883 from home:pgajdos
- version update to 4.6.3
  * Revert FastUUID for kombu 4.6
  * Fix sbugs and regressions
  * other bu fixes

OBS-URL: https://build.opensuse.org/request/show/710883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=141
2019-06-19 11:40:16 +00:00
Yuchen Lin
4eddf18fa5 Accepting request 697114 from devel:languages:python
- Add redis version for BuildRequires. The tests fail with a
  lower version so detect that early

OBS-URL: https://build.opensuse.org/request/show/697114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=59
2019-04-26 20:42:18 +00:00