Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
install-missing-files.patch | Install missing files | Thomas Goirand <zigo@debian.org> | not-needed | 2016-03-25 | ||
Python-3.13-do-not-use-removed-module-pipes.patch | Python 3.13: do not use removed module "pipes" This module has been removed in Python 3.13. There is no change in functionality: . $ python3 Python 3.12.4 (main, Jun 12 2024, 19:06:53) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import shlex, pipes <stdin>:1: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 >>> shlex.quote == pipes.quote True diff --git a/manila/share/drivers/dell_emc/common/enas/connector.py b/manila/share/drivers/dell_emc/common/enas/connector.py index 426e7de..eaadbcb 100644 |
Cyril Roelandt <cyril@redhat.com> | no | debian | upstream, https://review.opendev.org/c/openstack/manila/+/931804 | 2024-10-08 |