Debian Patches
Status for kombu/5.5.4-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Remove-image-from-remote-donation-site-privacy-issue.patch | Remove image from remote donation site (privacy issue) | Christopher Hoskin <mans0954@debian.org> | not-needed | 2017-03-21 | ||
0002-Disable-intershpinx-mapping-for-now.patch | Disable intershpinx mapping for now. The best way to fix network requests when building the documentation would be to patch INTERSPHINX_MAPPING in sphinx_celery.conf in src:sphinx-celery. |
Michael Fladischer <FladischerMichael@fladi.at> | no | 2020-09-23 | ||
0003-Satisfy-assinine-sphinx-7.x-parsing-logic-for-copyri.patch | Satisfy assinine sphinx 7.x parsing logic for copyright year substitution. | Michael Fladischer <fladi@debian.org> | no | debian | 2023-10-31 | |
0004-pyro5.patch | no | https://github.com/celery/kombu/issues/1653 | ||||
3e1676529b70f3965f94087744d8e43aeddc941f.patch | [PATCH] Normalize mongodb options keys (#2347) * transport/mongodb: normalize URI options to lowercase and flatten single-item lists Normalize MongoDB URI option keys to lowercase and flatten single-item lists returned by `uri_parser.parse_uri`. This ensures that query params like `replicaSet=test_rs` are accessible as `options['replicaset']` with a scalar value, matching existing Kombu tests and expectations. Normalization is performed before `_prepare_client_options` so that lowercased keys (e.g., `readpreference`) are properly handled. * Update kombu/transport/mongodb.py * Update kombu/transport/mongodb.py * Update kombu/transport/mongodb.py * Update kombu/transport/mongodb.py * Added tests and resolved lint issues |
Michele Ghirardelli <50736672+ghirailghiro@users.noreply.github.com> | no | 2025-08-10 |