[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -1,13 +1,10 @@
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.2
# This file was automatically generated by SWIG (https://www.swig.org).
# Version 4.3.1
#
# Do not make changes to this file unless you know what you are doing--modify
# Do not make changes to this file unless you know what you are doing - modify
# the SWIG interface file instead.
from sys import version_info as _swig_python_version_info
if _swig_python_version_info < (2, 7, 0):
raise RuntimeError("Python 2.7 or later required")
# Import the low-level C/C++ module
if __package__ or "." in __name__:
from . import _logging
@ -29,10 +26,10 @@ def _swig_repr(self):
def _swig_setattr_nondynamic_instance_variable(set):
def set_instance_attr(self, name, value):
if name == "thisown":
self.this.own(value)
elif name == "this":
if name == "this":
set(self, name, value)
elif name == "thisown":
self.this.own(value)
elif hasattr(self, name) and isinstance(getattr(type(self), name), property):
set(self, name, value)
else:
@ -151,7 +148,6 @@ class Output(object):
# Register Output in _logging:
_logging.Output_swigregister(Output)
class FdOutput(Output):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
@ -162,7 +158,6 @@ class FdOutput(Output):
# Register FdOutput in _logging:
_logging.FdOutput_swigregister(FdOutput)
class FileOutput(Output):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
@ -179,7 +174,6 @@ class FileOutput(Output):
# Register FileOutput in _logging:
_logging.FileOutput_swigregister(FileOutput)
class FileRotatorOutput(FileOutput):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
@ -193,7 +187,6 @@ class FileRotatorOutput(FileOutput):
# Register FileRotatorOutput in _logging:
_logging.FileRotatorOutput_swigregister(FileRotatorOutput)
class SyslogOutput(Output):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
@ -217,5 +210,3 @@ class SyslogOutput(Output):
# Register SyslogOutput in _logging:
_logging.SyslogOutput_swigregister(SyslogOutput)