mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 12:00:29 +03:00
eddn-report: Bump EDD and EDMC latest version strings
This commit is contained in:
parent
ba6762c5eb
commit
3db0bbf430
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user