0002 docs repro.patch | (download) |
doc/sphinx/conf.py |
9 0 + 9 - 0 !
1 file changed, 9 deletions(-) |
remove networked references from sphinx mapping
it causes the docs build to be non reproducible. python3-doc ships
a local database so it can be used instead, but other packages do
not, therefore we cannot upstream this patch.
|
duplicated named function.patch | (download) |
sdk/security/azure-mgmt-security/azure/mgmt/security/models/_models_py3.py |
57 19 + 38 - 0 !
1 file changed, 19 insertions(+), 38 deletions(-) |
remove duplicated named function argument
File /usr/lib/python3/dist-packages/azure/mgmt/security/models/_models_py3.py, line 531
def __init__(
^
SyntaxError: duplicate argument 'is_enabled' in function definition
|