Commit Graph

62 Commits (859949fc7405241dfedc7d6218f427919b0f8929)

Author SHA1 Message Date
Jimmy Brisson 74f45fbbfc Start using CPM 2019-03-04 11:24:46 -06:00
Martin Kojtal 0e7f112653
Merge pull request #9849 from teetak01/patch-2
Update mbed-cloud-sdk to latest version 2.0.5
2019-02-27 16:52:32 +01:00
Cruz Monrreal 4b13c8a212
Merge pull request #9768 from c1728p9/feature-hal-spec-usb-device
Bring USB Feature branch into master
2019-02-26 22:48:02 -06:00
Teemu Takaluoma c0dd9ce454
Update mbed-cloud-sdk to latest version 2.0.5
Fixes to subscription patterns and filtering, also a timeout on a blocking subscription now raises a CloudTimeoutError not a Queue.empty exception.
Errors received in async-responses will now populate the exception status and reason attributes.
Stopping notifications now terminates cleanly without logging an error.
2019-02-26 15:31:22 +02:00
Teemu Takaluoma c8bc467fa2
Update mbed-cloud-sdk to latest version 2.0.4 2019-02-25 13:05:14 +02:00
Brian Daniels 0e6056b985 Update requirements.txt
Add an upper bound to the API version of pyusb.

Co-Authored-By: c1728p9 <butleja10511@hotmail.com>
2019-02-22 10:54:59 -06:00
Russ Butler 754134c6a2 Add pyusb to requirements
Add pyusb to requirements so the greentea USB tests work.
2019-02-22 10:53:11 -06:00
Michael Schwarcz 7016ac7d8c Add image signing scripts from TF-M bl2 library 2019-02-21 17:42:58 +02:00
Brian Daniels 4956871269 Remove pyocd requirement and update icetea.
Icetea depends on mbed-flasher. mbed-flasher recently released a version
that drops the dependency on pyocd. Icetea released a version that uses
this latest version of mbed-flasher. So now tht pyocd is no longer in
our dependency tree, we can drop it here.
2019-02-15 09:00:12 -06:00
Brian Daniels 8be2ba4b8d Update all mbed test packages.
This change allows the latest releases of mbed-ls, mbed-host-tests, and
mbed-greentea. This brings new target support, features, and bug fixes.
2019-01-29 09:36:58 -06:00
Cruz Monrreal df9ac85cbb
Merge pull request #9453 from u-blox/requirement_update
mbed-host-tests minimum requirement set
2019-01-23 22:48:56 -06:00
Sana Masood 1b8000e96e mbed-host-tests minimum requirement set 2019-01-22 16:28:50 +05:00
Cruz Monrreal II fde0321802 Added pyocd requirement.
Dependency tree: icetea > mbed_flasher > pyocd
2019-01-17 12:41:26 -06:00
Cruz Monrreal II e0572e76ce Updated requirements.txt to be more module-version resilliant.
Moved modules tied to specific versions higher, and modules with no restrictions lower.
2019-01-17 12:39:52 -06:00
Cruz Monrreal II e0df167599 Added pyocd depencency to resolve Travis CI issue 2019-01-15 16:49:03 -06:00
Cruz Monrreal 5da210bd41
Updated pyyaml due to possible vulnerability
Ref: https://nvd.nist.gov/vuln/detail/CVE-2017-18342
2019-01-08 12:12:42 -06:00
Cruz Monrreal II a639014949 Intervaltree version update (3.0.0) caused builds to break.
Capping version to latest 2.x
2018-12-16 22:00:36 -06:00
Cruz Monrreal II 1f727e32f6 Updated and pinned version for requests 2018-11-01 11:17:21 -05:00
Cruz Monrreal II 362ea59725 Updated all python modules to either have a max or specific version. 2018-10-24 21:20:36 -05:00
Cruz Monrreal II 461f55e3ed Pinned urllib3 version as something with 1.24 appears to be breaking other modules 2018-10-16 17:34:42 -05:00
Cruz Monrreal II 7252618b08 Fixed colorama Python package
Colorama package being at the top of the requirements.txt list causes other requirements to not be fufilled.
All packages require <0.4.0, aka the latest 0.3.x patch release.

