ZypperSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Zypper patching is performed by running zypper patch
. See also
https://en.opensuse.org/SDB:Zypper_manual.
Attributes | |
---|---|
Name | Description |
with_optional |
bool
Adds the --with-optional flag to zypper patch .
|
with_update |
bool
Adds the --with-update flag, to zypper patch .
|
categories |
Sequence[str]
Install only patches with these categories. Common categories include security, recommended, and feature. |
severities |
Sequence[str]
Install only patches with these severities. Common severities include critical, important, moderate, and low. |
excludes |
Sequence[str]
List of patches to exclude from update. |
exclusive_patches |
Sequence[str]
An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch: |
Methods
__delattr__
__delattr__(key)
Delete the value on the given field.
This is generally equivalent to setting a falsy value.
__eq__
__eq__(other)
Return True if the messages are equal, False otherwise.
__ne__
__ne__(other)
Return True if the messages are unequal, False otherwise.
__setattr__
__setattr__(key, value)
Set the value on the given field.
For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.