Skip to content

Commit 6d01fa0

Browse files
slancer50shacharl
andauthored
Control-M Integrations Factory up to December 2024 (#113)
* Control-M Integrations Factory up to December 2024 * Control-M Integrations Factory up to December 2024 --------- Co-authored-by: shacharl <shachar_lancer@bmc.il>
1 parent 1826949 commit 6d01fa0

File tree

6 files changed

+362
-361
lines changed

6 files changed

+362
-361
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="ctm-python-client",
99
packages=find_packages(where="src"),
1010
package_dir={"": "src"},
11-
version="2.4.4",
11+
version="2.4.5",
1212
description="Python Workflows for Control-M",
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

src/aapi/integration_factory/connection_profiles.py

Lines changed: 160 additions & 159 deletions
Large diffs are not rendered by default.

src/aapi/integration_factory/jobs.py

Lines changed: 198 additions & 198 deletions
Large diffs are not rendered by default.

src/ctm_python_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '2.4.4'
1+
__version__ = '2.4.5'
22
__author__ = 'BMC Software'

src/ctm_python_client/ext/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__all__ = ['generate_ai_plugins_classes']
1010

11-
IF_PLUGINS = ['ZFN032022', 'ANS032024', 'OVM012024', 'ASM0220223', 'TAB072023', 'ADY122023', 'ABY122023', 'ODF0420241', 'NFI042024', 'AQS012023', 'SFI122022', 'KBN062023', 'ADO112023', 'ABA092022', 'AMM082023', 'GCC052024', 'AEC082022', 'ASF012023', 'TDM052022', 'BOO032022', 'ICS032022', 'GBQ102022', 'ZSY062022', 'MFW022023', 'GFU012023', 'AAR072022', 'RST062023', 'ALM012024', 'ASQ032024', 'TER102023', 'ZBA042022', 'ZRM082023', 'AHD062022', 'GVM062022', 'CMR022024', 'COM032023', 'GBA032023', 'DBX032022', 'SOP072023', 'SNF092022', 'ADB112022', 'ACF082023', 'ZVM062022', 'GDM082023', 'TDO042024', 'GDU102023', 'JEN022024', 'GLU062021', 'AAT052023', 'UIP072021', 'ATR122022', 'ZML022023', 'ZLA112022', 'GDR052023', 'QLC092022', 'BAK092023', 'ACS042023', 'ABK042023', 'ODI032024', 'MBI042022', 'ADF062021', 'DBT042023', 'ODS052024', 'ADP122022', 'MFL022023', 'ZDX112021', 'GDP042022', 'GDQ112023', 'GWF092023', 'AEM072022', 'GDF032022']
11+
IF_PLUGINS = ['TAB072023', 'AAR072022', 'GBA032023', 'DBX032022', 'TDM052022', 'ZBA042022', 'ASQ032024', 'ABK042023', 'QLC092022', 'ASF012023', 'ODI032024', 'MFW022023', 'JEN022024', 'AEM072022', 'RST062023', 'MFL022023', 'COM032023', 'AMM082023', 'AQS012023', 'ALM012024', 'UIP072021', 'ZFN032022', 'AHD062022', 'GVM062022', 'OVM012024', 'GWF092023', 'ACS042023', 'ZVM062022', 'ANS032024', 'MBI042022', 'ODF0420241', 'GDU102023', 'ODS052024', 'GCC052024', 'ZRM082023', 'ZML022023', 'ZLA112022', 'GDF032022', 'ASM0220223', 'NFI042024', 'ABY122023', 'ICS032022', 'CMR022024', 'ADB112022', 'TDO042024', 'ZDX112021', 'GBQ102022', 'ADP122022', 'GDR052023', 'GLU062021', 'ZSY062022', 'DBT042023', 'AEC082022', 'TER102023', 'SNF092022', 'ACF082023', 'AAT052023', 'ATR122022', 'KBN062023', 'GDP042022', 'SFI122022', 'ADY122023', 'GDM082023', 'BAK092023', 'BOO032022', 'SOP072023', 'ADF062021', 'GFU012023', 'ADO112023', 'ABA092022', 'GDQ112023']
1212

1313

1414
imports_str = '''from aapi import *

tests/test_sanity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ def test_version_author():
22
import ctm_python_client
33

44
assert ctm_python_client.__author__ == 'BMC Software'
5-
assert ctm_python_client.__version__ == '2.4.4'
5+
assert ctm_python_client.__version__ == '2.4.5'
66

77

0 commit comments

Comments
 (0)