Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Split-parser-creation-and-parser-for-inventory.patch | Split parser creation and parser for inventory Access to the object separate from parsing allows us to use argparse-manpage to generate a man page in the Debian package automatically. We also need to set 'prog' explicitly rather than let it be picked up via argv[0] so that when we load the parser via argparse-manpage it produces the right value. |
Clint Byrum <clint@fewbar.com> | no | 2019-01-06 | ||
0002-Fix-dogpile.cache-0.7.0-interaction.patch | Fix dogpile.cache 0.7.0 interaction Due to the change in behavior in dogpile.cache > 0.7.0 where bound methods can no longer be passed to the cache_on_arguments decorator, openstackSDK now explicitly provides a non-method wrapper for all elements passed to cache_on_arguments. This is handled via an explicit no-op decorator. functools.wraps is used to preserve data from the original method. |
Morgan Fainberg <morgan.fainberg@gmail.com> | no | 2018-12-14 |