:
2018-10-11 15:24:04 -05:00
adbridge 29a944e5e2 Update Manifest tool version
v1.4.5 -> v1.4.6
2018-09-25 15:51:21 +01:00
Cruz Monrreal 84aa9c32c7
Update mbed-cloud-sdk in requirements.txt 2018-09-17 20:27:59 -05:00
Cruz Monrreal 91ddbfaf18
Merge pull request #8140 from theotherjimmy/bump-icetea
requiremnts: Bump IceTea
2018-09-14 17:36:31 -05:00
Jimmy Brisson f266dc79a8 requiremnts: Bump IceTea
### Description

Version 1.0.1 of IceTea required conflicting version of jsonschema and
a version of pyshark that required a native compiler on windows. Version
1.0.2 resoves these issues and a few more. This PR prevents users from
installing a version which we know is broken

@cmonr RC3 please :D

### Pull request type

    [x] Fix
    [ ] Refactor
    [ ] Target update
    [ ] Functionality change
    [ ] Breaking change
2018-09-14 10:12:07 -05:00
Olli-Pekka Puolitaival e944b319fd Syncronize mbed-ls minimum version with icetea requirements 2018-09-11 11:41:43 +03:00
Olli-Pekka Puolitaival 6609faa5b2 Update icetea 2018-08-31 19:58:52 +03:00
Olli-Pekka Puolitaival b41d215597 Update to icetea 1.* version 2018-08-31 11:56:52 +03:00
Olli-Pekka Puolitaival 3b3bed2406 Small fixes based on github comments 2018-08-31 11:52:30 +03:00
Olli-Pekka Puolitaival 60911876cd Icetea version update 2018-08-31 11:52:30 +03:00
Olli-Pekka Puolitaival db1b53e6f4 Limit mbed-ls less than 2 because of icetea and mbed-flashed support 2018-08-31 11:52:15 +03:00
Olli-Pekka Puolitaival 9f3704e7b9 Add icetea in requirements 2018-08-31 11:52:15 +03:00
Cruz Monrreal ebdad75518
Remove extra package used for CI debugging 2018-08-29 17:57:28 -05:00
Cruz Monrreal f46bcf1abc
Replace urllib3[secure] with discrete packages 2018-08-29 16:24:47 -05:00
Cruz Monrreal c89147ea30
Added secure urllib3 python requirement
This pulls in additional packages requiured for SSL verification for Py2
Ref: https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2
2018-08-29 16:21:15 -05:00
Jimmy Brisson 563ee0d871 Implement device management subcommand 2018-08-21 10:51:26 -05:00
Jimmy Brisson 03fa626eda Import manifest-tool 2018-08-21 10:51:25 -05:00
Cruz Monrreal II 99dd4c2b0a Added missing six requirement 2018-05-11 14:25:27 -05:00
Martin Kojtal f316373b9f requirements: add future
SHA 14255ca introduced the lines that are reported to be breaking.
future module in requirements fixes it

Reference: https://pypi.python.org/pypi/future

Fixes #6489
2018-04-13 14:17:10 +01:00
Steven Cartmell d208421efc Add JSON Schema library to requirements.txt 2018-02-01 17:18:40 +00:00
Sarah Marsh 41dac7a34a Add pyelftools dependency 2018-01-26 13:24:29 -06:00
Jimmy Brisson 800792a42e Remove pycurl dependency 2016-10-20 16:24:47 -05:00
Jimmy Brisson f812deed24 Remove dependency on XDG home spec 2016-10-19 12:07:37 -05:00
Jimmy Brisson 66b347c6e6 Add arm_pack_manager's requirements 2016-10-04 14:13:36 -05:00
Sarah Marsh db696f8f4a Remove progen and progen def dependencies. 2016-10-04 14:13:36 -05:00
Bogdan Marinescu e4a40cd6a7 Merge pull request #2746 from mazimkhan/uvisor-gt-client-integration
Updated required mbed-host-tests(htrun) version to required version 1…
2016-09-20 13:55:16 +03:00
Mohammad Azim Khan df8b41ef48 Updated required mbed-host-tests(htrun) version to required version 1.1.2 and above 2016-09-19 15:48:29 +01:00
Jimmy Brisson 6564bdaf1d Bump Progen version
Required to prevent that pesky -1million something error code from
ruining our CI
2016-09-06 14:50:32 -05:00
Sarah Marsh f4a686fbd9 Requirements update 2016-09-06 14:24:05 -05:00
0xc0170 9b89fc3b90 Requirements - fix progen def name - use dashes
Fixes #2275. Reference:
http://pybuilder.github.io/documentation/external_plugins.html#.V5m-hfmANBc
2016-07-28 09:17:06 +01:00