Updated packages

This commit is contained in:
2022-04-30 16:33:30 +02:00
parent c1b7fca8d5
commit 96f402dcdd
41 changed files with 202 additions and 202 deletions

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,12 +14,12 @@ sh-edraft Common Python library
__title__ = 'cpl_core'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
# imports:
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.application'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -26,4 +26,4 @@ from .application_builder_abc import ApplicationBuilderABC
from .startup_abc import StartupABC
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.configuration'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -27,4 +27,4 @@ from .configuration_variable_name_enum import ConfigurationVariableNameEnum
from .console_argument import ConsoleArgument
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.console'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -27,4 +27,4 @@ from .foreground_color_enum import ForegroundColorEnum
from .spinner_thread import SpinnerThread
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,17 +1,17 @@
{
"ProjectSettings": {
"Name": "sh_cpl-core",
"Name": "cpl-core",
"Version": {
"Major": "2021",
"Minor": "11",
"Micro": "0.post5"
"Minor": "6",
"Micro": "1"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Common Python library",
"LongDescription": "sh-edraft Common Python library",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2020 - 2021",
"CopyrightDate": "2020 - 2022",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.database'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -25,4 +25,4 @@ from .database_settings import DatabaseSettings
from .table_abc import TableABC
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.database.connection'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -24,4 +24,4 @@ from .database_connection import DatabaseConnection
from .database_connection_abc import DatabaseConnectionABC
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.database.context'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -24,4 +24,4 @@ from .database_context import DatabaseContext
from .database_context_abc import DatabaseContextABC
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.dependency_injection'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -28,4 +28,4 @@ from .service_provider import ServiceProvider
from .service_provider_abc import ServiceProviderABC
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.environment'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -25,4 +25,4 @@ from .environment_name_enum import EnvironmentNameEnum
from .application_environment import ApplicationEnvironment
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.logging'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -27,4 +27,4 @@ from .logging_settings import LoggingSettings
from .logging_settings_name_enum import LoggingSettingsNameEnum
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.mailing'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -27,4 +27,4 @@ from .email_client_settings import EMailClientSettings
from .email_client_settings_name_enum import EMailClientSettingsNameEnum
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.time'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -24,4 +24,4 @@ from .time_format_settings import TimeFormatSettings
from .time_format_settings_names_enum import TimeFormatSettingsNamesEnum
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')

View File

@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
"""
sh_cpl-core sh-edraft Common Python library
cpl-core sh-edraft Common Python library
~~~~~~~~~~~~~~~~~~~
sh-edraft Common Python library
:copyright: (c) 2020 - 2021 sh-edraft.de
:copyright: (c) 2020 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library
__title__ = 'cpl_core.utils'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post5'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2021.6.1'
from collections import namedtuple
@@ -25,4 +25,4 @@ from .string import String
from .pip import Pip
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post5')
version_info = VersionInfo(major='2021', minor='6', micro='1')