1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wa/framework
Marc Bonnici 98de37807d fw/version: Change format of version to conform with PEP440
When installing from source WA attempts to include the commit ID in the
version of the installed pacakge however this caused issues with package
managers like pip. PEP440 specifies that local identifiers must be in the
form `<public version identifier>[+<localversion label>]` so update the
version to conform.

https://www.python.org/dev/peps/pep-0440/#local-version-identifiers
2018-06-27 11:41:24 +01:00
..
configuration fw/core: Correct parameter description 2018-06-25 18:19:30 +01:00
target fw/target: add initialize() to TargetManger 2018-06-22 18:04:16 +01:00
uiauto BaseUiAutomator: fix uiDeviceSwipeVertical 2018-04-06 09:48:29 +01:00
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
command.py framework/command: Fix subparsers in Python3 2018-06-14 15:06:50 +01:00
entrypoint.py fw/entrypoint: log devlib version 2018-06-15 08:58:39 +01:00
exception.py Add support for Python 3 2018-06-07 14:48:40 +01:00
execution.py fw/exec: ensure correct state on early abort 2018-06-22 18:04:16 +01:00
getters.py Add support for Python 3 2018-06-07 14:48:40 +01:00
host.py Add support for Python 3 2018-06-07 14:48:40 +01:00
instrument.py fw/exec: add JOB_QUEUE_EXECUTION signals 2018-06-12 16:07:53 +01:00
job.py Add support for Python 3 2018-06-07 14:48:40 +01:00
output_processor.py fw: fix job logging indent 2018-05-14 17:05:06 +01:00
output.py fw/output: record wa/devlib version in output 2018-06-20 10:04:18 +01:00
plugin.py Add support for Python 3 2018-06-07 14:48:40 +01:00
pluginloader.py Add support for Python 3 2018-06-07 14:48:40 +01:00
resource.py Add support for Python 3 2018-06-07 14:48:40 +01:00
run.py Add support for Python 3 2018-06-07 14:48:40 +01:00
signal.py fw/exec: add JOB_QUEUE_EXECUTION signals 2018-06-12 16:07:53 +01:00
version.py fw/version: Change format of version to conform with PEP440 2018-06-27 11:41:24 +01:00
workload.py framework/workload: Add rerun infrastructure 2018-06-18 10:51:32 +01:00