oslo.privsep/oslo_privsep
Cyril Roelandt 3474dd5074 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

Change-Id: Ia4325a1c159812ed7879066e2803fbc68bb26665
2024-08-29 21:22:33 +02:00
..
functional Add timeout to PrivContext and entrypoint_with_timeout decorator 2021-06-23 09:43:33 +02:00
locale Imported Translations from Zanata 2023-06-22 04:16:41 +00:00
tests Python 3.13: do not use removed module "pipes" 2024-08-29 21:22:33 +02:00
__init__.py Initial cookiecutter project 2015-10-23 18:51:29 +11:00
_i18n.py Update URLs in documents according to document migration 2017-07-12 23:09:35 +08:00
capabilities.py add new kernel capabilities 2023-12-19 16:07:09 +01:00
comm.py Merge "Add note explaining max_buffer_size value" 2022-04-11 21:59:32 +00:00
daemon.py setgid should be called before setuid 2023-03-03 08:49:26 +01:00
priv_context.py Add timeout to PrivContext and entrypoint_with_timeout decorator 2021-06-23 09:43:33 +02:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:22 -05:00