eddn-report: Bump EDD and EDMC latest version strings

This commit is contained in:
Athanasius 2022-10-05 09:12:08 +01:00
parent ba6762c5eb
commit 3db0bbf430
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -75,7 +75,7 @@ def process_file(input_file: str) -> None:
###################################################################
if matches.group('software_name') == 'EDDiscovery':
# https://github.com/EDDiscovery/EDDiscovery/releases/latest
if software_version >= semantic_version.Version.coerce('15.1.2.0'):
if software_version >= semantic_version.Version.coerce('15.1.4.0'):
# if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/outfitting/2':
# err_msg = matches.group('err_msg')
# if (
@ -92,7 +92,7 @@ def process_file(input_file: str) -> None:
print(line)
elif matches.group('software_name') == 'EDDLite':
# https://github.com/EDDiscovery/EDDLite/releases/tag/latest
# https://github.com/EDDiscovery/EDDLite/releases/latest
if software_version >= semantic_version.Version.coerce('2.3.0'):
print(line)
@ -103,7 +103,7 @@ def process_file(input_file: str) -> None:
elif matches.group('software_name').startswith('E:D Market Connector'):
# https://github.com/EDCD/EDMarketConnector/releases/latest
if software_version >= semantic_version.Version.coerce('5.4.1'):
if software_version >= semantic_version.Version.coerce('5.5.0'):
if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/journal/1':
if matches.group('err_msg').startswith(
'Failed Validation "[<ValidationError: "{\'type\': [\'array\', \'boolean\', \'integer\', \'number\', \'null\', \'object\', \'string\']} is not allowed for'